pranavajay commited on
Commit
52d01c6
·
verified ·
1 Parent(s): ef5bc80

Update rp.py

Browse files
Files changed (1) hide show
  1. rp.py +1 -1
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.1"
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"