1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-02 15:04:50 +08:00

Add Wan-FUN Camera Control models and Add WanCameraImageToVideo node (#8013)

* support wan camera models

* fix by ruff check

* change camera_condition type; make camera_condition optional

* support camera trajectory nodes

* fix camera direction

---------

Co-authored-by: Qirui Sun <sunqr0667@126.com>
This commit is contained in:
George0726
2025-05-15 19:00:43 -04:00
committed by GitHub
parent 6a2e4bb9e0
commit c820ef950d
6 changed files with 431 additions and 1 deletions

View File

@@ -2265,6 +2265,7 @@ def init_builtin_extra_nodes():
"nodes_preview_any.py",
"nodes_ace.py",
"nodes_string.py",
"nodes_camera_trajectory.py",
]
import_failed = []