lllyasviel / ControlNet

Let us control diffusion models!
Apache License 2.0
29.93k stars 2.7k forks source link

ControlNet does not load - Does not throw any errors either #101

Closed Code4SAFrankie closed 1 year ago

Code4SAFrankie commented 1 year ago

Installed ControlNet via the github url with Automatic1111 webui extensions tab. opencv-python is also installed. Shows as loaded in extensions. Restarted everything several times. No ControlNet functionality to be seen anywhere. No dropdown on txt2img or img2img and nothing in settings.

D:\sdw>webui-user.bat
warning: redirecting to https://gitgud.io/AUTOMATIC1111/stable-diffusion-webui.git/
Already up to date.
venv "D:\sdw\venv\Scripts\Python.exe"
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug  1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Commit hash: cca6e5212ddd77be7efdce2c27e475d3af436d85
Installing requirements for Web UI

#######################################################################################################
Initializing Dreambooth
If submitting an issue on github, please provide the below text for debugging purposes:

Python revision: 3.10.6 (tags/v3.10.6:9c7b4bd, Aug  1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Dreambooth revision: 43ae9d55531004f1dedaea7ac2443e9b16739913
SD-WebUI revision: cca6e5212ddd77be7efdce2c27e475d3af436d85

Checking Dreambooth requirements...
[+] bitsandbytes version 0.35.0 installed.
[+] diffusers version 0.10.2 installed.
[+] transformers version 4.25.1 installed.
[+] xformers version 0.0.14.dev0 installed.
[+] torch version 1.12.1+cu113 installed.
[+] torchvision version 0.13.1+cu113 installed.

#######################################################################################################

Launching Web UI with arguments:
No module 'xformers'. Proceeding without it.
Loading booru2prompt settings
SD-Webui API layer loaded
LatentDiffusion: Running in eps-prediction mode
DiffusionWrapper has 859.52 M params.
Loading weights [de2f2560] from D:\sdw\models\Stable-diffusion\realisticVisionV13_v13VAEIncluded.safetensors
Applying cross attention optimization (Doggettx).
Textual inversion embeddings loaded(14): arcane-face, arcane-style-jv, ganyu, gta5-artwork, herge, kuvshinov, midjourney-style, ruan-jia, sakimi, spider-gwen, Trigger Studio, valorant, wlop-style, xyz
Model loaded.
Warning: Bad ui setting value: img2img/Mask mode/value: Draw mask; Default value "Inpaint masked" will be used instead.
Running on local URL:  http://127.0.0.1:7860

To create a public link, set `share=True` in `launch()`.
Mudereded401 commented 1 year ago

Have you tried using this? https://github.com/Mikubill/sd-webui-controlnet

ch3nxy commented 1 year ago

use this bro!

https://github.com/Mikubill/sd-webui-controlnet

Code4SAFrankie commented 1 year ago

Thanks that url fixed it.