Skip to content

Commit 3c60ecd

Browse files
Fix fp8 ops staying enabled.
1 parent 7ae6626 commit 3c60ecd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

comfy/supported_models_base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ def __init__(self, unet_config):
7272
self.unet_config = unet_config.copy()
7373
self.sampling_settings = self.sampling_settings.copy()
7474
self.latent_format = self.latent_format()
75+
self.optimizations = self.optimizations.copy()
7576
for x in self.unet_extra_config:
7677
self.unet_config[x] = self.unet_extra_config[x]
7778

0 commit comments

Comments
 (0)