mirror of
https://github.com/Stability-AI/generative-models.git
synced 2026-01-04 22:24:24 +01:00
* Sort .gitignore; add dist and *.py[cod] * Use pyproject.toml + Hatch instead of setup.py Sibling of https://github.com/Stability-AI/stablediffusion/pull/269 * Add packaging documentation
10 lines
73 B
Plaintext
10 lines
73 B
Plaintext
*.egg-info
|
|
*.py[cod]
|
|
.pt13
|
|
.pt2
|
|
.pt2_2
|
|
/checkpoints
|
|
/dist
|
|
/outputs
|
|
build
|