-
Notifications
You must be signed in to change notification settings - Fork 881
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
stable-diffusion-webui
plugin
#25
Comments
This is a basic implement for stable-diffusion-webui plugin. How to use
Still, currently this plugin is a basic implement for webui, and only support a few of features:
|
stable-diffusion-webui
plugin
Usage Error: Couldn't find a script named "dev:use-webui-plugin". |
* mobile ui updates * fixes sidebar btn * return if null * mobile input blur * handle mobile enter key * new convo name * new delete mechanism * test height * revert * change padding * remove overflow * check relative * padding * done * retry * test * test * should work now * test * test * more * max h * revert * done
@wendaleruan since this one still works in progress, and not get merged yet, if you want to try now, you need to use my repo and check out webui-plugin branch |
@jtydhr88 In terms of what’s needed to merge, I think we’d be good to go once this plug-in is at feature parity with the Stability API plugin with the exception of storing images. I think we can add storing images locally as a follow-up if you wanted 👍 |
@jtydhr88 "MacOS and Linux support (since I don’t have environment with MacOS/Linux, may need someone help with this" I am a Mac user and can help with this. Please let me knwo what to do. |
Thanks @harrywang ! Just make some normal actions I guess you already made would be helpful, and create issues if find any bugs |
@KaiW98 see here |
@jtydhr88 #71 I reported the same issue and figured it out myself - should we add some instruction in the README? |
@harrywang looks like @KaiW98 is reverse to yours, in your case, you configured localhost:3000 but didn't work, but on his case, I think he need to configure localhost:3000. |
I'm also having issues getting these talking. I believe CORS is right but on it's options request the server is throwing a 500.
|
I'm on the latest versions of both as of today. |
hey @nmcbride can you share which version of your webui? for mine is on 1.3.0 commit: |
I received the same error until I followed the instructions and installed the plugin: https://github.com/jtydhr88/sd-webui-StableStudio |
hey guys, I made a quick bug fix #76 here but I don't think it will fix your guys issue, still research how to reproduce the bug you are facing... |
I made process but I think there may be an issue with my stable diffusion even though it is the latest version and works from it's own web UI. When img2text is called it throws a 404 with the following: |
You need to select a sampler in the advanced options above the dream button. |
I see. I was thrown off because I also tried the call from stable diffusion's api page using their example body and it threw the same error. So I was figuring the problem was bigger than I thought. |
The difficulty for me is I have no idea how to reproduce this issue, I am happy if someone could provide more information to help me to reproduce it |
Hello, thanks alot for this plugin! Just FYI: I had the problem that StableStudio reported a CORS Error and stable-diffusion-webui ran into a 500 with a |
@s-blu great catch! That information may help me to reproduce the issue! |
For me the CORS issue was just not defining it as arguments. It was 100% on my end. |
I also faced the error TLDR: creating Response model of The error is caused when app is initialized with Disabling extension is not necessary but clicking "Apply and restart" is the important part since it writes current options to |
#24
The text was updated successfully, but these errors were encountered: