qq574599829 commited on
Commit
2226d38
·
1 Parent(s): af7a0e5
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. AnimateDiff/animatediff/__pycache__/lora.cpython-310.pyc +3 -0
  2. AnimateDiff/animatediff/data/__pycache__/masked_dataset.cpython-310.pyc +3 -0
  3. AnimateDiff/animatediff/data/__pycache__/pororo_dataset.cpython-310.pyc +3 -0
  4. AnimateDiff/animatediff/data/__pycache__/video_aug.cpython-310.pyc +3 -0
  5. AnimateDiff/animatediff/models/__pycache__/attention.cpython-310.pyc +3 -0
  6. AnimateDiff/animatediff/models/__pycache__/motion_module.cpython-310.pyc +3 -0
  7. AnimateDiff/animatediff/models/__pycache__/resnet.cpython-310.pyc +3 -0
  8. AnimateDiff/animatediff/models/__pycache__/sparse_controlnet.cpython-310.pyc +3 -0
  9. AnimateDiff/animatediff/models/__pycache__/unet.cpython-310.pyc +3 -0
  10. AnimateDiff/animatediff/models/__pycache__/unet_blocks.cpython-310.pyc +3 -0
  11. AnimateDiff/animatediff/pipelines/__pycache__/pipeline_animation.cpython-310.pyc +3 -0
  12. AnimateDiff/animatediff/utils/__pycache__/convert_from_ckpt.cpython-310.pyc +3 -0
  13. AnimateDiff/animatediff/utils/__pycache__/convert_lora_safetensor_to_diffusers.cpython-310.pyc +3 -0
  14. AnimateDiff/animatediff/utils/__pycache__/util.cpython-310.pyc +3 -0
  15. AnimateDiff/lang-segment-anything/assets/outputs/car.png +3 -0
  16. AnimateDiff/lang-segment-anything/assets/outputs/kiwi.png +3 -0
  17. AnimateDiff/lang-segment-anything/assets/outputs/person.png +3 -0
  18. AnimateDiff/lang-segment-anything/example_notebook/getting_started_with_lang_sam.ipynb +3 -0
  19. AnimateDiff/lang-segment-anything/lang_sam/__pycache__/__init__.cpython-310.pyc +3 -0
  20. AnimateDiff/lang-segment-anything/lang_sam/__pycache__/lang_sam.cpython-310.pyc +3 -0
  21. AnimateDiff/outputs/crong-2024-05-15T19-46-19/checkpoints/crong-gstep-100.pt +3 -0
  22. AnimateDiff/outputs/crong-2024-05-15T19-46-19/checkpoints/crong-gstep-200.pt +3 -0
  23. AnimateDiff/outputs/crong-2024-05-15T19-46-19/checkpoints/crong-gstep-300.pt +3 -0
  24. AnimateDiff/outputs/crong-2024-05-15T19-46-19/checkpoints/crong-gstep-400.pt +3 -0
  25. AnimateDiff/outputs/crong-2024-05-15T19-46-19/checkpoints/last.pt +3 -0
  26. AnimateDiff/outputs/crong-2024-05-15T19-46-19/config.yaml +3 -0
  27. AnimateDiff/outputs/crong-2024-05-15T19-46-19/samples/sample-100-0.gif +3 -0
  28. AnimateDiff/outputs/crong-2024-05-15T19-46-19/samples/sample-100-1.gif +3 -0
  29. AnimateDiff/outputs/crong-2024-05-15T19-46-19/samples/sample-100-2.gif +3 -0
  30. AnimateDiff/outputs/crong-2024-05-15T19-46-19/samples/sample-100-3.gif +3 -0
  31. AnimateDiff/outputs/crong-2024-05-15T19-46-19/samples/sample-100-4.gif +3 -0
  32. AnimateDiff/outputs/crong-2024-05-15T19-46-19/samples/sample-100-all.gif +3 -0
  33. AnimateDiff/outputs/crong-2024-05-15T19-46-19/samples/sample-200-0.gif +3 -0
  34. AnimateDiff/outputs/crong-2024-05-15T19-46-19/samples/sample-200-1.gif +3 -0
  35. AnimateDiff/outputs/crong-2024-05-15T19-46-19/samples/sample-200-2.gif +3 -0
  36. AnimateDiff/outputs/crong-2024-05-15T19-46-19/samples/sample-200-3.gif +3 -0
  37. AnimateDiff/outputs/crong-2024-05-15T19-46-19/samples/sample-200-4.gif +3 -0
  38. AnimateDiff/outputs/crong-2024-05-15T19-46-19/samples/sample-200-all.gif +3 -0
  39. AnimateDiff/outputs/crong-2024-05-15T19-46-19/samples/sample-300-0.gif +3 -0
  40. AnimateDiff/outputs/crong-2024-05-15T19-46-19/samples/sample-300-1.gif +3 -0
  41. AnimateDiff/outputs/crong-2024-05-15T19-46-19/samples/sample-300-2.gif +3 -0
  42. AnimateDiff/outputs/crong-2024-05-15T19-46-19/samples/sample-300-3.gif +3 -0
  43. AnimateDiff/outputs/crong-2024-05-15T19-46-19/samples/sample-300-4.gif +3 -0
  44. AnimateDiff/outputs/crong-2024-05-15T19-46-19/samples/sample-300-all.gif +3 -0
  45. AnimateDiff/outputs/crong-2024-05-15T19-46-19/samples/sample-400-0.gif +3 -0
  46. AnimateDiff/outputs/crong-2024-05-15T19-46-19/samples/sample-400-1.gif +3 -0
  47. AnimateDiff/outputs/crong-2024-05-15T19-46-19/samples/sample-400-2.gif +3 -0
  48. AnimateDiff/outputs/crong-2024-05-15T19-46-19/samples/sample-400-3.gif +3 -0
  49. AnimateDiff/outputs/crong-2024-05-15T19-46-19/samples/sample-400-4.gif +3 -0
  50. AnimateDiff/outputs/crong-2024-05-15T19-46-19/samples/sample-400-all.gif +3 -0
AnimateDiff/animatediff/__pycache__/lora.cpython-310.pyc ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e274229b7c416767262da6880110defa5af999cefe972edbe6fcf7b6cd1e5e54
3
+ size 22450
AnimateDiff/animatediff/data/__pycache__/masked_dataset.cpython-310.pyc ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:541a29b1149c8d496c6b38cc68fbaef44a2ef8514d38ecb432f03ab1ede9bfaf
3
+ size 8334
AnimateDiff/animatediff/data/__pycache__/pororo_dataset.cpython-310.pyc ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16942990a608152deee93aca8090ccaa08ad7e757f8d66bfe3b1c210f5cc3ece
3
+ size 17319
AnimateDiff/animatediff/data/__pycache__/video_aug.cpython-310.pyc ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b98efe237b0d72fda3d570509fb322f56947ac2ac643ff5295b200ede987a65e
3
+ size 5824
AnimateDiff/animatediff/models/__pycache__/attention.cpython-310.pyc ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b53f4b69e1a294fdee75c96dc34077cbb59d56766b99bb54e331fb89b38409a7
3
+ size 6764
AnimateDiff/animatediff/models/__pycache__/motion_module.cpython-310.pyc ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1da20d90615cc36b91bf9ee9337a5b6c8c41be25dba3828f9204eed533f9ba81
3
+ size 13676
AnimateDiff/animatediff/models/__pycache__/resnet.cpython-310.pyc ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8d9ad6d240c6115c818e42991b0b2847eb45ee3789a19930cf39adb396742fc
3
+ size 5267
AnimateDiff/animatediff/models/__pycache__/sparse_controlnet.cpython-310.pyc ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9828eee0d9be0c8dc9a2475a30a6ebc05a6daa57f6b4c813a93a2e1d31e21d6
3
+ size 14220
AnimateDiff/animatediff/models/__pycache__/unet.cpython-310.pyc ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a65161c267587e129aced24b4cb83d045a2dd4edefd6966c95c693f8b035793d
3
+ size 12700
AnimateDiff/animatediff/models/__pycache__/unet_blocks.cpython-310.pyc ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:596afd36ee353d2d2cac216e17dcf8439e9cc11846e94842f223480aa7c1d864
3
+ size 12752
AnimateDiff/animatediff/pipelines/__pycache__/pipeline_animation.cpython-310.pyc ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce1b7a43ef58abe8fcb0de1cf44bb92cdc533edc7fbc0f4bf98d7d609d7126af
3
+ size 12786
AnimateDiff/animatediff/utils/__pycache__/convert_from_ckpt.cpython-310.pyc ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb354e854b11b37c2ff8b3e9763d43707b27bc7ee2959665ea85b047e92e69cf
3
+ size 27373
AnimateDiff/animatediff/utils/__pycache__/convert_lora_safetensor_to_diffusers.cpython-310.pyc ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee1c07954d244b5a4f2a98b2260fb13c11351a43aec18fde7ca7026a44ae882c
3
+ size 4774
AnimateDiff/animatediff/utils/__pycache__/util.cpython-310.pyc ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0001878f02213409820250c4b0bc04e02fac67912f8536743bafa3786826af2
3
+ size 11011
AnimateDiff/lang-segment-anything/assets/outputs/car.png ADDED

Git LFS Details

  • SHA256: cb8637063535e6ba10a2a332b73022b2e9b82ce44b21eb5bcc8b14448974c7a9
  • Pointer size: 132 Bytes
  • Size of remote file: 3.28 MB
AnimateDiff/lang-segment-anything/assets/outputs/kiwi.png ADDED

Git LFS Details

  • SHA256: df66f20116518bb397508bb1712cdcbbc9255adbc396242d6d0a54f5ade2d56a
  • Pointer size: 132 Bytes
  • Size of remote file: 2.83 MB
AnimateDiff/lang-segment-anything/assets/outputs/person.png ADDED

Git LFS Details

  • SHA256: bf503da22728775874bb5fbe53fa30b6b5f7be764b374cef47645dbdd30164fe
  • Pointer size: 132 Bytes
  • Size of remote file: 2.96 MB
AnimateDiff/lang-segment-anything/example_notebook/getting_started_with_lang_sam.ipynb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cef6507af6fd33576265f99fe05953e8f05db1b4d0b8d3574de20d571abbe2ba
3
+ size 2125755
AnimateDiff/lang-segment-anything/lang_sam/__pycache__/__init__.cpython-310.pyc ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6dfd57093ba3d83538e5d7b329b45cd851e2ff81be148ac24fc63c8c8d8a2422
3
+ size 269
AnimateDiff/lang-segment-anything/lang_sam/__pycache__/lang_sam.cpython-310.pyc ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:428204969154eeee6760eb2b176b28f37e835c5c1441946289452fbcd2bb1450
3
+ size 4951
AnimateDiff/outputs/crong-2024-05-15T19-46-19/checkpoints/crong-gstep-100.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60dbb2f45c1d6cf361cc85af746f4c835fcacac93d3e0a44caf76096aeec16fb
3
+ size 4356
AnimateDiff/outputs/crong-2024-05-15T19-46-19/checkpoints/crong-gstep-200.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:097d24253ea788d4b5c6872910c765934ec31cd6bfbdf34a751e050940f5b1e4
3
+ size 4356
AnimateDiff/outputs/crong-2024-05-15T19-46-19/checkpoints/crong-gstep-300.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38148d290c14b0dd98f97789812dc414e59ec14ab539659d561f4642b8299dd0
3
+ size 4356
AnimateDiff/outputs/crong-2024-05-15T19-46-19/checkpoints/crong-gstep-400.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d4f241692ba7e7293c681691a46815a496e97e142b63096f8172ebc850f86a1
3
+ size 4356
AnimateDiff/outputs/crong-2024-05-15T19-46-19/checkpoints/last.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6eb0f846696544a3c70a2a607efc047cfb848c41a8f60bcc49ff7ae9a6fe3a0
3
+ size 4237
AnimateDiff/outputs/crong-2024-05-15T19-46-19/config.yaml ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f952afdd43623c1a059a4a6db4b3d801b112d6d202d7307146fead71905fdd73
3
+ size 3428
AnimateDiff/outputs/crong-2024-05-15T19-46-19/samples/sample-100-0.gif ADDED

Git LFS Details

  • SHA256: 78aeca931cc0bacfd76a07d8b6033ea01be9bda5ebe70bc827923ddf27e73d91
  • Pointer size: 132 Bytes
  • Size of remote file: 1.73 MB
AnimateDiff/outputs/crong-2024-05-15T19-46-19/samples/sample-100-1.gif ADDED

Git LFS Details

  • SHA256: 6d562c5f010ca53ef99e860a982726a18d718d8ebf67654a4c677ed80e3b5a7b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.88 MB
AnimateDiff/outputs/crong-2024-05-15T19-46-19/samples/sample-100-2.gif ADDED

Git LFS Details

  • SHA256: 7785f5b61627a0baf07749d9210ca79f9d3bb95241e1b8f2e4b427b9171f702a
  • Pointer size: 132 Bytes
  • Size of remote file: 2.09 MB
AnimateDiff/outputs/crong-2024-05-15T19-46-19/samples/sample-100-3.gif ADDED

Git LFS Details

  • SHA256: 979f8fd1a422c114ede7256a02a8a81e8413a4c91c4b2abe6c094ee1015f16fb
  • Pointer size: 132 Bytes
  • Size of remote file: 2.07 MB
AnimateDiff/outputs/crong-2024-05-15T19-46-19/samples/sample-100-4.gif ADDED

Git LFS Details

  • SHA256: d8b9bdbfe5c40b8e29db88f419a08d2172c507042ef3d3c475c19fbb94878c21
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
AnimateDiff/outputs/crong-2024-05-15T19-46-19/samples/sample-100-all.gif ADDED

Git LFS Details

  • SHA256: da081f3003dea432098e67bc0a3702c29701a0976037e298a63e3f57f4d7eafd
  • Pointer size: 132 Bytes
  • Size of remote file: 9.18 MB
AnimateDiff/outputs/crong-2024-05-15T19-46-19/samples/sample-200-0.gif ADDED

Git LFS Details

  • SHA256: ea1350121e295a284cee43d4592e54e5337fbbf2dd3bcf17ecbb3ea82ea8dc5a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.9 MB
AnimateDiff/outputs/crong-2024-05-15T19-46-19/samples/sample-200-1.gif ADDED

Git LFS Details

  • SHA256: 373d436132e98cf922c5b0c4bcfd8dcdf359c45d75fd40410cfbc0e953f39e26
  • Pointer size: 132 Bytes
  • Size of remote file: 1.86 MB
AnimateDiff/outputs/crong-2024-05-15T19-46-19/samples/sample-200-2.gif ADDED

Git LFS Details

  • SHA256: 13467702a19802c2e507553c6ce4545d5ebbc778015f4ca9ad7e8b569822885b
  • Pointer size: 132 Bytes
  • Size of remote file: 2.1 MB
AnimateDiff/outputs/crong-2024-05-15T19-46-19/samples/sample-200-3.gif ADDED

Git LFS Details

  • SHA256: 149f314d2488fb8395c3ec3a64a7702531f1ec544783583048ca325f9135bcce
  • Pointer size: 132 Bytes
  • Size of remote file: 2.35 MB
AnimateDiff/outputs/crong-2024-05-15T19-46-19/samples/sample-200-4.gif ADDED

Git LFS Details

  • SHA256: 87644ce034a87ebe4d2a5ed4b6ca60cacad75b4dff61d2e62f94d15d5fd2e603
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
AnimateDiff/outputs/crong-2024-05-15T19-46-19/samples/sample-200-all.gif ADDED

Git LFS Details

  • SHA256: 837ce7feeb70e9516cacaefc8415f226f8b36e07e6539d2eb1da85b5dcfc9a3b
  • Pointer size: 132 Bytes
  • Size of remote file: 9.53 MB
AnimateDiff/outputs/crong-2024-05-15T19-46-19/samples/sample-300-0.gif ADDED

Git LFS Details

  • SHA256: 291fff24b04534fbb0f97c7f0a18cbd1a25c24a156644152f50b2b199a1fae92
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
AnimateDiff/outputs/crong-2024-05-15T19-46-19/samples/sample-300-1.gif ADDED

Git LFS Details

  • SHA256: 7cb213f5537f0e1165a0dcfc92744a09573fee86ba74c060318b433a11e1a8d8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.93 MB
AnimateDiff/outputs/crong-2024-05-15T19-46-19/samples/sample-300-2.gif ADDED

Git LFS Details

  • SHA256: 7922aa45374bc99961ae70552ba1b83f713895e32530cea126e5a606768ea4d4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.68 MB
AnimateDiff/outputs/crong-2024-05-15T19-46-19/samples/sample-300-3.gif ADDED

Git LFS Details

  • SHA256: de4bf29b9394253d5f24272dbba95c291850187796c5507378f3f9ad7ba3d78c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.89 MB
AnimateDiff/outputs/crong-2024-05-15T19-46-19/samples/sample-300-4.gif ADDED

Git LFS Details

  • SHA256: 30264e0c7ff402f49819bed0eb0809728871c41cc1ef673ff6ca187375a1676b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
AnimateDiff/outputs/crong-2024-05-15T19-46-19/samples/sample-300-all.gif ADDED

Git LFS Details

  • SHA256: 5319c3a5486543cebd0baeeb5d99958abd0c1207883329991e5611f0ddce74be
  • Pointer size: 132 Bytes
  • Size of remote file: 8.47 MB
AnimateDiff/outputs/crong-2024-05-15T19-46-19/samples/sample-400-0.gif ADDED

Git LFS Details

  • SHA256: 625d4828c8d595443593b0df1da7b03fe39940ef6110c93dc8a7cd1f11040299
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
AnimateDiff/outputs/crong-2024-05-15T19-46-19/samples/sample-400-1.gif ADDED

Git LFS Details

  • SHA256: dc4c30fbb9744d34a93fd904999cd8478a6cb6d8ed1499407217d590782881ed
  • Pointer size: 132 Bytes
  • Size of remote file: 1.82 MB
AnimateDiff/outputs/crong-2024-05-15T19-46-19/samples/sample-400-2.gif ADDED

Git LFS Details

  • SHA256: 6059f9e5ba10d5ee77bc4e283cd117bc019672230fd62a204189f5be325bb81b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.79 MB
AnimateDiff/outputs/crong-2024-05-15T19-46-19/samples/sample-400-3.gif ADDED

Git LFS Details

  • SHA256: 35cfeb96b1fe369183ad59ba6dba90562f89cfbf67b92a89d6e79c243f18bac7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.86 MB
AnimateDiff/outputs/crong-2024-05-15T19-46-19/samples/sample-400-4.gif ADDED

Git LFS Details

  • SHA256: eda86438bf23fd8b91d709b9f6aa37ae43b1f587e0d4ec6ba011b29761427b8b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
AnimateDiff/outputs/crong-2024-05-15T19-46-19/samples/sample-400-all.gif ADDED

Git LFS Details

  • SHA256: 773e1a31b8bb95f69afbe0e1af60e7ec50bb642ba4c0683517280d2f45e21505
  • Pointer size: 132 Bytes
  • Size of remote file: 8.78 MB