-
Notifications
You must be signed in to change notification settings - Fork 145
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
Implement SD15 Support #44
Conversation
Very nice. Is the upgrade on diffusers a requirement ? (i disabled your check on my local copy, cause often changing diffusers can kill other custom nodes that havnt prepared their code for the newer diffusers etc) edit: It does seem like it needs that version of diffusers. Hmm, hopefully other nodes i use are up to date haha :). Thanks again for your work |
can't wait to try, and got this: Error occurred when executing KSampler: CUDA error: invalid configuration argument exactly the same workflow as yours. |
Closes #42.
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.