remove config.json dependency, default to torch in image_from_text.py

This commit is contained in:
Brett Kuprel
2022-07-01 12:03:37 -04:00
parent 4404e70764
commit 85f5866eff
10 changed files with 52 additions and 64 deletions

2
.gitignore vendored
View File

@@ -2,7 +2,7 @@
**/.cache/
**/*.pkl
**/.DS*
*.pt
**/*.pt
*.mlpackage
**/*.ckpt
.vscode