1
0
Fork 0

feat: add model and output directories

This commit is contained in:
Sean Sube 2023-01-05 15:37:30 -06:00
parent 8f77bb89f2
commit 41d93c9ecb
5 changed files with 5 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
convert_stable_diffusion_checkpoint_to_onnx.py

1
models/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
stable-diffusion-*

View File

3
outputs/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
*.png
*.jpg
*.jpeg

View File