├── .gitignore ├── LICENSE ├── README.md ├── __init__.py └── variables.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yolanother/DTAIComfyVariables/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yolanother/DTAIComfyVariables/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yolanother/DTAIComfyVariables/HEAD/README.md -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yolanother/DTAIComfyVariables/HEAD/__init__.py -------------------------------------------------------------------------------- /variables.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yolanother/DTAIComfyVariables/HEAD/variables.py --------------------------------------------------------------------------------