├── LICENSE ├── README.md ├── __init__.py ├── assets └── example.png ├── requirements.txt └── superprompter_node.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeuralSamurAI/Comfyui-Superprompt-Unofficial/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeuralSamurAI/Comfyui-Superprompt-Unofficial/HEAD/README.md -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeuralSamurAI/Comfyui-Superprompt-Unofficial/HEAD/__init__.py -------------------------------------------------------------------------------- /assets/example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeuralSamurAI/Comfyui-Superprompt-Unofficial/HEAD/assets/example.png -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | torch 2 | transformers -------------------------------------------------------------------------------- /superprompter_node.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeuralSamurAI/Comfyui-Superprompt-Unofficial/HEAD/superprompter_node.py --------------------------------------------------------------------------------