Skip to content

Commit

Permalink
Fix fp8 ops staying enabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
comfyanonymous committed Oct 12, 2024
1 parent 7ae6626 commit 3c60ecd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions comfy/supported_models_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ def __init__(self, unet_config):
self.unet_config = unet_config.copy()
self.sampling_settings = self.sampling_settings.copy()
self.latent_format = self.latent_format()
self.optimizations = self.optimizations.copy()
for x in self.unet_extra_config:
self.unet_config[x] = self.unet_extra_config[x]

Expand Down

0 comments on commit 3c60ecd

Please sign in to comment.