revise kernel

and add unused files
This commit is contained in:
lllyasviel
2024-08-07 16:51:24 -07:00
committed by GitHub
parent a07c758658
commit a6baf4a4b5
11 changed files with 700 additions and 52 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.latent_channels = 4
self.is_sd1 = False
self.is_sd2 = False
self.is_sdxl = False