initial commit

Signed-off-by: Daniel Henry <iamdanhenry@gmail.com>
This commit is contained in:
2026-01-30 09:33:31 -06:00
commit 3ffacf0a12
8 changed files with 412 additions and 0 deletions

13
config.example.yaml Normal file
View File

@@ -0,0 +1,13 @@
# Copy to config.yaml and fill in tokens and paths. Do not commit config.yaml.
huggingface_token: "" # from https://huggingface.co/settings/tokens
civitai_token: "" # from https://civitai.com/user/account
comfyui_base_dir: "/path/to/ComfyUI"
# Lists of model URLs. Civitai: use API URL or add ?token=... is optional (token from config is used).
# Hugging Face: use resolve/main/... URLs.
diffusion_models: []
text_encoders: []
vaes: []
upscale_models: []
loras: []