StabilityMatrix icon indicating copy to clipboard operation
StabilityMatrix copied to clipboard

Webui ‘reForge’ support

Open lilcdj opened this issue 1 year ago • 9 comments

Someone recently made a new branch of WebUI Forge because there is no big update or implementation for original branch now. Can we get this package into stability matrix too? It has some good features compare to original Forge.

Github https://github.com/Panchovix/stable-diffusion-webui-reForge

Reddit https://www.reddit.com/r/StableDiffusion/s/UPaBt4vLVD

lilcdj avatar Jul 12 '24 06:07 lilcdj

Yes, please!

OneHandead avatar Jul 17 '24 15:07 OneHandead

I second this feature request. The implementation should be trivial, and it's very much warranted due to the current Forge status.

EriIaz avatar Jul 18 '24 18:07 EriIaz

Right now you can switch to reforge on stabilitymatrix and it will work without problems. Just activate the venv inside forge installation folder and then: git remote add reForge https://github.com/Panchovix/stable-diffusion-webui-reForge git branch Panchovix/main git checkout Panchovix/main git fetch reForge git branch -u reForge/main git pull

killerciao avatar Jul 19 '24 06:07 killerciao

killerciao,

Most of us, I think, do not want to switch to ReForge, but have both Forge and ReForge, so we can run each one.

drdancm avatar Jul 22 '24 09:07 drdancm

We currently plan to release this as part of v2.12.0, though if you would like to try it as soon as possible, it's now available in our dev builds on Patreon. We're still doing some testing so it may not be perfectly stable on all operating systems just yet, but it is coming!

mohnjiles avatar Jul 23 '24 21:07 mohnjiles

Right now you can switch to reforge on stabilitymatrix and it will work without problems. Just activate the venv inside forge installation folder and then: git remote add reForge https://github.com/Panchovix/stable-diffusion-webui-reForge git branch Panchovix/main git checkout Panchovix/main git fetch reForge git branch -u reForge/main git pull

image What is this error of iu?

koopa990 avatar Jul 28 '24 05:07 koopa990

Right now you can switch to reforge on stabilitymatrix and it will work without problems. Just activate the venv inside forge installation folder and then: git remote add reForge https://github.com/Panchovix/stable-diffusion-webui-reForge git branch Panchovix/main git checkout Panchovix/main git fetch reForge git branch -u reForge/main git pull

image What is this error of iu?

git remote add reForge https://github.com/Panchovix/stable-diffusion-webui-reForge git branch Panchovix/main git checkout Panchovix/main git fetch reForge git branch -u reForge/main git reset --hard git pull

you must do one line at time. not all together

killerciao avatar Jul 28 '24 07:07 killerciao

Right now you can switch to reforge on stabilitymatrix and it will work without problems. Just activate the venv inside forge installation folder and then: git remote add reForge https://github.com/Panchovix/stable-diffusion-webui-reForge git branch Panchovix/main git checkout Panchovix/main git fetch reForge git branch -u reForge/main git pull

image What is this error of iu?

git remote add reForge https://github.com/Panchovix/stable-diffusion-webui-reForge git branch Panchovix/main git checkout Panchovix/main git fetch reForge git branch -u reForge/main git reset --hard git pull

you must do one line at time. not all together

Disregard that early message.

I got a bunch of conflicting messages in Git image

koopa990 avatar Jul 28 '24 13:07 koopa990

Right now you can switch to reforge on stabilitymatrix and it will work without problems. Just activate the venv inside forge installation folder and then: git remote add reForge https://github.com/Panchovix/stable-diffusion-webui-reForge git branch Panchovix/main git checkout Panchovix/main git fetch reForge git branch -u reForge/main git pull

image What is this error of iu?

git remote add reForge https://github.com/Panchovix/stable-diffusion-webui-reForge git branch Panchovix/main git checkout Panchovix/main git fetch reForge git branch -u reForge/main git reset --hard git pull you must do one line at time. not all together

Disregard that early message.

I got a bunch of conflicting messages in Git image

That's an issue when coming from A1111, for some reason now that does happen now.

Instead of git reset --hard, git stash should work. Gonna update the README.

I can also suggest a clean install. I think when Stability Matrix adds native support it will work better as well.

Panchovix avatar Jul 28 '24 20:07 Panchovix