grnr9730 commited on
Commit
884b321
·
verified ·
1 Parent(s): 2f90561

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +1 -1
handler.py CHANGED
@@ -5,7 +5,7 @@ from io import BytesIO
5
  import base64
6
 
7
  # 모델 로드
8
- model_id = "your-model-name-here"
9
  pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16).to("cuda")
10
 
11
  # Inference 함수
 
5
  import base64
6
 
7
  # 모델 로드
8
+ model_id = "grnr9730/Wan2.1-I2V-14B-720P-Diffusers"
9
  pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16).to("cuda")
10
 
11
  # Inference 함수