-
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
Make a basic implement for webui plugin #24
Conversation
Hello! 👋 We haven't been able to pick this up yet, so I'd be extremely happy to help you get it finished and merged! |
Thanks! I make a TODO list in the issue #25 and readme, please feel free to request any features I missed. |
How would you like us to cooperate with you? Should we create a branch which pulls in from yours, commit directly to yours, etc.? |
I think it is ok to commit directly, shall I add someone into my repo? |
@cruhl should be as simple as |
Been playing around with this plugin, and so far it seems to work quite well, although with some major issues that need to be addressed before it can be merged: issues
possible implementations:
|
@KAJdev hey at least its a start right? |
Thanks for @KAJdev testing, let me add the requirements in the TODO list |
* feat: Add conditional search input for conversation list * style and ux adjust --------- Co-authored-by: Tekle Ayele <tekleayele@gmail.com>
Wouldn't these two implementations work only in case both StableStudio and SD-webui are on the same host and wouldn't support remote webui? |
@merodiro since this plug-in is just at start phase, I only have local environment for dev, once we finish the main features, we can test remote host. However in theory, it should support remote host easily |
I just tried it with remote sd-webui and it worked well. |
I believe this is because internally StableStudio defaults to |
…nto webui-plugin
… into webui-plugin
Yeah! Readme is good for me! |
@jtydhr88 Refactor is going well, noticing some issues with the history plugin. Looks like |
@KAJdev thanks for catching, I will fix it soon |
hi @KAJdev as my test, there is an issue happening on get history image, even webui returns the data, but StableSudio sitll keeps loading without show image: Another issue is the status keeps on "Ready without history plugin" even the extension already be here and orks well to return data. (I don't fix it) |
Yes, I was having issues with the history plugin, the error mentioned before as well as some possible CORS issues. Will investigate more. Good catch on the async map there, that revert is fine. |
besides this issue, anything else needs to do for this init version? or i am good to merge |
I think we are aiming for an early morning merge. |
@jtydhr88 Are we good to merge this from your perspective? |
@cruhl yes! |
I really need to thank you @jtydhr88 (@cruhl , @KAJdev ) for bringing this to StableStudio. StableDiffusion now feels so much polished and slick! |
hi Stability team,
I am not sure you guys already start to implement the webui plugin or not, but I make a basic version for this big demand.
please let me know how you think about it.