Update README.md
Browse files
README.md
CHANGED
@@ -27,6 +27,7 @@ from IPython import display
|
|
27 |
display.Image("ani0.png", width=512, height=512)
|
28 |
```
|
29 |
|
|
|
30 |
|
31 |
```python
|
32 |
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."
|
@@ -40,11 +41,17 @@ from IPython import display
|
|
40 |
display.Image("ani1.png", width=512, height=512)
|
41 |
```
|
42 |
|
|
|
|
|
|
|
43 |
## OmniConsistency Demo
|
44 |
- refer to https://github.com/showlab/OmniConsistency
|
45 |
|
46 |
- Image Input (xiang_image.jpg)
|
47 |
|
|
|
|
|
|
|
48 |
```python
|
49 |
import time
|
50 |
import torch
|
@@ -96,3 +103,5 @@ display.Image("im0.png", width=512, height=512)
|
|
96 |
```
|
97 |
|
98 |
|
|
|
|
|
|
27 |
display.Image("ani0.png", width=512, height=512)
|
28 |
```
|
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."
|
|
|
41 |
display.Image("ani1.png", width=512, height=512)
|
42 |
```
|
43 |
|
44 |
+

|
45 |
+
|
46 |
+
|
47 |
## OmniConsistency Demo
|
48 |
- refer to https://github.com/showlab/OmniConsistency
|
49 |
|
50 |
- Image Input (xiang_image.jpg)
|
51 |
|
52 |
+
|
53 |
+

|
54 |
+
|
55 |
```python
|
56 |
import time
|
57 |
import torch
|
|
|
103 |
```
|
104 |
|
105 |
|
106 |
+

|
107 |
+
|