Open 0xBLCKLPTN opened 2 years ago
This is great-- I made a couple of changes/fixes for Linux and generally-speaking. Hopefully didn't break anything for Windows/Mac along the way, but hopefully will be a little more flexible. Let me know- this makes fooling around a lot easier and more fun.
Looks like this now:
Oh, I had a list of things to do and maybe adding a "copy result to clipboard" button would be another nice thing to add:
Again, great job!
@fat-tire Thanks! I too think that adding the result to the buffer and saving the settings is a good idea. I will add these changes later ;)
Cool I did a few more changes in this PR.
Now looks like this:
*thanks to @Fictiverse for inspiring the prompt on Twitter
Ideas for updated version--
For anyone following along, here are my Day 3 contributions to the GUI thing.
Highlights:
Because competition is always good, here is my shameless plug for my web interface in Vue to do inpainting. It looks like this. Still a work in progress of course...
Hi, this model is wonderful. I also wrote a web UI with very minimum code.
If you are interested in this UI, the code can be found here.
Glad to see more UIs! @firstmovier, if you all don't know there's also a web-UI in progress at the lstein fork of this project.
I just submitted a new commit-- adding a scrollable area for the image grid in case there are so many that it overwhelmes the window size.
I think I'll continue development on this to try to incorporate upcoming support for the json image metadata that's being formulated over at lstein.. I think it would be nice to see it supported on multiple interfaces so json image descriptions can be sent back and forth...
Also, @blcklptn --maybe add a link to your repository in the top post?
img2img support!
(a pulldown at the top lets you choose from txt2img and img2img, and you can choose the image to use via the button...)
Another update-- those separator bars between the terminal and the image and also separating the left and right portions of the screen are now movable so that you can reveal or hide more of the images.
Enjoy. Latest version is in the pull request or you can find it on my fork.
Hah look at that! I made one too in Tauri + Svelte. Free + open source. It too uses the txt2img.py
script.
You do have to build it from source for your platform though.
Quick note to anyone following that I added a few new bits here.
The coolest one is you can drag the image around by hand now. You even get a little "dragging hand" icon.
Also added some tooltips and instructions on how to install pyqt5 if you don't have it already in place.
Enjoy!
Update for DiffusionUI: I added image to image including doing image to image inside an inpainting region
I made a short video to demo the process: https://www.youtube.com/watch?v=AFZvW5qURes
I did some changes too-- this is a test of using json-based metadata to recreate an image.
The GUI is written in PyQt5. It is as simple as possible and so far only works with the scripts/txt2img.py
Gui supports parameters such as:
Also, the interface shows the result of generation instead of the default ricroll. Everything is working fine. Tested on Windows 11, MacOS BigSur. Does it make sense to develop this interface in any way?
https://github.com/blcklptn/CompVis-StableDiffusion-Gui