Update rp.py
Browse files
rp.py
CHANGED
@@ -40,7 +40,7 @@ def merge_checkpoints(ckpt1, ckpt2, blend_ratio=0.5):
|
|
40 |
|
41 |
if __name__ == "__main__":
|
42 |
try:
|
43 |
-
model1_path = "flux1-dev.safetensors
|
44 |
model2_path = "brainflux_v10.safetensors"
|
45 |
blend_ratio = 0.4
|
46 |
output_file = "output_checkpoint.safetensors"
|
|
|
40 |
|
41 |
if __name__ == "__main__":
|
42 |
try:
|
43 |
+
model1_path = "flux1-dev.safetensors"
|
44 |
model2_path = "brainflux_v10.safetensors"
|
45 |
blend_ratio = 0.4
|
46 |
output_file = "output_checkpoint.safetensors"
|