skytnt commited on
Commit
6319e0b
1 Parent(s): e1c1429

udate model

Browse files
.gitignore CHANGED
@@ -114,3 +114,4 @@ dmypy.json
114
  .pyre/
115
 
116
  .idea/
 
114
  .pyre/
115
 
116
  .idea/
117
+ video.mp4
app.py CHANGED
@@ -287,7 +287,7 @@ if __name__ == '__main__':
287
  with gr.Column():
288
  gr.Markdown("you'd better upload a standing full-body image")
289
  encode_img_input = gr.Image(label="input image")
290
- examples_data = [[f"examples/{x:02d}.png"] for x in range(1, 9)]
291
  encode_img_examples = gr.Dataset(components=[encode_img_input], samples=examples_data)
292
  with gr.Group():
293
  encode_img_submit = gr.Button("Run", variant="primary")
287
  with gr.Column():
288
  gr.Markdown("you'd better upload a standing full-body image")
289
  encode_img_input = gr.Image(label="input image")
290
+ examples_data = [[f"examples/{x:02d}.png"] for x in range(1, 5)]
291
  encode_img_examples = gr.Dataset(components=[encode_img_input], samples=examples_data)
292
  with gr.Group():
293
  encode_img_submit = gr.Button("Run", variant="primary")
examples/01.png CHANGED
examples/02.png CHANGED
examples/03.png CHANGED
examples/04.png CHANGED
examples/05.png DELETED
Binary file (322 kB)
examples/06.png DELETED
Binary file (334 kB)
examples/07.png DELETED
Binary file (379 kB)
examples/08.png DELETED
Binary file (679 kB)
models/fb_encoder.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5be6b51e6f5046c6b402f4b0af62903363891571c72fd576afcf8d64f9e71dd9
3
- size 706131142
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e8d206092b3e686b6d4798f8976e154413b12316161b5e1b077a493a41d75e4
3
+ size 706114106
models/g_mapping.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7e8b35dc40e6ba4f08cb269b56617814c8406418a76965ae1f9f8ea41813fc30
3
- size 8411020
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96ccd5cf1090078d2a63cdc02666d50c4e7484ba81c38e909b9501f9637f133a
3
+ size 8410285
models/g_synthesis.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bacba02853729b8c9635c83c6194943158c5b992f742123aa1ce6cbd94c138f7
3
  size 112794026
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e89042c1b47053f074d40cd9f41012d5341d5c1a4d92a5d5ed61485e570c7f48
3
  size 112794026