Update README.md
Browse files
README.md
CHANGED
@@ -8,6 +8,7 @@ pip install -U diffusers transformers torch sentencepiece peft controlnet-aux mo
|
|
8 |
```
|
9 |
|
10 |
## Demo
|
|
|
11 |
```python
|
12 |
import torch
|
13 |
from diffusers import FluxPipeline
|
@@ -29,6 +30,7 @@ display.Image("ani0.png", width=512, height=512)
|
|
29 |
|
30 |

|
31 |
|
|
|
32 |
```python
|
33 |
prompt = "anime style, Sunlight filters through clouds onto a cherry blossom-filled meadow, where a blue-haired youth in an indigo coat stands by a vermilion bridge, holding a book as petals drift past his smile. The scene blends dynamic nature with human stillness, using pink, red and blue hues to create harmony, while symbolic elements like blossoms and books add depth."
|
34 |
|
@@ -45,6 +47,8 @@ display.Image("ani1.png", width=512, height=512)
|
|
45 |
|
46 |
|
47 |
## OmniConsistency Demo
|
|
|
|
|
48 |
- refer to https://github.com/showlab/OmniConsistency
|
49 |
|
50 |
- Image Input (xiang_image.jpg)
|
|
|
8 |
```
|
9 |
|
10 |
## Demo
|
11 |
+
* 1 Whimsical Wildlife: Red Panda & Bird Ballet
|
12 |
```python
|
13 |
import torch
|
14 |
from diffusers import FluxPipeline
|
|
|
30 |
|
31 |

|
32 |
|
33 |
+
* 2 Tranquil Reverie: Blossoms & Books
|
34 |
```python
|
35 |
prompt = "anime style, Sunlight filters through clouds onto a cherry blossom-filled meadow, where a blue-haired youth in an indigo coat stands by a vermilion bridge, holding a book as petals drift past his smile. The scene blends dynamic nature with human stillness, using pink, red and blue hues to create harmony, while symbolic elements like blossoms and books add depth."
|
36 |
|
|
|
47 |
|
48 |
|
49 |
## OmniConsistency Demo
|
50 |
+
* 1 Contemplative Contrast: Scholar in the Greenery
|
51 |
+
|
52 |
- refer to https://github.com/showlab/OmniConsistency
|
53 |
|
54 |
- Image Input (xiang_image.jpg)
|