mehmetkeremturkcan commited on
Commit
9e86115
·
verified ·
1 Parent(s): 3776353

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -60,9 +60,9 @@ def generate_video_from_image(
60
  pipe.load_lora_weights(
61
  lora_path,
62
  weight_name="pytorch_lora_weights.safetensors",
63
- adapter_name="suturing"
64
  )
65
- pipe.set_adapters("suturing", lora_weight)
66
  pipe.to("cuda")
67
  # Prepare the image and prompt
68
  image = load_image(image_path).resize((width, height))
 
60
  pipe.load_lora_weights(
61
  lora_path,
62
  weight_name="pytorch_lora_weights.safetensors",
63
+ adapter_name="crashmodel"
64
  )
65
+ pipe.set_adapters("crashmodel", lora_weight)
66
  pipe.to("cuda")
67
  # Prepare the image and prompt
68
  image = load_image(image_path).resize((width, height))