Update aduc_framework/engineers/deformes3D.py
Browse files
aduc_framework/engineers/deformes3D.py
CHANGED
|
@@ -100,9 +100,12 @@ class Deformes3DEngine:
|
|
| 100 |
|
| 101 |
current_base_image_path = initial_ref_path
|
| 102 |
past_base_image_path = initial_ref_path
|
|
|
|
| 103 |
|
| 104 |
-
|
| 105 |
for i in range(num_keyframes_to_generate):
|
|
|
|
|
|
|
|
|
|
| 106 |
scene_index = i + 1
|
| 107 |
current_scene = storyboard[i]
|
| 108 |
future_scene = storyboard[i + 1] if (i + 1) < len(storyboard) else "A cena final."
|
|
|
|
| 100 |
|
| 101 |
current_base_image_path = initial_ref_path
|
| 102 |
past_base_image_path = initial_ref_path
|
| 103 |
+
45th
|
| 104 |
|
|
|
|
| 105 |
for i in range(num_keyframes_to_generate):
|
| 106 |
+
ltx_conditioning_items = ltx_conditioning_items0
|
| 107 |
+
|
| 108 |
+
|
| 109 |
scene_index = i + 1
|
| 110 |
current_scene = storyboard[i]
|
| 111 |
future_scene = storyboard[i + 1] if (i + 1) < len(storyboard) else "A cena final."
|