Update README.md
Browse files
README.md
CHANGED
|
@@ -389,6 +389,43 @@ python animatediff_controlnet_sdxl_run_script.py girl_beach.mp4 \
|
|
| 389 |
<video controls autoplay src="https://cdn-uploads.huggingface.co/production/uploads/634dffc49b777beec3bc6448/uwUDYOPiZbHuq5v6jWADr.mp4"></video>
|
| 390 |
|
| 391 |
### Some Other Samples
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 392 |
- produce_gif_script.py
|
| 393 |
```bash
|
| 394 |
python produce_gif_script.py xiangling_video_seed.csv "svjack/GenshinImpact_XL_Base" xiangling_gif_dir \
|
|
@@ -397,6 +434,7 @@ python produce_gif_script.py xiangling_video_seed.csv "svjack/GenshinImpact_XL_B
|
|
| 397 |

|
| 398 |

|
| 399 |
|
|
|
|
| 400 |
## Conclusion
|
| 401 |
|
| 402 |
This script demonstrates how to use the `diffusers-sdxl-controlnet` library to generate animated images with ControlNet and SDXL models. By following the steps outlined above, you can create and visualize your own animated sequences.
|
|
|
|
| 389 |
<video controls autoplay src="https://cdn-uploads.huggingface.co/production/uploads/634dffc49b777beec3bc6448/uwUDYOPiZbHuq5v6jWADr.mp4"></video>
|
| 390 |
|
| 391 |
### Some Other Samples
|
| 392 |
+
|
| 393 |
+
#### Makise Kurisu in Steins Gate
|
| 394 |
+
```bash
|
| 395 |
+
python animatediff_controlnet_sdxl_run_script.py girl_beach.mp4 \
|
| 396 |
+
"1girl, Makise Kurisu, masterpiece, white lab coat, red tie, laboratory" \
|
| 397 |
+
"cagliostrolab/animagine-xl-3.1" \
|
| 398 |
+
Makise_Kurisu_animation_short.gif --num_frames 16 --temp_folder temp_frames --guidance_scale 20 --controlnet_conditioning_scale 0.3
|
| 399 |
+
```
|
| 400 |
+
- Output: Makise_Kurisu_animation_short.gif
|
| 401 |
+

|
| 402 |
+
- Upscaled:
|
| 403 |
+
<video controls autoplay src="https://cdn-uploads.huggingface.co/production/uploads/634dffc49b777beec3bc6448/v69NuN5UsAokrfBNW_c9P.mp4"></video>
|
| 404 |
+
|
| 405 |
+
#### Souryuu Asuka Langley in EVA
|
| 406 |
+
```bash
|
| 407 |
+
python animatediff_controlnet_sdxl_run_script.py girl_beach.mp4 \
|
| 408 |
+
"1girl, souryuu asuka langley, masterpiece" \
|
| 409 |
+
"cagliostrolab/animagine-xl-3.1" \
|
| 410 |
+
asuka_langley_animation_short.gif --num_frames 16 --temp_folder temp_frames --guidance_scale 20 --controlnet_conditioning_scale 0.3 --num_inference_steps 50
|
| 411 |
+
```
|
| 412 |
+
- Output: asuka_langley_animation_short.gif
|
| 413 |
+

|
| 414 |
+
- Upscaled:
|
| 415 |
+
<video controls autoplay src="https://cdn-uploads.huggingface.co/production/uploads/634dffc49b777beec3bc6448/uusv36dl0NT80fpUeo5pA.mp4"></video>
|
| 416 |
+
|
| 417 |
+
```bash
|
| 418 |
+
python animatediff_controlnet_sdxl_run_script.py girl_beach.mp4 \
|
| 419 |
+
"1girl, souryuu asuka langley, masterpiece, neon genesis evangelion, solo, upper body, v, smile, looking at viewer, outdoors, night" \
|
| 420 |
+
"cagliostrolab/animagine-xl-3.1" \
|
| 421 |
+
asuka_langley_animation_long.gif --num_frames 16 --temp_folder temp_frames --guidance_scale 20 --controlnet_conditioning_scale 0.3
|
| 422 |
+
```
|
| 423 |
+
- Output: asuka_langley_animation_long.gif
|
| 424 |
+

|
| 425 |
+
- Upscaled:
|
| 426 |
+
<video controls autoplay src="https://cdn-uploads.huggingface.co/production/uploads/634dffc49b777beec3bc6448/T2iREkPkWXWCjzOHmq82-.mp4"></video>
|
| 427 |
+
|
| 428 |
+
#### XiangLing in Genshin Impact
|
| 429 |
- produce_gif_script.py
|
| 430 |
```bash
|
| 431 |
python produce_gif_script.py xiangling_video_seed.csv "svjack/GenshinImpact_XL_Base" xiangling_gif_dir \
|
|
|
|
| 434 |

|
| 435 |

|
| 436 |
|
| 437 |
+
|
| 438 |
## Conclusion
|
| 439 |
|
| 440 |
This script demonstrates how to use the `diffusers-sdxl-controlnet` library to generate animated images with ControlNet and SDXL models. By following the steps outlined above, you can create and visualize your own animated sequences.
|