Update README.md
Browse files
README.md
CHANGED
|
@@ -69,6 +69,10 @@ def gif_to_frames(gif_path, output_folder):
|
|
| 69 |
gif_to_frames("girl-pose.gif", "girl_pose_frames")
|
| 70 |
```
|
| 71 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 72 |
## Running the Script
|
| 73 |
|
| 74 |
To run the script, follow these steps:
|
|
@@ -171,7 +175,7 @@ To run the script, follow these steps:
|
|
| 171 |
negative_prompt = "bad quality, worst quality, jpeg artifacts, ugly"
|
| 172 |
```
|
| 173 |
|
| 174 |
-
10. **Generate Output**:
|
| 175 |
|
| 176 |
```python
|
| 177 |
prompt = '''
|
|
@@ -213,6 +217,10 @@ To run the script, follow these steps:
|
|
| 213 |
display.Image("xiangling_animation.gif")
|
| 214 |
```
|
| 215 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 216 |
## Conclusion
|
| 217 |
|
| 218 |
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.
|
|
|
|
| 69 |
gif_to_frames("girl-pose.gif", "girl_pose_frames")
|
| 70 |
```
|
| 71 |
|
| 72 |
+
### Use this girl pose as pose source video (gif)
|
| 73 |
+
|
| 74 |
+

|
| 75 |
+
|
| 76 |
## Running the Script
|
| 77 |
|
| 78 |
To run the script, follow these steps:
|
|
|
|
| 175 |
negative_prompt = "bad quality, worst quality, jpeg artifacts, ugly"
|
| 176 |
```
|
| 177 |
|
| 178 |
+
10. **Generate Output**: (Use Genshin Impact character Xiangling)
|
| 179 |
|
| 180 |
```python
|
| 181 |
prompt = '''
|
|
|
|
| 217 |
display.Image("xiangling_animation.gif")
|
| 218 |
```
|
| 219 |
|
| 220 |
+
### Target gif
|
| 221 |
+
|
| 222 |
+

|
| 223 |
+
|
| 224 |
## Conclusion
|
| 225 |
|
| 226 |
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.
|