lllyasviel / lllyasviel/LayerDiffuse

Regarding Alternative Architectures for More Complicated Workflows

Open
#14 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
No language data
Stars
2.2k
Forks
36
PR merge metrics
No merged PRs in 30d

Description

> We also introduce several alternative architectures in Fig. 4 for more complicated workflows. We
> can add zero-initialized channels to the UNet and use VAE (with or without latent transparency) to
> encode foreground, or background, or layer combinations into conditions, and train the model to generate foreground or background (e.g., Fig. 4-(b, d)), or directly generate blended images (e.g.,
Fig. 4-(a, c)).

1. The base model is a SDXL with LoRA layers. What are these alternative architectures? Is it simply the base model (SDXL with LoRA), then extend the input convolution of the Unet to include more channels?
2. What are the model weights format in? Is it values difference compared to the base model?
3. The input to the UNet now is noised latents + additional conditional image latents . What is the order of the latents in the concat list? Are the additional latents noised or unnoised?

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the quoted passage and Fig. 4, then trace the SDXL with LoRA architecture and the UNet conditioning inputs described in the issue. Document the alternative architectures, model-weight format, latent concatenation order, and noise state so each of the three questions has a precise answer.

Written by the indexing model from the issue text.

Assessment

Tech stack
machine-learning
Domain
machine-learning
Issue type
Documentation
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.