mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-04-13 12:02:30 +08:00
style nitpick
This commit is contained in:
parent
fd79579fb7
commit
47380efd72
@ -598,7 +598,7 @@ class manual_cast(disable_weight_init):
|
|||||||
comfy_cast_weights = True
|
comfy_cast_weights = True
|
||||||
|
|
||||||
class BatchNorm2d(disable_weight_init.BatchNorm2d):
|
class BatchNorm2d(disable_weight_init.BatchNorm2d):
|
||||||
comfy_cast_weights=True
|
comfy_cast_weights = True
|
||||||
|
|
||||||
class GroupNorm(disable_weight_init.GroupNorm):
|
class GroupNorm(disable_weight_init.GroupNorm):
|
||||||
comfy_cast_weights = True
|
comfy_cast_weights = True
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user