mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-30 04:11:15 -08:00
remove debug print
This commit is contained in:
parent
a2b8305096
commit
5881dcb887
1 changed files with 0 additions and 1 deletions
|
|
@ -12,7 +12,6 @@ class ModuleTypeNorm(network.ModuleType):
|
|||
class NetworkModuleNorm(network.NetworkModule):
|
||||
def __init__(self, net: network.Network, weights: network.NetworkWeights):
|
||||
super().__init__(net, weights)
|
||||
print("NetworkModuleNorm")
|
||||
|
||||
self.w_norm = weights.w.get("w_norm")
|
||||
self.b_norm = weights.w.get("b_norm")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue