CoolFace
Apppublic

pearsonkyle/SDXL-Model-Merger

sourceHugging Facemitupdated 6mo agoView on Hugging Face
2likes
.gitignore37 linesDownload Raw Back to root
1# Python cache2__pycache__/3*.py[cod]4*$py.class5 6# Virtual environment7venv/8.venv/9env/10 11# IDE files12.vscode/13.idea/14*.swp15*.swo16 17# Environment variables (contains sensitive data)18.env19.env.local20.env.*.local21 22# Model cache (large files)23.cache/24 25# HuggingFace cache (contains tokens and configs)26.huggingface/27*.safetensors28*.bin29 30# Logs31*.log32logs/33 34# OS files35.DS_Store36Thumbs.db37