Update deformes4D_engine.py
Browse files- deformes4D_engine.py +1 -1
deformes4D_engine.py
CHANGED
|
@@ -163,7 +163,7 @@ class Deformes4DEngine:
|
|
| 163 |
logger.info(f" - PONTO DE APLICAÇÃO DO HANDLER (DINÂMICO): Frame {HANDLER_FRAME_TARGET}")
|
| 164 |
logger.info("="*60)
|
| 165 |
|
| 166 |
-
base_ltx_params = {"guidance_scale":
|
| 167 |
keyframe_paths = [item[0] if isinstance(item, tuple) else item for item in keyframes]
|
| 168 |
video_clips_paths, story_history = [], ""
|
| 169 |
target_resolution_tuple = (video_resolution, video_resolution)
|
|
|
|
| 163 |
logger.info(f" - PONTO DE APLICAÇÃO DO HANDLER (DINÂMICO): Frame {HANDLER_FRAME_TARGET}")
|
| 164 |
logger.info("="*60)
|
| 165 |
|
| 166 |
+
base_ltx_params = {"guidance_scale": 2.0, "stg_scale": 0.025, "rescaling_scale": 0.15, "num_inference_steps": 20, "image_cond_noise_scale": 0.00}
|
| 167 |
keyframe_paths = [item[0] if isinstance(item, tuple) else item for item in keyframes]
|
| 168 |
video_clips_paths, story_history = [], ""
|
| 169 |
target_resolution_tuple = (video_resolution, video_resolution)
|