-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error 500 #42
Comments
Thanks for your detailled issue. Could you please try this:
|
If that does not solve your problem, please copy-paste the beginning of the text in the webui.bat console.
|
I think know my problem. It is recommended by in the instalation guide of the Automatic repo to use the "webui-user.bat" to start up the programm. Now that i used the "webui.bat" it works and i now longer get error 500. its probably the same with other people. |
Thanks again for your feedback. I've added an explanation on how to make it work in the docs |
Won't work for me
I am a Windows user
Message inside the web-user.bat
Traceback (most recent call last):
File "C:\Users\Heimann David\stable-diffusion-webui\venv\lib\site-packages\gradio\routes.py", line 273, in run_predict output = await app.blocks.process_api(
File "C:\Users\Heimann David\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 739, in process_api inputs = self.preprocess_data(fn_index, inputs, state)
File "C:\Users\Heimann David\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 638, in preprocess_data
processed_input.append(block.preprocess(raw_input[i]))
File "C:\Users\Heimann David\stable-diffusion-webui\venv\lib\site-packages\gradio\components.py", line 2118, in preprocess
return process_single_file(x)
File "C:\Users\Heimann David\stable-diffusion-webui\venv\lib\site-packages\gradio\components.py", line 2088, in process_single_file
f["name"],
TypeError: 'bool' object is not subscriptable
have tried using git fetch origin pull/1276/head and git checkout FETCH_HEAD
Used the Automatic1111 sorted option and localhost is http://localhost:7860/
And i used the most recent version
The text was updated successfully, but these errors were encountered: