You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Training data construction](#training-data-construction)
118
+
-[Training](#training)
119
+
-[Inference](#inference)
116
120
-[🔗 BibTeX](#-bibtex)
117
121
-[Acknowledgements](#acknowledgements)
118
122
---
@@ -230,10 +234,10 @@ If you want to generate a more **stable** video, you can set `--i2v-stability` a
230
234
cd HunyuanVideo-I2V
231
235
232
236
python3 sample_image2video.py \
233
-
--prompt "An Asian man with short hair in black tactical uniform and white clothes waves a firework stick." \
234
-
--i2v-image-path ./assets/demo/i2v/imgs/0.jpg \
235
237
--model HYVideo-T/2 \
238
+
--prompt "An Asian man with short hair in black tactical uniform and white clothes waves a firework stick." \
236
239
--i2v-mode \
240
+
--i2v-image-path ./assets/demo/i2v/imgs/0.jpg \
237
241
--i2v-resolution 720p \
238
242
--i2v-stability \
239
243
--infer-steps 50 \
@@ -250,17 +254,17 @@ If you want to generate a more **high-dynamic** video, you can **unset** `--i2v-
250
254
cd HunyuanVideo-I2V
251
255
252
256
python3 sample_image2video.py \
253
-
--prompt "An Asian man with short hair in black tactical uniform and white clothes waves a firework stick." \
254
-
--i2v-image-path ./assets/demo/i2v/imgs/0.jpg \
255
257
--model HYVideo-T/2 \
258
+
--prompt "An Asian man with short hair in black tactical uniform and white clothes waves a firework stick." \
256
259
--i2v-mode \
260
+
--i2v-image-path ./assets/demo/i2v/imgs/0.jpg \
257
261
--i2v-resolution 720p \
258
262
--infer-steps 50 \
259
263
--video-length 129 \
260
264
--flow-reverse \
261
265
--flow-shift 17.0 \
262
-
--seed 0 \
263
266
--embedded-cfg-scale 6.0 \
267
+
--seed 0 \
264
268
--use-cpu-offload \
265
269
--save-path ./results
266
270
```
@@ -286,7 +290,7 @@ We list some more useful configurations for easy usage:
286
290
287
291
288
292
289
-
<!--## 🎉 Customizable I2V LoRA effects training
293
+
## 🎉 Customizable I2V LoRA effects training
290
294
291
295
### Requirements
292
296
@@ -313,11 +317,13 @@ Prompt description: The trigger word is written directly in the video caption. I
313
317
314
318
For example, AI hair growth effect (trigger): rapid_hair_growth, The hair of the characters in the video is growing rapidly. + original prompt
315
319
316
-
After having the training video and prompt pair, refer to [here](hyvideo/hyvae_extract/README.md) for training data construction.
320
+
After having the training video and prompt pair, refer to [here](hyvideo/hyvae_extract/README.md) for training data construction.
317
321
318
322
319
323
### Training
320
324
```
325
+
cd HunyuanVideo-I2V
326
+
321
327
sh scripts/run_train_image2video_lora.sh
322
328
```
323
329
We list some training specific configurations for easy usage:
@@ -333,30 +339,34 @@ After training, you can find `pytorch_lora_kohaya_weights.safetensors` in `{SAVE
333
339
334
340
### Inference
335
341
```bash
342
+
cd HunyuanVideo-I2V
343
+
336
344
python3 sample_image2video.py \
337
-
--model HYVideo-T/2 \
338
-
--prompt "Two people hugged tightly, In the video, two people are standing apart from each other. They then move closer to each other and begin to hug tightly. The hug is very affectionate, with the two people holding each other tightly and looking into each other's eyes. The interaction is very emotional and heartwarming, with the two people expressing their love and affection for each other." \
--prompt "Two people hugged tightly, In the video, two people are standing apart from each other. They then move closer to each other and begin to hug tightly. The hug is very affectionate, with the two people holding each other tightly and looking into each other's eyes. The interaction is very emotional and heartwarming, with the two people expressing their love and affection for each other." \
--prompt "Two people hugged tightly, In the video, two people are standing apart from each other. They then move closer to each other and begin to hug tightly. The hug is very affectionate, with the two people holding each other tightly and looking into each other's eyes. The interaction is very emotional and heartwarming, with the two people expressing their love and affection for each other." \
--prompt "Two people hugged tightly, In the video, two people are standing apart from each other. They then move closer to each other and begin to hug tightly. The hug is very affectionate, with the two people holding each other tightly and looking into each other's eyes. The interaction is very emotional and heartwarming, with the two people expressing their love and affection for each other." \
0 commit comments