Commit 3db4afb
committed
feat: update submodule, add smoothstep scheduler
1 parent 6075bd3 commit 3db4afb
File tree
5 files changed
+43
-40
lines changed- stable_diffusion_cpp
- tests
- vendor
5 files changed
+43
-40
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1185 | 1185 | | |
1186 | 1186 | | |
1187 | 1187 | | |
| 1188 | + | |
1188 | 1189 | | |
1189 | 1190 | | |
1190 | 1191 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
| 205 | + | |
205 | 206 | | |
206 | 207 | | |
207 | 208 | | |
| |||
211 | 212 | | |
212 | 213 | | |
213 | 214 | | |
214 | | - | |
| 215 | + | |
| 216 | + | |
215 | 217 | | |
216 | 218 | | |
217 | 219 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
Submodule stable-diffusion.cpp updated 51 files
- .gitignore+3-2
- .gitmodules+1-1
- CMakeLists.txt+5-1
- README.md+57-22
- assets/wan/Wan2.1_1.3B_t2v.mp4
- assets/wan/Wan2.1_14B_flf2v.mp4
- assets/wan/Wan2.1_14B_i2v.mp4
- assets/wan/Wan2.1_14B_t2v.mp4
- assets/wan/Wan2.2_14B_flf2v.mp4
- assets/wan/Wan2.2_14B_i2v.mp4
- assets/wan/Wan2.2_14B_t2i.png
- assets/wan/Wan2.2_14B_t2v.mp4
- assets/wan/Wan2.2_14B_t2v_lora.mp4
- assets/wan/Wan2.2_5B_i2v.mp4
- assets/wan/Wan2.2_5B_t2v.mp4
- clip.hpp+36-18
- common.hpp+16-7
- conditioner.hpp+92-80
- control.hpp+12-8
- denoiser.hpp+34-4
- diffusion_model.hpp+86-4
- docs/lora.md+27-1
- docs/wan.md+139
- esrgan.hpp+5-3
- examples/cli/CMakeLists.txt+1-1
- examples/cli/avi_writer.h+217
- examples/cli/main.cpp+562-308
- flux.hpp+40-186
- format-code.sh+5-2
- ggml+1-1
- ggml_extend.hpp+625-150
- gguf_reader.hpp+231
- lora.hpp+115-77
- ltxv.hpp+74
- mmdit.hpp+50-50
- model.cpp+170-27
- model.h+24-14
- pmid.hpp+14-8
- rope.hpp+261
- stable-diffusion.cpp+958-466
- stable-diffusion.h+38-21
- t5.hpp+96-61
- tae.hpp+3-2
- thirdparty/darts.h+3
- unet.hpp+15-10
- upscaler.cpp+8-6
- util.cpp+16-2
- util.h+3-1
- vae.hpp+15-2
- vocab_umt5.hpp+762.3k
- wan.hpp+2.2k
0 commit comments