Spaces:
Sleeping
Sleeping
model & gitignore upload
Browse files- .gitignore +39 -0
- inswapper_128.onnx +3 -0
.gitignore
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Created by https://www.toptal.com/developers/gitignore/api/venv,visualstudiocode
|
| 2 |
+
# Edit at https://www.toptal.com/developers/gitignore?templates=venv,visualstudiocode
|
| 3 |
+
|
| 4 |
+
### venv ###
|
| 5 |
+
# Virtualenv
|
| 6 |
+
# http://iamzed.com/2009/05/07/a-primer-on-virtualenv/
|
| 7 |
+
.Python
|
| 8 |
+
[Bb]in
|
| 9 |
+
[Ii]nclude
|
| 10 |
+
[Ll]ib
|
| 11 |
+
[Ll]ib64
|
| 12 |
+
[Ll]ocal
|
| 13 |
+
[Ss]cripts
|
| 14 |
+
pyvenv.cfg
|
| 15 |
+
venv
|
| 16 |
+
.venv
|
| 17 |
+
pip-selfcheck.json
|
| 18 |
+
|
| 19 |
+
### VisualStudioCode ###
|
| 20 |
+
.vscode/*
|
| 21 |
+
!.vscode/settings.json
|
| 22 |
+
!.vscode/tasks.json
|
| 23 |
+
!.vscode/launch.json
|
| 24 |
+
!.vscode/extensions.json
|
| 25 |
+
!.vscode/*.code-snippets
|
| 26 |
+
|
| 27 |
+
# Local History for Visual Studio Code
|
| 28 |
+
.history/
|
| 29 |
+
.ipynb_checkpoints/
|
| 30 |
+
|
| 31 |
+
# Built Visual Studio Code Extensions
|
| 32 |
+
*.vsix
|
| 33 |
+
|
| 34 |
+
### VisualStudioCode Patch ###
|
| 35 |
+
# Ignore all local history of files
|
| 36 |
+
.history
|
| 37 |
+
.ionide
|
| 38 |
+
|
| 39 |
+
# End of https://www.toptal.com/developers/gitignore/api/venv,visualstudiocode
|
inswapper_128.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e4a3f08c753cb72d04e10aa0f7dbe3deebbf39567d4ead6dce08e98aa49e16af
|
| 3 |
+
size 554253681
|