AlUlkesh / stable-diffusion-webui-images-browser

an images browse for stable-diffusion-webui
623 stars 111 forks source link

Send to txt2img/img2img ControlNet not working,ControlNet Unit select disappears. #234

Closed MiyouQ closed 12 months ago

MiyouQ commented 12 months ago

version: [v1.6.0] •  python: 3.10.7  •  torch: 2.0.1+cu118  •  xformers: 0.0.20  •  gradio: 3.41.2  •  checkpoint: [0a03c339c7]  •  images-browser:[b8f6e05d]

2)25F}PW3USGX6UA5_EGM@V

`Running on local URL: http://0.0.0.0:7860

To create a public link, set share=True in launch(). Startup time: 28.6s (load scripts: 19.8s, reload script modules: 0.1s, create ui: 2.3s, gradio launch: 6.4s). 2023-09-11-09:43:36 image_browser.py: get_image_page DEBUG:image_browser.py:get_image_page 2023-09-11-09:43:36 image_browser.py: get_all_images DEBUG:image_browser.py:get_all_images 2023-09-11-09:43:36 image_browser.py: curr_path: E:\stable-diffusion-webui\stable-diffusion-webui\outputs\txt2img-images DEBUG:image_browser.py:curr_path: E:\stable-diffusion-webui\stable-diffusion-webui\outputs\txt2img-images 2023-09-11-09:43:38 image_browser.py: curr_path: E:\stable-diffusion-webui\stable-diffusion-webui\outputs\txt2img-images\2023-09-10 DEBUG:image_browser.py:curr_path: E:\stable-diffusion-webui\stable-diffusion-webui\outputs\txt2img-images\2023-09-10 2023-09-11-09:43:38 image_browser.py: cache_exif: 0/7359 cache_aes: 0/7359 0.0 seconds DEBUG:image_browser.py:cache_exif: 0/7359 cache_aes: 0/7359 0.0 seconds 2023-09-11-09:43:38 image_browser.py: get_image_thumbnail DEBUG:image_browser.py:get_image_thumbnail 2023-09-11-09:44:03 image_browser.py: get_image_page DEBUG:image_browser.py:get_image_page 2023-09-11-09:44:03 image_browser.py: get_all_images DEBUG:image_browser.py:get_all_images 2023-09-11-09:44:03 image_browser.py: curr_path: E:\stable-diffusion-webui\stable-diffusion-webui\outputs\txt2img-images DEBUG:image_browser.py:curr_path: E:\stable-diffusion-webui\stable-diffusion-webui\outputs\txt2img-images 2023-09-11-09:44:03 image_browser.py: curr_path: E:\stable-diffusion-webui\stable-diffusion-webui\outputs\txt2img-images\2023-09-10 DEBUG:image_browser.py:curr_path: E:\stable-diffusion-webui\stable-diffusion-webui\outputs\txt2img-images\2023-09-10 2023-09-11-09:44:03 image_browser.py: cache_exif: 0/7359 cache_aes: 0/7359 0.0 seconds DEBUG:image_browser.py:cache_exif: 0/7359 cache_aes: 0/7359 0.0 seconds 2023-09-11-09:44:03 image_browser.py: get_image_thumbnail DEBUG:image_browser.py:get_image_thumbnail 2023-09-11-09:44:08 image_browser.py: show_image_info: tab_base_tag_box, num, page_index, len(filenames), num_of_imgs_per_page: image_browser_tab_txt2img, 13, 1.0, 7359, 36 DEBUG:image_browser.py:show_image_info: tab_base_tag_box, num, page_index, len(filenames), num_of_imgs_per_page: image_browser_tab_txt2img, 13, 1.0, 7359, 36`

AlUlkesh commented 12 months ago

Please post a complete debug log (from starting a1111 until the error happens), as described here: #130

MiyouQ commented 12 months ago

Please post a complete debug log (from starting a1111 until the error happens), as described here: #130

image_browser.log

AlUlkesh commented 12 months ago

Thanks. Looks like Controlnet decided to rename the setting that contains the number of units:

image

I just changed the image browser extension to handle both versions. Let me know, if this works for you.

MiyouQ commented 12 months ago

Thanks. Looks like Controlnet decided to rename the setting that contains the number of units:

image

I just changed the image browser extension to handle both versions. Let me know, if this works for you.

I've noticed the bug is no longer an issue. Appreciate your prompt action!