Replies: 5 comments 2 replies
-
Just like the file |
Beta Was this translation helpful? Give feedback.
-
You can use the script: https://github.com/huggingface/diffusers/blob/main/scripts/convert_diffusers_to_original_sdxl.py for example: python convert_diffusers_to_original_sdxl.py --model_path "models/sdxl-lightning-4-steps" --checkpoint_path "models/vargol-lighting.safetensors" --use_safetensors |
Beta Was this translation helpful? Give feedback.
-
Wow, you're really awesome! I've seen a lot of conversions along this path, and they're all so cool. I'm gonna give it a shot right now. |
Beta Was this translation helpful? Give feedback.
-
this method works fine. Thanks! |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
How to convert multiple piped files into a single SafeTensor file?
For example, from this address: https://huggingface.co/Vargol/sdxl-lightning-4-steps/tree/main
How can I convert
pipe
into a single SafeTensor file as a whole?Beta Was this translation helpful? Give feedback.
All reactions