lllyasviel / lllyasviel/ControlNet
How to use unet
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 34.1k
- Forks
- 3k
- PR merge metrics
- No merged PRs in 30d
Description
I'm using controlLDM and I want to call the unet part of the model directly like stable diffusion, e.g. sub_nets = model.unet.named_children(), I should rewrite the code if possible
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the controlLDM model and the model.unet.named_children() access mentioned in the issue, then compare that interface with the stable diffusion usage described. Done means documenting whether the UNet can be called directly and, if supported, the relevant usage path.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- ai, machine-learning
- Issue type
- Documentation
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100