Spaces:
Build error
Build error
File size: 582 Bytes
f889344 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 |
# Python
venv
venv2
__pycache__
*.egg-info
build
wd14_tagger_model
# IDE and Editor specific
.vscode
# CUDNN for Windows
cudnn_windows
# Cache and temporary files
.cache
.DS_Store
# Scripts and executables
locon
gui-user.bat
gui-user.ps1
# Version control
SmilingWolf
wandb
# Setup and logs
setup.log
logs
# Miscellaneous
uninstall.txt
# Test files
test/output
test/log*
test/*.json
test/ft
# Temporary requirements
requirements_tmp_for_setup.txt
*.npz
presets/*/user_presets/*
inputs
outputs
dataset/**
!dataset/**/
!dataset/**/.gitkeep
models
data
config.toml
sd-scripts |