Update co.py
Browse files
co.py
CHANGED
@@ -10,6 +10,6 @@ model_3 = load_file("merged_model_28.safetensors")
|
|
10 |
combined_model = {**model_1, **model_2, **model_3}
|
11 |
|
12 |
# Save the combined model as flowgram.safetensors
|
13 |
-
save_file(combined_model, "
|
14 |
|
15 |
print("Successfully merged the models into flowgram.safetensors")
|
|
|
10 |
combined_model = {**model_1, **model_2, **model_3}
|
11 |
|
12 |
# Save the combined model as flowgram.safetensors
|
13 |
+
save_file(combined_model, "flowgram_f16.safetensors")
|
14 |
|
15 |
print("Successfully merged the models into flowgram.safetensors")
|