mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-03-08 22:49:52 +00:00
distilled cfg scale info text
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user