PeterJinGo
commited on
Commit
•
9f6a4c3
1
Parent(s):
9ce18cb
Update README.md
Browse files
README.md
CHANGED
@@ -2,8 +2,9 @@
|
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
|
5 |
-
# Virtual Artist
|
6 |
|
|
|
7 |
|
8 |
## Introduction
|
9 |
|
@@ -27,7 +28,7 @@ pip install -e .
|
|
27 |
|
28 |
## Quick Start
|
29 |
|
30 |
-
Generate a picture called *a mountain in the blue sky* under Claude Monet's style
|
31 |
|
32 |
```python
|
33 |
import os
|
@@ -50,7 +51,7 @@ image_gen.show()
|
|
50 |
<img src="figs/example.png" alt="arch" width="300" height="300" />
|
51 |
</div>
|
52 |
|
53 |
-
Generate a picture called *a house in the snow* combining the style of Claude Monet
|
54 |
```python
|
55 |
import os
|
56 |
from PIL import Image
|
|
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
|
5 |
+
# Virtual Artist (InstructG2I: Synthesizing Images from Multimodal Attributed Graphs - NeurIPs 2024)
|
6 |
|
7 |
+
<a href=''><img src='https://img.shields.io/badge/Project-Page-green'></a>
|
8 |
|
9 |
## Introduction
|
10 |
|
|
|
28 |
|
29 |
## Quick Start
|
30 |
|
31 |
+
Generate a picture called *a mountain in the blue sky* under Claude Monet's style.
|
32 |
|
33 |
```python
|
34 |
import os
|
|
|
51 |
<img src="figs/example.png" alt="arch" width="300" height="300" />
|
52 |
</div>
|
53 |
|
54 |
+
Generate a picture called *a house in the snow* combining the style of Claude Monet and my little brother.
|
55 |
```python
|
56 |
import os
|
57 |
from PIL import Image
|