transformers>=4.34.1 bitsandbytes

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](
https://github.com/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-betaExample: