This commit is contained in:
layerdiffusion
2024-08-05 04:25:17 -07:00
parent bccf9fb23a
commit bd5a840519
3 changed files with 4 additions and 0 deletions

View File

@@ -31,6 +31,8 @@ class ForgeDiffusionEngine:
self.current_lora_hash = str([])
self.tiling_enabled = False
self.first_stage_model = None # set this so that you can change VAE in UI
# WebUI Dirty Legacy
self.cond_stage_key = 'txt'
self.is_sd3 = False