Christian Byrne
|
bbbdc8430b
|
feat: add SEARCH_ALIASES for model and misc nodes (#12019)
Python Linting / Run Ruff (push) Has been cancelled
Python Linting / Run Pylint (push) Has been cancelled
Add search aliases to model-related and miscellaneous nodes:
- Model nodes: nodes_model_merging.py, nodes_model_advanced.py, nodes_lora_extract.py
- Sampler nodes: nodes_custom_sampler.py, nodes_align_your_steps.py
- Control nodes: nodes_controlnet.py, nodes_attention_multiply.py, nodes_hooks.py
- Training nodes: nodes_train.py, nodes_dataset.py
- Utility nodes: nodes_logic.py, nodes_canny.py, nodes_differential_diffusion.py
- Architecture-specific: nodes_sd3.py, nodes_pixart.py, nodes_lumina2.py, nodes_kandinsky5.py, nodes_hidream.py, nodes_fresca.py, nodes_hunyuan3d.py
- Media nodes: nodes_load_3d.py, nodes_webcam.py, nodes_preview_any.py, nodes_wanmove.py
Uses search_aliases parameter in io.Schema() for v3 nodes, SEARCH_ALIASES class attribute for legacy nodes.
|
2026-01-22 02:04:06 -08:00 |
|
Alexander Piskun
|
440268d394
|
convert nodes_load_3d.py to V3 schema (#10990)
|
2025-12-03 13:52:31 -08:00 |
|
Terry Jia
|
58c6ed541d
|
Merge 3d animation node (#10025)
|
2025-11-26 14:58:27 -05:00 |
|
Terry Jia
|
79ed752748
|
support upload 3d model to custom subfolder (#8597)
|
2025-07-01 20:43:48 -04:00 |
|
Terry Jia
|
b838c36720
|
remove mtl from 3d model file list (#8192)
|
2025-05-22 08:08:36 -04:00 |
|
Terry Jia
|
9ad287ff20
|
add support to record video as output for 3d node (#7927)
* add support to record video as output for 3d node
* source format
* add support to record video for load3d animation node
|
2025-05-12 16:47:14 -04:00 |
|
Terry Jia
|
34e06bf7ec
|
add support to output camera state (#7582)
|
2025-04-18 02:52:18 -04:00 |
|
Terry Jia
|
2206246055
|
support output normal and lineart once (#7290)
|
2025-03-21 16:24:13 -04:00 |
|
Terry Jia
|
e1da98a14a
|
remove unused params (#6931)
|
2025-03-09 14:07:09 -04:00 |
|
Terry Jia
|
93c8607d51
|
remove light_intensity and fov from load3d (#6742)
|
2025-02-15 15:34:36 -05:00 |
|
Terry Jia
|
768e035868
|
Add node for preview 3d animation (#6594)
* Add node for preview 3d animation
* remove bg_color param
* remove animation_speed param
|
2025-01-31 10:09:07 -08:00 |
|
Terry Jia
|
f3566f0894
|
remove some params from load 3d node (#6436)
|
2025-01-22 17:23:51 -05:00 |
|
Terry Jia
|
953693b137
|
add fov and mask for load 3d node (#6308)
* add fov and mask for load 3d node
* some comments
|
2025-01-02 19:20:34 -05:00 |
|
comfyanonymous
|
d9b7cfac7e
|
Fix and enforce new lines at the end of files.
|
2024-12-30 04:14:59 -05:00 |
|
Terry Jia
|
517669aaa3
|
add preview 3d node (#6070)
* add preview 3d node
* mark 3d nodes as EXPERIMENTAL
|
2024-12-17 10:42:24 -08:00 |
|
Terry Jia
|
cc550d5908
|
use String directly to set bg color for load 3d canvas (#6057)
|
2024-12-16 10:51:40 -08:00 |
|
Terry Jia
|
bdf393792d
|
add load 3d node support (#5564)
* add load 3d node support
* remove Preview3D from BE
|
2024-12-13 18:13:52 -05:00 |
|