Mikubill / sd-webui-controlnet

WebUI extension for ControlNet
GNU General Public License v3.0
16.45k stars 1.91k forks source link

[Bug]: After updating A1111 and CN I have saved the models and renamed #2634

Open hgabha opened 4 months ago

hgabha commented 4 months ago

Is there an existing issue for this?

What happened?

The model does not show up in the list of drop down menu. image

Mode is placed in the directory as directed. image

Steps to reproduce the problem

  1. Go to CN section
  2. Enable CN and select Instant_ID
  3. After selecting preprocessor there is no Model available. Even without selecting Instant_ID I cannot see the model being picked up.

What should have happened?

I should be seeing the model available for selection.

Commit where the problem happens

webui: v1.7.0 controlnet: v1.1.440

What browsers do you use to access the UI ?

No response

Command Line Arguments

Commit hash: cf2772fab0af5573da775e7437e6acdca424f26e
Launching Web UI with arguments: --xformers --no-half-vae --theme dark --api --ckpt-dir C:\AI\models\Stable-diffusion --opt-sdp-no-mem-attention --clip-models-path C:\AI\models\clip-interrogator --lora-dir C:\AI\models\Lora --codeformer-models-path C:\AI\models\Codeformer --esrgan-models-path C:\AI\models\ESRGAN --gfpgan-dir C:\AI\models\GFPGAN --vae-dir C:\AI\models\VAE --realesrgan-models-path C:\AI\models\RealESRGAN
ControlNet preprocessor location: C:\AI\sd-ControlNet\extensions\sd-webui-controlnet\annotator\downloads
2024-02-10 08:51:43,986 - ControlNet - INFO - ControlNet v1.1.440
2024-02-10 08:51:44,065 - ControlNet - INFO - ControlNet v1.1.440
Loading weights [31e35c80fc] from C:\AI\models\Stable-diffusion\SDXL\sd_xl_base_1.0.safetensors
2024-02-10 08:51:44,320 - ControlNet - INFO - ControlNet UI callback registered.
*Deforum ControlNet support: enabled*
Running on local URL:  http://127.0.0.1:7860

List of enabled extensions

LDSR | built-in | None |   |   |   -- | -- | -- | -- | -- | --   LDSR [built-in](http://127.0.0.1:7860/?__theme=dark) None Lora [built-in](http://127.0.0.1:7860/?__theme=dark) None ScuNET [built-in](http://127.0.0.1:7860/?__theme=dark) None SwinIR [built-in](http://127.0.0.1:7860/?__theme=dark) None canvas-zoom-and-pan [built-in](http://127.0.0.1:7860/?__theme=dark) None extra-options-section [built-in](http://127.0.0.1:7860/?__theme=dark) None hypertile [built-in](http://127.0.0.1:7860/?__theme=dark) None mobile [built-in](http://127.0.0.1:7860/?__theme=dark) None prompt-bracket-checker [built-in](http://127.0.0.1:7860/?__theme=dark) None deforum-for-automatic1111-webui https://github.com/deforum-art/deforum-for-automatic1111-webui.git automatic1111-webui [df6a63d5](https://github.com/deforum-art/deforum-for-automatic1111-webui/commit/df6a63d52447deecff7d963fd88b0eeb6427488e) 2024-02-07 10:11:45 unknown openpose-editor https://github.com/fkunn1326/openpose-editor.git master [c9357715](https://github.com/fkunn1326/openpose-editor/commit/c935771507f57201e26f4ed507aa47f3812ca491) 2023-10-11 20:04:20 unknown sd-webui-3d-open-pose-editor https://github.com/nonnonstop/sd-webui-3d-open-pose-editor main [f2d5aac5](https://github.com/nonnonstop/sd-webui-3d-open-pose-editor/commit/f2d5aac51d891bc5f266b1549f3cf4495fc52160) 2023-04-15 23:21:06 unknown sd-webui-controlnet https://github.com/Mikubill/sd-webui-controlnet.git main [416c3450](https://github.com/Mikubill/sd-webui-controlnet/commit/416c345072c9c2066101e225964e3986abe6945e) 2024-02-01 14:29:58 unknown ultimate-upscale-for-automatic1111 https://github.com/Coyote-A/ultimate-upscale-for-automatic1111.git master [728ffcec](https://github.com/Coyote-A/ultimate-upscale-for-automatic1111/commit/728ffcec7fa69c83b9e653bf5b96932acdce750f) 2023-09-09 20:47:23 unknown ### Console logs ```Shell Commit hash: cf2772fab0af5573da775e7437e6acdca424f26e Launching Web UI with arguments: --xformers --no-half-vae --theme dark --api --ckpt-dir C:\AI\models\Stable-diffusion --opt-sdp-no-mem-attention --clip-models-path C:\AI\models\clip-interrogator --lora-dir C:\AI\models\Lora --codeformer-models-path C:\AI\models\Codeformer --esrgan-models-path C:\AI\models\ESRGAN --gfpgan-dir C:\AI\models\GFPGAN --vae-dir C:\AI\models\VAE --realesrgan-models-path C:\AI\models\RealESRGAN ControlNet preprocessor location: C:\AI\sd-ControlNet\extensions\sd-webui-controlnet\annotator\downloads 2024-02-10 08:51:43,986 - ControlNet - INFO - ControlNet v1.1.440 2024-02-10 08:51:44,065 - ControlNet - INFO - ControlNet v1.1.440 Loading weights [31e35c80fc] from C:\AI\models\Stable-diffusion\SDXL\sd_xl_base_1.0.safetensors 2024-02-10 08:51:44,320 - ControlNet - INFO - ControlNet UI callback registered. *Deforum ControlNet support: enabled* Running on local URL: http://127.0.0.1:7860 ``` ### Additional information _No response_
joelini00 commented 4 days ago

SAME PROBLEM