-
Notifications
You must be signed in to change notification settings - Fork 965
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
sd3.5 integration (naive) #2183
sd3.5 integration (naive) #2183
Conversation
Excited! ;) how to use it, can you share few steps. |
and add SD35 before SD3
Otherwise you'll get errors about not
|
Hi, just a small question, I did everything exactly like you wrote above. At first I tried a GGUF version of SD3.5, but that failed directly. FP8 loads but gives me that error: "RuntimeError: Promotion for Float8 Types is not supported, attempted to promote Half and Float8_e4m3fn". Havent yet managed to try the full/normal FP16 version of 3.5 yet though. Is fp8 just not working with your fix or did I screw something else up? EDIT: FP16/Normal SD 3.5 works, is there any way to make FP8 work as well (FP16 is really close to an OOM error, uses like 55GB/64GB RAM and all of my 16GB VRAM) |
Tested and works, thank you. |
It really works) thanks bro!) |
I am going to take a look about GGUF and the quality of HF clip-g vs this clip-g. |
Hello lllyasviel ! Thanks ! (i'm lost now with the roadmap) |
seems like doesn't work with the new sd35 medium
|
The 3.5 medium issues looks like it's mostly updating files in I'll try to get to it later today. |
ty, gonna have a look too. |
didnt know where to add this but had an issue yesterday where after updating forge, suddenly it seemed as if the quality of the images went downhill, als I could not replicate any of my older generated images, it was on version 612 and my last used on was 591, so I struggled to roll back but eventually got it rolled back and now I have glorious images again. oh wait, I just figured out you can use the version number added in the file metadata without knowing the whole hash number, so I just went to custom and pasted - f2.0.1v1.10.1-previous-591-gb592142f and it updated to that version and now things are normal again - still cant get over how drastically image quality went downhill, no more variety and widely different images between these commits |
That's weird. My images are exactly the same as they were before the latest updates. Even rechecked after your post. |
So what are the VRAM requirements, can it run with offloading like Flux or there's no point in even trying on 8Gb? |
Could be nice to get some updates on this, please |
Minimal integration of SD3.5. Requires update to huggingface_guess lllyasviel/huggingface_guess#1
There's a a few hacky things. In particular in
backend/loader.py
there's a few things that could be structured better.All text models are necessary for this implementation. Works with 8vram cards.