bubbliiiing commited on
Commit
cb44de3
·
1 Parent(s): fb83a8c

Update Weights

Browse files
.gitattributes CHANGED
@@ -1,3 +1,5 @@
 
 
1
  *.7z filter=lfs diff=lfs merge=lfs -text
2
  *.arrow filter=lfs diff=lfs merge=lfs -text
3
  *.bin filter=lfs diff=lfs merge=lfs -text
 
1
+ *.png filter=lfs diff=lfs merge=lfs -text
2
+ *.jpg filter=lfs diff=lfs merge=lfs -text
3
  *.7z filter=lfs diff=lfs merge=lfs -text
4
  *.arrow filter=lfs diff=lfs merge=lfs -text
5
  *.bin filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,3 +1,151 @@
1
  ---
2
  license: apache-2.0
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ library_name: videox_fun
4
  ---
5
+
6
+ # Z-Image-Fun-Lora-Distill
7
+
8
+ [![Github](https://img.shields.io/badge/🎬%20Code-VideoX_Fun-blue)](https://github.com/aigc-apps/VideoX-Fun)
9
+
10
+
11
+ ## Model Card
12
+
13
+ | Name | Description |
14
+ |--|--|
15
+ | Z-Image-Fun-Lora-Distill-8-Steps.safetensors | This is a Distill LoRA for Z-Image that distills both steps and CFG. This model does not require CFG and uses 8 steps for inference. |
16
+
17
+ ## Model Features
18
+ - This is a Distill LoRA for Z-Image that distills both steps and CFG. It does not use any Z-Image-Turbo related weights and is trained from scratch. It is compatible with other Z-Image LoRAs and [Controls](https://huggingface.co/alibaba-pai/Z-Image-Fun-Controlnet-Union-2.1).
19
+ - This model will slightly reduce the output quality and change the output composition of the model. For specific comparisons, please refer to the Results section. In most cases, the Distill LoRA performs well; currently, the biggest issue is that it may make the generated results brighter.
20
+ - The purpose of this model is to provide fast generation compatibility for Z-Image derivative models, not to replace Z-Image-Turbo.
21
+
22
+ ## TODO
23
+ - Optimize the output brightness;
24
+ - Train a 4-step LoRA.
25
+
26
+ ## Results
27
+ ### Work itself
28
+
29
+ <table border="0" style="width: 100%; text-align: left; margin-top: 20px;">
30
+ <tr>
31
+ <td>Output 25 steps</td>
32
+ <td>Output 8 steps</td>
33
+ </tr>
34
+ <tr>
35
+ <td><img src="results/output1.png" width="100%" /></td>
36
+ <td><img src="results/output1_8steps.png" width="100%" /></td>
37
+ </tr>
38
+ </table>
39
+
40
+ <table border="0" style="width: 100%; text-align: left; margin-top: 20px;">
41
+ <tr>
42
+ <td>Output 25 steps</td>
43
+ <td>Output 8 steps</td>
44
+ </tr>
45
+ <tr>
46
+ <td><img src="results/output2.png" width="100%" /></td>
47
+ <td><img src="results/output2_8steps.png" width="100%" /></td>
48
+ </tr>
49
+ </table>
50
+
51
+ <table border="0" style="width: 100%; text-align: left; margin-top: 20px;">
52
+ <tr>
53
+ <td>Output 25 steps</td>
54
+ <td>Output 8 steps</td>
55
+ </tr>
56
+ <tr>
57
+ <td><img src="results/output3.png" width="100%" /></td>
58
+ <td><img src="results/output3_8steps.png" width="100%" /></td>
59
+ </tr>
60
+ </table>
61
+
62
+ <table border="0" style="width: 100%; text-align: left; margin-top: 20px;">
63
+ <tr>
64
+ <td>Output 25 steps</td>
65
+ <td>Output 8 steps</td>
66
+ </tr>
67
+ <tr>
68
+ <td><img src="results/output4.png" width="100%" /></td>
69
+ <td><img src="results/output4_8steps.png" width="100%" /></td>
70
+ </tr>
71
+ </table>
72
+
73
+ ### Work with Controlnet
74
+
75
+ <table border="0" style="width: 100%; text-align: left; margin-top: 20px;">
76
+ <tr>
77
+ <td>Pose + Inpaint</td>
78
+ <td>Output 25 steps</td>
79
+ <td>Output 8 steps</td>
80
+ </tr>
81
+ <tr>
82
+ <td><img src="asset/inpaint.jpg" width="100%" /><img src="asset/mask.jpg" width="100%" /></td>
83
+ <td><img src="results/inpaint.png" width="100%" /></td>
84
+ <td><img src="results/inpaint_8steps.png" width="100%" /></td>
85
+ </tr>
86
+ </table>
87
+
88
+ <table border="0" style="width: 100%; text-align: left; margin-top: 20px;">
89
+ <tr>
90
+ <td>Pose + Inpaint</td>
91
+ <td>Output 25 steps</td>
92
+ <td>Output 8 steps</td>
93
+ </tr>
94
+ <tr>
95
+ <td><img src="asset/inpaint.jpg" width="100%" /><img src="asset/mask.jpg" width="100%" /><img src="asset/pose.jpg" width="100%" /></td>
96
+ <td><img src="results/pose_inpaint.png" width="100%" /></td>
97
+ <td><img src="results/pose_inpaint_8steps.png" width="100%" /></td>
98
+ </tr>
99
+ </table>
100
+
101
+ <table border="0" style="width: 100%; text-align: left; margin-top: 20px;">
102
+ <tr>
103
+ <td>Pose</td>
104
+ <td>Output 25 steps</td>
105
+ <td>Output 8 steps</td>
106
+ </tr>
107
+ <tr>
108
+ <td><img src="asset/pose2.jpg" width="100%" /></td>
109
+ <td><img src="results/pose2.png" width="100%" /></td>
110
+ <td><img src="results/pose2_8steps.png" width="100%" /></td>
111
+ </tr>
112
+ </table>
113
+
114
+ <table border="0" style="width: 100%; text-align: left; margin-top: 20px;">
115
+ <tr>
116
+ <td>Pose</td>
117
+ <td>Output 25 steps</td>
118
+ <td>Output 8 steps</td>
119
+ </tr>
120
+ <tr>
121
+ <td><img src="asset/pose4.jpg" width="100%" /></td>
122
+ <td><img src="results/pose4.png" width="100%" /></td>
123
+ <td><img src="results/pose4_8steps.png" width="100%" /></td>
124
+ </tr>
125
+ </table>
126
+
127
+ <table border="0" style="width: 100%; text-align: left; margin-top: 20px;">
128
+ <tr>
129
+ <td>Canny</td>
130
+ <td>Output</td>
131
+ <td>Output 8 steps</td>
132
+ </tr>
133
+ <tr>
134
+ <td><img src="asset/canny.jpg" width="100%" /></td>
135
+ <td><img src="results/canny.png" width="100%" /></td>
136
+ <td><img src="results/canny_8steps.png" width="100%" /></td>
137
+ </tr>
138
+ </table>
139
+
140
+ <table border="0" style="width: 100%; text-align: left; margin-top: 20px;">
141
+ <tr>
142
+ <td>Depth</td>
143
+ <td>Output</td>
144
+ <td>Output 8 steps</td>
145
+ </tr>
146
+ <tr>
147
+ <td><img src="asset/gray.jpg" width="100%" /></td>
148
+ <td><img src="results/gray.png" width="100%" /></td>
149
+ <td><img src="results/gray_8steps.png" width="100%" /></td>
150
+ </tr>
151
+ </table>
Z-Image-Fun-Lora-Distill-8-Steps.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18172fcd081c5ec7187fbe81efe141c76fbd6019f9ca0624fc22f00b9d856fa1
3
+ size 200577236
asset/canny.jpg ADDED

Git LFS Details

  • SHA256: 800790ae2e890e99b75dc1fc0a05142d22dbcdd9a961d2bc15222a4356683723
  • Pointer size: 131 Bytes
  • Size of remote file: 278 kB
asset/depth.jpg ADDED

Git LFS Details

  • SHA256: 66b40d78792c3dbef37ddc9ca0441d1d347b1d58a42160e4c12ec4ef61d11f55
  • Pointer size: 130 Bytes
  • Size of remote file: 94.2 kB
asset/gray.jpg ADDED

Git LFS Details

  • SHA256: 6bd84884bc99e86aa46618bf182d1dbcb5c6ec41fbd78bd6cbad725e44d5b179
  • Pointer size: 132 Bytes
  • Size of remote file: 1.06 MB
asset/hed.jpg ADDED

Git LFS Details

  • SHA256: c10f91fe342b439d1e99fe703e313aa09315b59cf7362c43e2e42910f7c681d7
  • Pointer size: 131 Bytes
  • Size of remote file: 188 kB
asset/inpaint.jpg ADDED

Git LFS Details

  • SHA256: 05cae403843d306d59d43854d04abeb830fd6fd66b7898b52ef94ee4f5fc849b
  • Pointer size: 131 Bytes
  • Size of remote file: 583 kB
asset/low_res.jpg ADDED

Git LFS Details

  • SHA256: 0203f9d2bf8f65fc05a9be290409e37eaa00073e4a73355939f144bdf9439ec9
  • Pointer size: 130 Bytes
  • Size of remote file: 44.4 kB
asset/mask.jpg ADDED

Git LFS Details

  • SHA256: c2012f7a9ed8eeefc75df2e7606eb1457c74d5a05a5f3a8d2c3ee6b287624d23
  • Pointer size: 130 Bytes
  • Size of remote file: 11.4 kB
asset/pose.jpg ADDED

Git LFS Details

  • SHA256: c3543f29a838b77933dc439f8520c5eff1bb2075315afbe6eb4b309c477a31f0
  • Pointer size: 130 Bytes
  • Size of remote file: 43.5 kB
asset/pose2.jpg ADDED

Git LFS Details

  • SHA256: 82005b3e813d714e3a4cf8dddbeddad5047978d6aca78c6a121ad1e7c0ec4b4e
  • Pointer size: 130 Bytes
  • Size of remote file: 94.6 kB
asset/pose3.jpg ADDED

Git LFS Details

  • SHA256: a12c26c86b54371438ca7f5a134a158a81f7e7b99aa7c4e699ee161e95cd67e4
  • Pointer size: 130 Bytes
  • Size of remote file: 65.9 kB
asset/pose4.jpg ADDED

Git LFS Details

  • SHA256: 8c6db9b340756d4878b82cba8a6493b3a4c8772b28372e09ecfb4c815b80479f
  • Pointer size: 130 Bytes
  • Size of remote file: 69.4 kB
results/canny.png ADDED

Git LFS Details

  • SHA256: e461395b8e15ab9af18ad7f2eb5dd0b4aaff6f1f8671da3f037631e61e088fe5
  • Pointer size: 132 Bytes
  • Size of remote file: 2.27 MB
results/canny_8steps.png ADDED

Git LFS Details

  • SHA256: ba9016be19c48c4b52c2acc0ee32c21004fb5418356dba6a795189d096620175
  • Pointer size: 132 Bytes
  • Size of remote file: 2.04 MB
results/gray.png ADDED

Git LFS Details

  • SHA256: 4b781c2c4b7442cf69609453ad167303973aaab1f37440c3f9b11aa8e4a56dec
  • Pointer size: 132 Bytes
  • Size of remote file: 3.04 MB
results/gray_8steps.png ADDED

Git LFS Details

  • SHA256: dfcf47449532cd36e850412ba9e1c1204d81d974f54700214ac1fb95d7c194c5
  • Pointer size: 132 Bytes
  • Size of remote file: 2.82 MB
results/inpaint.png ADDED

Git LFS Details

  • SHA256: 28bd8a93c81ccea9024b49df2e2ea5cb476f23d838c0758f5938e9fed9bba92b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.9 MB
results/inpaint_8steps.png ADDED

Git LFS Details

  • SHA256: ac8d066d8e5c7a21c770ec1c3fb1207c002589afc8d043819da1405cc9ba4aa4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.82 MB
results/output1.png ADDED

Git LFS Details

  • SHA256: f3b0a370c72d4f52fdd9b3b5b7615fe13b76b6968f1d11da8cb621449f802700
  • Pointer size: 132 Bytes
  • Size of remote file: 2.27 MB
results/output1_8steps.png ADDED

Git LFS Details

  • SHA256: e10f6a0f0bbc94a8153ea0c4788cf9b7a0e2d65daeb36c1540eff05d9d782e02
  • Pointer size: 132 Bytes
  • Size of remote file: 2.31 MB
results/output2.png ADDED

Git LFS Details

  • SHA256: 76850b1d033ce0ea2c61f70760f857601e7846017015525dc549b5704b4f49c4
  • Pointer size: 132 Bytes
  • Size of remote file: 2.15 MB
results/output2_8steps.png ADDED

Git LFS Details

  • SHA256: 6ad3686fc5ebfcc90d00161d8d3ec4550384fb5cb4495094713d0e64427db362
  • Pointer size: 132 Bytes
  • Size of remote file: 2.45 MB
results/output3.png ADDED

Git LFS Details

  • SHA256: e234f4d69fe0a3687de8f8050943e3de6d763096cc0adf8effda20b4c5cc5426
  • Pointer size: 132 Bytes
  • Size of remote file: 4.09 MB
results/output3_8steps.png ADDED

Git LFS Details

  • SHA256: c3ea335f1bda6215e129d81f33ee4c82daaf60a1033af1c354aef0649080df4f
  • Pointer size: 132 Bytes
  • Size of remote file: 3.32 MB
results/output4.png ADDED

Git LFS Details

  • SHA256: bcf0f610100e2ed54c8e057648c6b081fcbcf6560eabdb4224a389cb07e61b4f
  • Pointer size: 132 Bytes
  • Size of remote file: 2.72 MB
results/output4_8steps.png ADDED

Git LFS Details

  • SHA256: 826ee063c4a674ec27de79083e346201f230aaf374c0137b5ed1288901174eb8
  • Pointer size: 132 Bytes
  • Size of remote file: 2.91 MB
results/pose.png ADDED

Git LFS Details

  • SHA256: abb18d42083cc384cdb3a34782dc892a6768c00e7d1295dbf4fb8d3d9d2c423f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.76 MB
results/pose2.png ADDED

Git LFS Details

  • SHA256: 58c3ce88eb989638aa0c8a5d8229b5beb74b03fefd98e54d820053f01f27adb7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.83 MB
results/pose2_8steps.png ADDED

Git LFS Details

  • SHA256: f9acc7ad2e20e87c17f116b76250a37047fdc625abc557944a4140889925f8d1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.84 MB
results/pose4.png ADDED

Git LFS Details

  • SHA256: 03e58179cab1bf253ee91969be298247a4f429bc1b0082729e6fb1bbe30f444a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
results/pose4_8steps.png ADDED

Git LFS Details

  • SHA256: dffd8b12e46e4c98ce27046297aaf4719574b0e3fe0a7c11f8a84e1e3993b71a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
results/pose_inpaint.png ADDED

Git LFS Details

  • SHA256: a6f672e8c8069427b7087e19582b557399176aa49d657974b0775b7cf4424cd8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.85 MB
results/pose_inpaint_8steps.png ADDED

Git LFS Details

  • SHA256: 6b246d3f446189508ec4360359d994767bb1864ce8369471830f7473d9d40384
  • Pointer size: 132 Bytes
  • Size of remote file: 1.82 MB