Global variables for model, CLIP, VAE for more organized and fast workflows
Open
Feature
- Dominant language
- Python
- Stars
- 133k
- Forks
- 15.7k
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 155
Description
### Feature Idea
Currently every Ksampler and node requires to connect Model, CLIP, VAE, positive, negative manually to each node. Partially problem of having too many lines could be “solved” by rerouting lines.
Wouldn’t it be easier for user if by default each new node would reference some sort of global variables with model, VAE, CLIP, and Conditioning, with an ability to override it when another link is connected to the input socket?
There’s a Set/Get node in third party pack, but it only works with existing limitations
https://github.com/kijai/ComfyUI-KJNodes
### Existing Solutions
_No response_
### Other
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.