为 ComfyUI 提供一组节点,将任意数据标记为已知类型,提高节点兼容性,便于与 cg-use-everywhere 联动。
💡 将任意输出标记为特定类型以便在复杂流程中互联。
🍴 3 Forks💻 Python🔄 2025-06-06
https://pan.quark.cn/s/51137d50651f
📦 requirements.txt
yors_comfyui_node_setup
#
yors_comfyui_node_as_x_type
yors_pano_zero_field
yors_pano_ansi_color
📄 README
ymc-node-as-x-type
🤖 some comfyui custom nodes to set it as known type.
Why
it may be better to use to enhance use cg-use-everywhere to link nodes in wifi for some case.
Features
feat(core): node to set it as any type
feat(core): node to set it as image type
feat(core): node to set it as model type
feat(core): node to set it as clip type
feat(core): node to set it as vae type
feat(core): node to set it as conditioning type
feat(core): node to set it as latent type
feat(core): node to set it as string type
feat(core): node to set it as int type
feat(core): node to set it as float type
feat(core): node to set it as number type
Nodes
nodes show in console:
nodes show in right mouse menu:
Install
# cd to comfyui/custom_nodes
git clone https://github.com/ymc-github/ymc-node-as-x-type
deps will be installed automatically if deps in requirements.txt were not installed when comfyui up
Usage
you can find it in search box : double click + typing set it as
you can find it in right mouse menu : YMC/LINK
~~you can find it in right mouse menu : YMC/as_x_type (as alias)~~
Based-on
pypi package yors_comfyui_node_setup – setup comfyui custom nodes easily
~~pypi package yors_comfyui_node_as_x_type – use its nodes~~
pypi package yors_pano_ansi_color – info msg in console with color in your comfyui custom nodes easily
pypi package yors_pano_zero_field – set nodes input field to be HQ in your comfyui custom nodes easily
Published to Comfy registry
get more details in publish_to_comfy.yml
docs for publishing to comfy registey
installed with comfy-cli ? comfy node registry-install ymc-node-as-x-type
Author
ymc-github
License
MIT