https://github.com/ymc-github/ymc-node-as-x-type
some comfyui custom nodes to set node output as any or known type
https://github.com/ymc-github/ymc-node-as-x-type
comfyui-nodes ymc yors-style
Last synced: about 1 month ago
JSON representation
some comfyui custom nodes to set node output as any or known type
- Host: GitHub
- URL: https://github.com/ymc-github/ymc-node-as-x-type
- Owner: YMC-GitHub
- License: mit
- Created: 2024-07-14T12:09:54.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-03T06:01:00.000Z (10 months ago)
- Last Synced: 2025-04-03T15:43:36.286Z (2 months ago)
- Topics: comfyui-nodes, ymc, yors-style
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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](https://github.com/chrisgoringe/cg-use-everywhere) 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## Install
```bash
# cd to comfyui/custom_nodes
git clone https://github.com/ymc-github/ymc-node-as-x-type
```- **deps will be installed automatically** if requirements in requirements.txt 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](https://pypi.org/project/yors_comfyui_node_setup/)
- pypi package [yors_comfyui_node_as_x_type](https://pypi.org/project/yors_comfyui_node_as_x_type/)
## Published to Comfy registry
- get more details in [publish_to_comfy.yml](.github/workflows/publish_to_comfy.yml)
- [docs for publishing to comfy registey](https://docs.comfy.org/registry/overview)
- installed with comfy-cli ? `comfy node registry-install ymc-node-as-x-type`
## Author
ymc-github
## License
MIT