lllyasviel / lllyasviel/stable-diffusion-webui-forge
ControlNet Integrated ignores annotator models path in settings
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 13k
- Forks
- 1.7k
- PR merge metrics
- No merged PRs in 30d
Description
It looks like ControlNet Integrated ignores path set for ControlNet annotators/preprocessors in Settings and downloads the models without checking if they exist in provided path.
Full setting name is "Path to directory containing annotator model directories (requires restart, overrides corresponding command line flag)"
Even if I have the models in the path it still downloads them. But if annotator files are in models/ControlNetPreprocessor (default location) it doesn't redownload them. So it just looks like the setting for path is ignored.
Path for ControlNet models itself seems to work, it correctly detects all my shared controlnets and doesn't try to download anything. So looks like it is just the ControlNetPreprocessor path that is broken.
Can the setting for ControlNet annotator path be fixed?
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 tracing the setting named "Path to directory containing annotator model directories" into the ControlNetPreprocessor model lookup, and compare it with the working ControlNet model path handling. Done means existing annotator models in the configured directory are detected without downloading them, including coverage for the configured path.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- ai
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100