How to use diffusers format when training SD3 #1981
David-Hari
started this conversation in
General
Replies: 1 comment
-
Additionally, even when I do use safetensors file, it fails to find |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using the sd3_train.py script from the sd3 branch, and I was under the impression that it could accept a model as either a safetensors file or diffusers folder. The
pretrained_model_name_or_path
argument says so.Yet when I give it "stabilityai/stable-diffusion-3.5-medium", the code still seems to try loading it as safetensors, calling the
load_safetensors
function in utils.py. That then fails with FileNotFoundError.Beta Was this translation helpful? Give feedback.
All reactions