Spaces:
Running
on
Zero
Running
on
Zero
test
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ class AnimateController:
|
|
44 |
|
45 |
self.image_resolution = (256, 256)
|
46 |
# config models
|
47 |
-
self.pipeline = ConditionalAnimationPipeline.from_pretrained("TIGER-Lab/ConsistI2V"
|
48 |
self.pipeline.to("cuda")
|
49 |
|
50 |
def update_textbox_and_save_image(self, input_image, height_slider, width_slider, center_crop):
|
|
|
44 |
|
45 |
self.image_resolution = (256, 256)
|
46 |
# config models
|
47 |
+
self.pipeline = ConditionalAnimationPipeline.from_pretrained("TIGER-Lab/ConsistI2V")
|
48 |
self.pipeline.to("cuda")
|
49 |
|
50 |
def update_textbox_and_save_image(self, input_image, height_slider, width_slider, center_crop):
|