Skip to content
Discussion options

You must be logged in to vote

You're my hero... it worked! ❤️

Here's a quick guide for others who might have the same problem:

python -m venv .venv # Optional
.\.venv\Scripts\python.exe -m pip install --upgrade pip # Optional
.\.venv\Scripts\activate # Optional
pip install torch safetensors
pip install packaging
pip install numpy
python convert.py z_image_fine-tune_bf16_converted.safetensors z_image_fine-tune_bf16.safetensors

And don't forget to save the contents from here in a “convert.py” file.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Christian-H-0212
Comment options

Answer selected by O-J1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants