Spaces:
Paused
Paused
test gradio
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ def generate_image(prompt, reference_image, controlnet_conditioning_scale):
|
|
52 |
|
53 |
return image
|
54 |
|
55 |
-
model_id = "
|
56 |
motion_adapter_id = "guoyww/animatediff-motion-adapter-v1-5-3"
|
57 |
controlnet_id = "guoyww/animatediff-sparsectrl-rgb"
|
58 |
lora_adapter_id = "guoyww/animatediff-motion-lora-v1-5-3"
|
|
|
52 |
|
53 |
return image
|
54 |
|
55 |
+
model_id = "stabilityai/stable-diffusion-3.5-large"
|
56 |
motion_adapter_id = "guoyww/animatediff-motion-adapter-v1-5-3"
|
57 |
controlnet_id = "guoyww/animatediff-sparsectrl-rgb"
|
58 |
lora_adapter_id = "guoyww/animatediff-motion-lora-v1-5-3"
|