distilled cfg scale info text

This commit is contained in:
layerdiffusion
2024-08-08 01:22:27 -07:00
parent 572a3c3d8b
commit a189f3e53e
4 changed files with 13 additions and 4 deletions

View File

@@ -32,6 +32,7 @@ class ForgeDiffusionEngine:
self.tiling_enabled = False
self.first_stage_model = None # set this so that you can change VAE in UI
self.use_distilled_cfg_scale = False
# WebUI Dirty Legacy
self.is_sd1 = False

View File

@@ -66,6 +66,8 @@ class Flux(ForgeDiffusionEngine):
self.forge_objects_original = self.forge_objects.shallow_copy()
self.forge_objects_after_applying_lora = self.forge_objects.shallow_copy()
self.use_distilled_cfg_scale = True
# WebUI Legacy
self.first_stage_model = vae.first_stage_model