This is a collection of custom nodes for ComfyUI that I made for some QOL. I will be adding much more advanced ones in the future once I get more familiar with the API.
This is a collection of custom nodes for ComfyUI that I made for some QOL. I will be adding much more advanced ones in the future once I get more familiar with the API.
Just git clone this repo into your ComfyUI custom_nodes
folder and restart.
cd <your_comfyui_folder>/custom_nodes
git clone https://github.com/ostris/ostris_nodes_comfyui.git
cd ostris_nodes_comfyui
pip install --upgrade -r requirements.txt
Based on the fantastic work of sayakpaul/caption-upsampling. It uses an LLM to expand your prompt into a more complex prompt with more descriptive detail.
WARNING: This is experimental. It will likely remove TI embeddings. It loads in 4bit mode but will still be VRAM hungry.
HuggingFaceH4/zephyr-7b-beta
Example: <img src="https://raw.githubusercontent.com/ostris/ostris_nodes_comfyui/main/assets/prompt_upsampling_demo.jpg" width="768" height="auto">