remove dirty cond_stage_key

This commit is contained in:
layerdiffusion
2024-08-05 11:39:20 -07:00
parent d77582aa5a
commit 27641043ee
3 changed files with 2 additions and 3 deletions

View File

@@ -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