-
Notifications
You must be signed in to change notification settings - Fork 469
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
Is this fork still relevant with Stable Diffusion V2? #227
Comments
Stable diffusion 2 is a totally different repository |
I have come to learn that at least some of these optimizations (and more) are in the WebUI stable diffusion fork: https://github.com/AUTOMATIC1111/stable-diffusion-webui/ There is also a newer fork of this very repo, but I cant get it to work and it has GH issues disabled. |
That updated repo is here: https://github.com/consciencia/stable-diffusion There are so many SD forks that they are almost impossible to explore. |
I believe this fork is still relevant with Stable Diffusion V2 because the V2 model is even larger and requires more memory to load in whole. This fork works well with V1.4 and V1.5, as I currently have it running at https://aitransformer.net/SuperStylizer, using the V1.5 model and the server only has 8G VRAM. I inspected V2 code at https://github.com/Stability-AI/stablediffusion, the changes seem not too big, so I managed to update the code using the same way of splitting the model to run on GPU one part at a time, the model loading is fine but unfortunately the process got killed every time when I tried to run a simple txt2img, probably due to running out of memory. ...... It'd be great if the author can make it working for V2. I can share the code changes I have so far if needed. |
Is the new release more optimized than the original?
If it is now, is there any way to use these changes in the new release?
The text was updated successfully, but these errors were encountered: