-
Notifications
You must be signed in to change notification settings - Fork 171
SD15 models supported #47
Copy link
Copy link
Open
Labels
announcementdocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
Activity
Metadata
Metadata
Assignees
Labels
announcementdocumentationImprovements or additions to documentationImprovements or additions to documentation
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.