mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-07-24 08:57:57 +08:00
style nitpick
This commit is contained in:
+1
-1
@@ -598,7 +598,7 @@ class manual_cast(disable_weight_init):
|
||||
comfy_cast_weights = True
|
||||
|
||||
class BatchNorm2d(disable_weight_init.BatchNorm2d):
|
||||
comfy_cast_weights=True
|
||||
comfy_cast_weights = True
|
||||
|
||||
class GroupNorm(disable_weight_init.GroupNorm):
|
||||
comfy_cast_weights = True
|
||||
|
||||
Reference in New Issue
Block a user