mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-07-21 21:01:24 +08:00
yeet
This commit is contained in:
parent
ff6031f2e5
commit
06eabbfdc0
27
.gitignore
vendored
27
.gitignore
vendored
@ -1,48 +1,31 @@
|
||||
__pycache__
|
||||
**/tokenizer/tokenizer.json
|
||||
*.bin
|
||||
*.ckpt
|
||||
*.gguf
|
||||
*.onnx
|
||||
*.pth
|
||||
*.safetensors
|
||||
*.sft
|
||||
.DS_Store
|
||||
.vscode
|
||||
/.coverage*
|
||||
/.idea
|
||||
/ESRGAN/*
|
||||
/GFPGAN/*
|
||||
/SwinIR
|
||||
/SwinIR/*
|
||||
/cache
|
||||
/cache.json*
|
||||
/config.json
|
||||
/config_states/
|
||||
/embeddings
|
||||
/extensions
|
||||
/gfpgan/weights/*.pth
|
||||
/interrogate
|
||||
/log
|
||||
/model.ckpt
|
||||
/models/**/*
|
||||
/node_modules
|
||||
/output
|
||||
/output/
|
||||
/outputs
|
||||
/outputs/
|
||||
/package-lock.json
|
||||
/params.txt
|
||||
/repositories
|
||||
/styles.csv
|
||||
/styles.csv.bak
|
||||
/sysinfo*.json
|
||||
/textual_inversion
|
||||
/tmp
|
||||
/ui-config.json
|
||||
/user.css
|
||||
/venv
|
||||
/webui-user.bat
|
||||
/webui-user.sh
|
||||
/webui.settings.bat
|
||||
coverage.xml
|
||||
huggingface_space_mirror/
|
||||
notification.mp3
|
||||
random_test.py
|
||||
trace.json
|
||||
**/tokenizer/tokenizer.json
|
||||
|
||||
Loading…
Reference in New Issue
Block a user