Update README.md
Browse files
README.md
CHANGED
|
@@ -388,6 +388,15 @@ python animatediff_controlnet_sdxl_run_script.py girl_beach.mp4 \
|
|
| 388 |
- Upscaled:
|
| 389 |
<video controls autoplay src="https://cdn-uploads.huggingface.co/production/uploads/634dffc49b777beec3bc6448/uwUDYOPiZbHuq5v6jWADr.mp4"></video>
|
| 390 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 391 |
## Conclusion
|
| 392 |
|
| 393 |
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.
|
|
|
|
| 388 |
- Upscaled:
|
| 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 \
|
| 395 |
+
--num_frames 16 --temp_folder temp_frames --seed 0 --controlnet_conditioning_scale 0.3
|
| 396 |
+
```
|
| 397 |
+
]()
|
| 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.
|