Skip to content

SD15 models supported #47

Description

@huchenlei

LayerDiffuse SD15 brings 4 new models:

Generate FG

Use the apply node the same way as before.
sd15_fg

Generate FG + Blended given BG

Need batch size = 2N.
sd15_cond_joint_bg

Generate BG + Blended given FG

Need batch size = 2N.
sd15_cond_joint_fg

Generate BG + FG + Blended together

Need batch size = 3N.
sd15_joint

Notes:

  • Dropdown options in previous nodes are updated. You will need to re-select the config for your previous workflows
  • Unlike forge impl, which does cond concat for fg/bg/blended, in ComfyUI impl, the cond passed to layer diffusion node directly overwrites the global cond.
  • LayerDiffuseDecode (Split) is added to decode RGBA every N images. It serves the purpose to only decode FG images in a batch.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions