automatic1111 new frontend using DiffusionUI #6687
Replies: 29 comments
-
I got "Error! The backend returned the http code: 500" At the console it says Even though it doesn't work for me, I can still give feedback, I do like some of the ideas behind this UI. However, I don't like that I can't enter prompts with the sliders visible. When I am working on finetuning an image I have many rows of prompt entries and adjust sliders many many times before the image is the way I like it. I have 21:9 Ultra wide monitors and would love a UI to adjust in a way that allows me to better use my screen space. |
Beta Was this translation helpful? Give feedback.
-
Could you have an option to put a url as Im not hosting locally but on a server elsewhere, I can expose it and use this front end. |
Beta Was this translation helpful? Give feedback.
-
This option is there. If you click on the (i) there is a field to modify the API url. |
Beta Was this translation helpful? Give feedback.
-
Im a donut, i didnt realise that was clickable/editable... ill test it out some more today 👍 |
Beta Was this translation helpful? Give feedback.
-
If you can't make it work:
If after all this it still fails, then here is how to debug:
|
Beta Was this translation helpful? Give feedback.
-
Yes, it is possible to share (using A problem right now is that it does not work with authentication (you can't use the |
Beta Was this translation helpful? Give feedback.
-
I am getting a different error when trying to use it:
|
Beta Was this translation helpful? Give feedback.
-
@bmaltais did you follow all the recommendations in this comment ? |
Beta Was this translation helpful? Give feedback.
-
Does it actually work for someone else than me? |
Beta Was this translation helpful? Give feedback.
-
@MrKuenning Thanks for the feedback! Your suggestion to be able to leave the sidebars open is a very good one. It is now implemented 👍 |
Beta Was this translation helpful? Give feedback.
-
still getting The backend returned the http code: 500 |
Beta Was this translation helpful? Give feedback.
-
@1blackbar did you follow all the recommendations in this comment? Yes, full res inpainting is not yet implemented right now. It's on top of my to do list |
Beta Was this translation helpful? Give feedback.
-
Hey I really need your help guys, multiple persons are reporting it not working but they don't answer my questions so I don't know if they've an older version of the automatic1111 fork or if there is really a problem. To all the persons who had problems, does the problem still appears after you run |
Beta Was this translation helpful? Give feedback.
-
what error 500 does lets start with that, yes i did whats in the comment , frontend still not working while i generate in this webui all the time so i really have no way to tell more about it Traceback (most recent call last): |
Beta Was this translation helpful? Give feedback.
-
I did not. I will try it again tonight. I used it with the latest code available at the time of testing. |
Beta Was this translation helpful? Give feedback.
-
@1blackbar 500 is the http code and means "Internal Server Error". I'm afraid I have no way to have more info about the error in the brower in this case and you have to see the error in the console. But if you haven't updated to the recent version it won't work, it's perfectly normal that it does not work, they made changes very recently and the API changed so you should really try to go to the same automatic1111 version to test it. Run |
Beta Was this translation helpful? Give feedback.
-
Thanks |
Beta Was this translation helpful? Give feedback.
-
looks like nobody is able to run it my man ? |
Beta Was this translation helpful? Give feedback.
-
please try with |
Beta Was this translation helpful? Give feedback.
-
Alright, making progress, I tried under Windows and got the same error, even with the commit working under Linux. Investigating ... |
Beta Was this translation helpful? Give feedback.
-
finally youre one of us ! |
Beta Was this translation helpful? Give feedback.
-
Found the problem, the scripts are not loaded in the same order on Linux and on Windows, causing the API to be different. |
Beta Was this translation helpful? Give feedback.
-
This should work now when selecting How to make it work right now:
I hope it works for you and sorry for the confusion. |
Beta Was this translation helpful? Give feedback.
-
Does https://diffusionui.com/ front end online record user's prompt? |
Beta Was this translation helpful? Give feedback.
-
No, it records nothing. Everything passes directly from the backend to your browser. |
Beta Was this translation helpful? Give feedback.
-
This doesn't seem to work anymore. It generates an image then it disappears. |
Beta Was this translation helpful? Give feedback.
-
I don't have access to my computer until tomorrow. I'll check it then. It should work with at least the automatic1111 version from yesterday. |
Beta Was this translation helpful? Give feedback.
-
@MrKuenning I just tested with the latest automatic1111 version and it works correctly for me, without modification. If you still have a problem, please report it on my repo, and please mention:
|
Beta Was this translation helpful? Give feedback.
-
Hello Hi ! So are this work like SillyTraven ? https://github.com/SillyTavern/SillyTavern where i can hosted my Sd at server and using webui at anyplace ? are this can work with adobefirefly api ? |
Beta Was this translation helpful? Give feedback.
-
Hi,
I modified my GUI Stable Diffusion frontend to be able to use the automatic1111 fork as a backend.
Advantages over the normal interface:
Testing it is very easy:
Send a GitHub star my way if like it!
Note: the gradio API is changing quite fast here so I cannot guarantee that it'll work after an update here. It's currently working with the current commit (f2a4a2c)
Some screenshots:
Beta Was this translation helpful? Give feedback.
All reactions