Update handler.py
Browse files- handler.py +1 -1
handler.py
CHANGED
|
@@ -5,7 +5,7 @@ from io import BytesIO
|
|
| 5 |
import base64
|
| 6 |
|
| 7 |
# 모델 로드
|
| 8 |
-
model_id = "
|
| 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 함수
|