Add example videos to model card
Browse files- .gitattributes +8 -0
- README.md +41 -0
- videos/Faceswap_00013.mp4 +3 -0
- videos/Faceswap_00039.mp4 +3 -0
- videos/Faceswap_00040.mp4 +3 -0
- videos/Faceswap_00058.mp4 +3 -0
- videos/Faceswap_00107.mp4 +3 -0
- videos/Faceswap_00109.mp4 +3 -0
- videos/Faceswap_00114.mp4 +3 -0
- videos/Faceswap_00120.mp4 +3 -0
.gitattributes
CHANGED
|
@@ -34,3 +34,11 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
CRT-Nodes.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
CRT-Nodes.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
videos/Faceswap_00120.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
videos/Faceswap_00114.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
videos/Faceswap_00058.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
videos/Faceswap_00109.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
videos/Faceswap_00107.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
videos/Faceswap_00039.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
videos/Faceswap_00040.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
videos/Faceswap_00013.mp4 filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -1,3 +1,44 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
| 4 |
+
|
| 5 |
+
- This LoRA applies on MiniMaxh3 ref2va model
|
| 6 |
+
- Changes the Reference video identity face with the Reference(s) one(s)
|
| 7 |
+
- Uses a single Trigger word (Faceswap)
|
| 8 |
+
- Uses at strenght 1
|
| 9 |
+
- The LoRA is pruned from blocks under the set fro treshold (less heavy, less lora artifacts, identical strength to trained base)
|
| 10 |
+
- Workflow is shared (CRT-Nodes), you can use your own (make sure your input video respect the MH3 format)
|
| 11 |
+
|
| 12 |
+
You can help me training cool models with runpod referal https://runpod.io?ref=u7b2habt so we both benefits, or with https://buymeacoffee.com/designedbycrt if you want to support these models. Thanks
|
| 13 |
+
|
| 14 |
+
## Examples
|
| 15 |
+
|
| 16 |
+
<div align="center">
|
| 17 |
+
<video width="100%" controls>
|
| 18 |
+
<source src="videos/Faceswap_00120.mp4" type="video/mp4">
|
| 19 |
+
</video>
|
| 20 |
+
</div>
|
| 21 |
+
|
| 22 |
+
<details>
|
| 23 |
+
<summary><b>More examples</b></summary>
|
| 24 |
+
<br>
|
| 25 |
+
|
| 26 |
+
<table width="100%">
|
| 27 |
+
<tr>
|
| 28 |
+
<td width="50%" align="center"><video width="100%" controls><source src="videos/Faceswap_00114.mp4" type="video/mp4"></video></td>
|
| 29 |
+
<td width="50%" align="center"><video width="100%" controls><source src="videos/Faceswap_00058.mp4" type="video/mp4"></video></td>
|
| 30 |
+
</tr>
|
| 31 |
+
<tr>
|
| 32 |
+
<td width="50%" align="center"><video width="100%" controls><source src="videos/Faceswap_00109.mp4" type="video/mp4"></video></td>
|
| 33 |
+
<td width="50%" align="center"><video width="100%" controls><source src="videos/Faceswap_00107.mp4" type="video/mp4"></video></td>
|
| 34 |
+
</tr>
|
| 35 |
+
<tr>
|
| 36 |
+
<td width="50%" align="center"><video width="100%" controls><source src="videos/Faceswap_00039.mp4" type="video/mp4"></video></td>
|
| 37 |
+
<td width="50%" align="center"><video width="100%" controls><source src="videos/Faceswap_00040.mp4" type="video/mp4"></video></td>
|
| 38 |
+
</tr>
|
| 39 |
+
<tr>
|
| 40 |
+
<td colspan="2" align="center"><video width="50%" controls><source src="videos/Faceswap_00013.mp4" type="video/mp4"></video></td>
|
| 41 |
+
</tr>
|
| 42 |
+
</table>
|
| 43 |
+
|
| 44 |
+
</details>
|
videos/Faceswap_00013.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1e829f15f1e4077e98cdfbc304b6de142fecd814b2531fb957b980dd3ec7aac3
|
| 3 |
+
size 6756372
|
videos/Faceswap_00039.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9952987bb60f2443d8eb107baae98e6929d36cb175f572699e4b957146b3ce32
|
| 3 |
+
size 17867086
|
videos/Faceswap_00040.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c9cb85632b395bd3e02bc5369d2a5ca798e57583e1877894cf39965a5bc216ea
|
| 3 |
+
size 18332106
|
videos/Faceswap_00058.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b4f89dc0d8e8a7fe96f395d7407fa91c4cbd5903745b3ded99b14dfb0b6af892
|
| 3 |
+
size 17159290
|
videos/Faceswap_00107.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dd7a629bafbbfd3b5f100bc10e2a45c8ab7f07b0f05d3e9f588d019bdc31394a
|
| 3 |
+
size 33469807
|
videos/Faceswap_00109.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2292f391582ebc92ec9b02de3e7036abdb444a4e5e6af5034e203537d12f88a1
|
| 3 |
+
size 19482097
|
videos/Faceswap_00114.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:967449780d457fc18ef709332045a4a276e683518c21cc7ab0c17e315b78c265
|
| 3 |
+
size 25560790
|
videos/Faceswap_00120.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e39e389d6ee714f8bfe63c6c1fce9f44832769aa4181e415fa6befd553f97f40
|
| 3 |
+
size 25807313
|