sd_civitai_extension
sd_civitai_extension copied to clipboard
All of the Civitai models inside Automatic 1111 Stable Diffusion Web UI
A simple fix to make sure we are downloading an image as preview
I don’t really know if it’s possible for you to tweak your extension in this way — to add new elements to the UI that currently does’t exist. As you...
automatic1111 already has a setting for global default extra network weight on the Extra Networks tab, `extra_networks_default_multiplier`. The plugin shouldn't force a hardcoded initial/default value for extra network weight, plus...
* Display the trigger words on model preview images. They are somewhat drag-select copy paste-able. * Prevents overwriting exiting preview images. Displaying the trigger words does mean writing those to...
- Add `civitai_link_logging` checks in `lib.py` and `install.py`, since sometimes the info spams the console. - Modify the install process using `launch.is_installed` and `launch.run_pip` instead of directly running `pip` commands....
I have correctly installed the requirements.txt using pip, but the plugin still thinks that the requirements are not installed. ``` D:\Design\sd-webui-aki-v4.2\extensions\sd_civitai_extension>D:\Design\sd-webui-aki-v4.2\python\Scripts\pip.exe install -r requirements.txt Looking in indexes: https://mirrors.cloud.tencent.com/pypi/simple Looking in...
git clone https://github.com/civitai/sd_civitai_extension.git
**Bug summary:** Exact same generatiion parameters, on the same machine, may result in different images under certain conditions. **How to reproduce:** - Make sure the extension is enabled, then generate...