Open robonxt opened 1 year ago
I've got weird stuff today with (Emphasis:1.3) didn't react at all. idk how to fix this stuff, seems like the bug occurs when trying new stuff on "Optimization" settings or the sd_Dynamic_Prompts or anything else idk.
Hmm... I've just fresh cloned SD again, and it seems like if I hide the "img2img" tab using the option in settings, I get the errors. I guess this is more of a gradio problem?
Is there an existing issue for this?
What happened?
At first I'm getting this error when I change options in the UI, it points to a float value of
0.3
when it is expecting aint()
value. I've pinpointed to the Token merge feature, where I set it to0.3
from the default of0
.Here is the error I'm getting on the console:
EDIT: the fix is the link below for this perticular problem I saw https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/c3a61425b8a0d9b836558ab381d9760ef0bca797 and tried updating
modules/shared.py
, theValueError: invalid literal for int() with base 10: '0.3'
error no longer happens, so I thought it was ok.However, I now keep getting this and similar errors:
I get KeyErrors of 10386, 11523, and lots of 9249. I am also unable to control the UI when these errors show up, I have to reload or refresh the UI to make any of the buttons work again.
Steps to reproduce the problem
Not quite sure if I can replicate it again, but:
What should have happened?
UI working normally, no errors being thrown.
Commit where the problem happens
8fd5b18bbebfed024b7051bc7704c760b8eb53cae783431c7c3e96531805ee0d
What Python version are you running on ?
Python 3.10.x
What platforms do you use to access the UI ?
Windows, Android
What device are you running WebUI on?
AMD GPUs (RX 6000 above)
What browsers do you use to access the UI ?
Google Chrome
Command Line Arguments
List of extensions
I have all extensions disabled when trying to debug this, but here are the installed extensions:
Stable-Diffusion-Webui-Civitai-Helper | https://github.com/butaixianran/Stable-Diffusion-Webui-Civitai-Helper.git | main | 920ca326 | Tue May 23 11:53:22 2023 | unknown a1111-sd-webui-tagcomplete | https://github.com/DominikDoom/a1111-sd-webui-tagcomplete.git | main | 1cb4fc8f | Fri May 26 21:45:19 2023 | unknown model_preset_manager | https://github.com/rifeWithKaiju/model_preset_manager.git | main | 4e25eebd | Tue May 30 15:07:37 2023 | unknown sd-webui-ar | https://github.com/alemelis/sd-webui-ar.git | main | 9df49dc2 | Wed Apr 12 09:23:17 2023 | unknown stable-diffusion-webui-images-browser | https://github.com/AlUlkesh/stable-diffusion-webui-images-browser.git | main | b051835f | Sun Jun 4 23:33:13 2023 | unknown ultimate-upscale-for-automatic1111 | https://github.com/Coyote-A/ultimate-upscale-for-automatic1111.git | master | 756bb505 | Fri May 5 00:22:21 2023 | unknown
Console logs
Additional information
I was wondering if this had to do with the all-in-one prompt extension, I've uninstalled it yesterday because it bugged out the UI and made it basically unusable.