Update README.md
Browse files
README.md
CHANGED
|
@@ -37,7 +37,7 @@ pipe = pipe.to(device)
|
|
| 37 |
```
|
| 38 |
|
| 39 |
Unconditional sampling with PAG:
|
| 40 |
-

|
| 41 |
|
| 42 |
```py
|
| 43 |
output = pipe(
|
|
|
|
| 52 |
```
|
| 53 |
|
| 54 |
Sampling with PAG and CFG:
|
| 55 |
+

|
| 56 |
```py
|
| 57 |
output = pipe(
|
| 58 |
"A man with hoodie on is looking at sky, photo",
|