mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-01-01 12:25:06 +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):
|
class NetworkModuleNorm(network.NetworkModule):
|
||||||
def __init__(self, net: network.Network, weights: network.NetworkWeights):
|
def __init__(self, net: network.Network, weights: network.NetworkWeights):
|
||||||
super().__init__(net, weights)
|
super().__init__(net, weights)
|
||||||
print("NetworkModuleNorm")
|
|
||||||
|
|
||||||
self.w_norm = weights.w.get("w_norm")
|
self.w_norm = weights.w.get("w_norm")
|
||||||
self.b_norm = weights.w.get("b_norm")
|
self.b_norm = weights.w.get("b_norm")
|
||||||
|
Loading…
Reference in New Issue
Block a user