Update README.md
Browse files
README.md
CHANGED
@@ -37,7 +37,7 @@ pipe = pipe.to(device)
|
|
37 |
```
|
38 |
|
39 |
Unconditional sampling with PAG:
|
40 |
-
![image/jpeg](
|
41 |
|
42 |
```py
|
43 |
output = pipe(
|
@@ -52,7 +52,7 @@ output = pipe(
|
|
52 |
```
|
53 |
|
54 |
Sampling with PAG and CFG:
|
55 |
-
![image/jpeg](
|
56 |
```py
|
57 |
output = pipe(
|
58 |
"A man with hoodie on is looking at sky, photo",
|
|
|
37 |
```
|
38 |
|
39 |
Unconditional sampling with PAG:
|
40 |
+
![image/jpeg](example_1.jpg)
|
41 |
|
42 |
```py
|
43 |
output = pipe(
|
|
|
52 |
```
|
53 |
|
54 |
Sampling with PAG and CFG:
|
55 |
+
![image/jpeg](example_2.jpg)
|
56 |
```py
|
57 |
output = pipe(
|
58 |
"A man with hoodie on is looking at sky, photo",
|