mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-12-29 19:05:05 +08:00
remove debug print
This commit is contained in:
parent
a2b8305096
commit
5881dcb887
@ -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…
Reference in New Issue
Block a user