style nitpick

This commit is contained in:
Yousef Rafat 2026-03-04 01:05:30 +02:00
parent fd79579fb7
commit 47380efd72

View File

@ -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