-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SD15 models supported #47
Comments
SD1.5, Error occurred when executing KSampler: 'UNetModel' object has no attribute 'default_image_only_indicator' |
Why are the Generation times slower for SD1.5 over SDXL? SDXL checkpoint seems almost twice as fast(3s vs 6s). Am i missing something? |
SD15 are all attn sharing one step model. They are not directly comparable with previous SDXL models.
|
采样器那边出现4096报错, 是图片大小不匹配 |
您的意思是说,扣完图的图片,要和空latent的大小匹配,对嘛? |
Can you share any HF links for attn sharing SD1.5? |
You can find all models here: https://huggingface.co/LayerDiffusion/layerdiffusion-v1/tree/main |
Hi. Thank you for creating this wonderful plugin for ComfyUI. Will it be possible to use it with FLUX? |
LayerDiffuse SD15 brings 4 new models:
Generate FG
Use the apply node the same way as before.
Generate FG + Blended given BG
Need batch size = 2N.
Generate BG + Blended given FG
Need batch size = 2N.
Generate BG + FG + Blended together
Need batch size = 3N.
Notes:
LayerDiffuseDecode (Split)
is added to decode RGBA every N images. It serves the purpose to only decode FG images in a batch.The text was updated successfully, but these errors were encountered: