Spaces:
Runtime error
Runtime error
Update engineers/deformes3D.py
Browse files- engineers/deformes3D.py +1 -1
engineers/deformes3D.py
CHANGED
@@ -55,7 +55,7 @@ class Deformes3DEngine:
|
|
55 |
"""
|
56 |
current_base_image_path = initial_ref_path
|
57 |
previous_prompt = "N/A (initial reference image)"
|
58 |
-
final_keyframes_gallery = [current_base_image_path]
|
59 |
width, height = keyframe_resolution, keyframe_resolution
|
60 |
target_resolution_tuple = (width, height)
|
61 |
|
|
|
55 |
"""
|
56 |
current_base_image_path = initial_ref_path
|
57 |
previous_prompt = "N/A (initial reference image)"
|
58 |
+
final_keyframes_gallery = [] #[current_base_image_path]
|
59 |
width, height = keyframe_resolution, keyframe_resolution
|
60 |
target_resolution_tuple = (width, height)
|
61 |
|