SAG implemented (#88)

sag
This commit is contained in:
lllyasviel
2023-08-14 18:20:20 -07:00
committed by GitHub
parent 7e1b551cc2
commit 96d15b4933
8 changed files with 435 additions and 44 deletions
+2 -2
View File
@@ -11,10 +11,10 @@ from comfy.sd import load_checkpoint_guess_config
from nodes import VAEDecode, EmptyLatentImage, CLIPTextEncode
from comfy.sample import prepare_mask, broadcast_cond, load_additional_models, cleanup_additional_models
from modules.samplers_advanced import KSampler, KSamplerWithRefiner
from modules.adm_patch import patch_negative_adm
from modules.patch import patch_all
patch_negative_adm()
patch_all()
opCLIPTextEncode = CLIPTextEncode()
opEmptyLatentImage = EmptyLatentImage()
opVAEDecode = VAEDecode()