Closed JaredSyn70 closed 1 year ago
I observe such a problem on FireFox 111, but on Chrome 109 the interface is normal. I have not yet been able to understand why the interface breaks.
same issue on opera gx after i git pull, but seem to work fine on microsoft edge
I personally am not experiencing this issue anymore, but for those who are, a temporary fix is adding this to your
user.css
file.[id^="setting_"] > div[style*="position: absolute"] { display: none !important; }
Just sharing this from other post/issues. If you don't have user.css. Make one in the main directory with webui-user.bat
After putting this some of the issue i had before and missing feature from the old UI works. Generate forever was broken after i updated. Now it's available after i put this in my main folder.
Make one in the main directory with webui-user.bat
Indeed, this method helped to fix the interface.
Somebody help me to how I can make that? Because I don't know where do I put this code. 🥲
Somebody help me to how I can make that? Because I don't know where do I put this code. smiling_face_with_tear
Go to the directory "stable-diffusion-webui", create a text file user.css, open this file with a text editor, and paste the desired text, save. Now at the bottom of the WebUI page, click Reload UI.
Somebody help me to how I can make that? Because I don't know where do I put this code. smiling_face_with_tear
Go to the directory "stable-diffusion-webui", create a text file user.css, open this file with a text editor, and paste the desired text, save. Now at the bottom of the WebUI page, click Reload UI.
Thanks very much man. I think made some archive with VisualStudio lol
I personally am not experiencing this issue anymore, but for those who are, a temporary fix is adding this to your
user.css
file.[id^="setting_"] > div[style*="position: absolute"] { display: none !important; }
Just sharing this from other post/issues. If you don't have user.css. Make one in the main directory with webui-user.bat
After putting this some of the issue i had before and missing feature from the old UI works. Generate forever was broken after i updated. Now it's available after i put this in my main folder.
I did this and now it won't launch at all, even after having removed the newly added user.css file
I removed some extenstions and it fixed the problem but after a few connections to the site I got this in console: Traceback (most recent call last): File "D:\stable-diffusion-webui\venv\lib\site-packages\gradio\routes.py", line 394, in run_predict output = await app.get_blocks().process_api( File "D:\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 1073, in process_api inputs = self.preprocess_data(fn_index, inputs, state) File "D:\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 962, in preprocess_data processed_input.append(block.preprocess(inputs[i])) IndexError: list index out of range
And I get the issue again on every browser I try.
I removed some extenstions and it fixed the problem but after a few connections to the site I got this in console: Traceback (most recent call last): File "D:\stable-diffusion-webui\venv\lib\site-packages\gradio\routes.py", line 394, in run_predict output = await app.get_blocks().process_api( File "D:\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 1073, in process_api inputs = self.preprocess_data(fn_index, inputs, state) File "D:\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 962, in preprocess_data processed_input.append(block.preprocess(inputs[i])) IndexError: list index out of range
And I get the issue again on every browser I try.
Either disable all extension first. And run the webui-user.bat with empty extension. See if it work like normal. If it does then some of the extension need to be updated to the latest version or some of them didn't update with the latest changes yet.
I personally am not experiencing this issue anymore, but for those who are, a temporary fix is adding this to your
user.css
file.[id^="setting_"] > div[style*="position: absolute"] { display: none !important; }
Just sharing this from other post/issues. If you don't have user.css. Make one in the main directory with webui-user.bat After putting this some of the issue i had before and missing feature from the old UI works. Generate forever was broken after i updated. Now it's available after i put this in my main folder.
I did this and now it won't launch at all, even after having removed the newly added user.css file
I would recommend you to just fresh start a new webui. Clone another copy and put the code in. Run it. If it run meaning there's something wrong with your old files. Just my recommendation not an expert.
I personally am not experiencing this issue anymore, but for those who are, a temporary fix is adding this to your
user.css
file.[id^="setting_"] > div[style*="position: absolute"] { display: none !important; }
Just sharing this from other post/issues. If you don't have user.css. Make one in the main directory with webui-user.bat
After putting this some of the issue i had before and missing feature from the old UI works. Generate forever was broken after i updated. Now it's available after i put this in my main folder.
I can confirm this works for me.
for me ,i use Browser Privacy Mode can work
This should be fixed as of the latest version. If you still have issues try using --no-gradio-queue
.
Is there an existing issue for this?
What happened?
I am no longer able to select different models in the GUI. There is a spinning icon that never goes away so I can never see the model list to select a different model.
Steps to reproduce the problem
What should have happened?
It should list the models in the models folder. it used to work, I just noticed yesterday it was not when i wanted to change models.
Commit where the problem happens
API • Github • Gradio • Reload UI python: 3.10.10 • torch: 1.13.1+cu117 • xformers: N/A • gradio: 3.23.0 • commit: 955df775 • checkpoint: d725be5d18
What platforms do you use to access the UI ?
Windows
What browsers do you use to access the UI ?
Google Chrome
Command Line Arguments
List of extensions
Not that I know of.
Console logs
Additional information
NO additional information