fast-stable-diffusion
fast-stable-diffusion copied to clipboard
Feature request: Fast-Dreambooth to run locally.
Just like the title says. I know you're tracking this already and I'm sure you're busy. Just wanted to add a request that can be used by those of us who are interested in the feature so we can follow along.
Thanks for all your hard work!
Thanks, a local version is my top priority
Anything we can do to help?
if you have enough VRAM, experiment with the local version : https://github.com/TheLastBen/fast-stable-diffusion/blob/main/Local_fast_DreamBooth-Win.ipynb
I probably wont have a chance to try this until this weekend. Will it run on Ubuntu?
just windows for now (anaconda)
Ive been trying to get this to run, no luck yet. Lots of file not found issues. Working on editing some of the code blocks to work
Session found, Loading session....
C:\WINDOWS\system32/stable-diffusion-v1-5
No model found, make sure you put the diffusers model in the right folder
No model found, make sure you put the diffusers model in the right folder
No model found, make sure you put the diffusers model in the right folder
The image folder specified does not exist, use the colab file explorer to copy the path
The image folder specified does not exist, use the colab file explorer to copy the path
Its like something within the mount to the notebook isnt right.
Ive made some significant changes to it and almost have it working.
Having major issues getting xformers built and working. I got it to the point where its built, but erroring on:
xformers-0.0.14.dev0-cp310-cp310-win_amd64.whl is not a supported wheel on this platform.
If I can figure out how to build the correct whl file for local, I can get the rest of all this to work.
any update on this ?