mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-03-02 19:49:48 +00:00
remove dirty cond_stage_key
This commit is contained in:
@@ -34,7 +34,6 @@ class ForgeDiffusionEngine:
|
||||
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
|
||||
self.latent_channels = 4
|
||||
self.is_sdxl = False
|
||||
|
||||
Reference in New Issue
Block a user