You should summon hlky and automatic in this thread or either do pull request on this into their webUIs repos - that would be much better from user experience side
I think I've seen some work in either hlky or auto's repo that mentioned cross attention control
Automatic1111 has been so on the ball with updates to his fork these past 2 weeks+. Just today he added "Interrogate" in his img2img tab, which is img2prompt.
Yesterday, or the day before, he added prompt "presets" to save time on retyping your most commonly used terms.
Hlky's activity has died down quite a bit which is a bit unfortunate. His was the first webui fork that I tried.
yeah, I'd go with auto's version, but hlky has got all the fancy upscalers like GoBIG and also it doesn't crash as much as auto's. Tho Im still on auto's friday version, so it might have been fixed already.
Hlky is switching to atreamlit but seems features are still going into both branches. GoBig is sweet! I think auto added similar called sd-upscale but I haven't tried it yet.
I just want to say HLKY himself didn't do it, I did, I saw your implementation and used it (and txt2imghd) as the base for GoBig in the hlky fork, I'm not sure why is this so forbidden as large parts of the hlky fork is already copied code from your repo so I didn't even think twice about utilizing it.
I also added LDSR to the hlky fork which I modified from the original repo and created the image lab tab etc.
To be clear, I'd rather add stuff to your repo but I approached you on the SD discord and you said you'll likely not merge PRs that aren't made by you and that originally hlky PR'd a feature to your repo which you rejected which in turn prompted him to make his own fork.
It's too bad there's all this useless drama around the different UIs, it just creates a lot of confusion.
If I'm remembering correctly, I said that I won't accept big reworks unless we decide on them beforehand. I'm accepting a fair amount of code from different people.
The 'feature' I rejected was a change that would save all pictures in jpeg format for everyone.
Well, if true that's not cool. Should be relatively easy to prove by looking at commits. But the UIs are definitely diverging, so there's original work being done to some extent. Sorry if there's some bad behavior going on though.
It's funny you mention the commits, they DO seem to tell a different story. The funniest of which is that the code Automatic111 used for the sdupscale was originally called "text2imagehd", and a port of someone else's work, which was called GoBig :)
Seriously though, ffs, this is open source, can we not just be decent humans and work together? I don't get all this drama, it's not Middle school 🙃
The hlky one actually started as a fork of the automatic1111 UI, but that was basically on day 1 of SD release and they've both changed a ton since then, with major reworks and refactors, sometimes even implementing the same functionality in different ways. I don't think merging them would be possible at this point, it'd be a lot easier to just cherry pick features that one has that the other one doesn't and weave that code into the existing code base.
I mean "installed" is just put in a folder with moldels placed in, everything else is in virtual environment. You can just download new version, or use git - in this case you just git clone once, and use git pull every time you think there's a worthy update
61
u/sassydodo Sep 11 '22
You should summon hlky and automatic in this thread or either do pull request on this into their webUIs repos - that would be much better from user experience side
I think I've seen some work in either hlky or auto's repo that mentioned cross attention control