Commit
·
d8c735b
1
Parent(s):
139b847
Update README.md
Browse files
README.md
CHANGED
|
@@ -60,6 +60,8 @@ prompt = "Self-portrait oil painting, a beautiful cyborg with golden hair, 8k"
|
|
| 60 |
image = pipe(prompt=prompt, num_inference_steps=4, guidance_scale=0).images[0]
|
| 61 |
```
|
| 62 |
|
|
|
|
|
|
|
| 63 |
### Image-to-Image
|
| 64 |
|
| 65 |
Works as well! TODO docs
|
|
@@ -76,6 +78,10 @@ Works as well! TODO docs
|
|
| 76 |
|
| 77 |
Works as well! TODO docs
|
| 78 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 79 |
## Training
|
| 80 |
|
| 81 |
TODO
|
|
|
|
| 60 |
image = pipe(prompt=prompt, num_inference_steps=4, guidance_scale=0).images[0]
|
| 61 |
```
|
| 62 |
|
| 63 |
+

|
| 64 |
+
|
| 65 |
### Image-to-Image
|
| 66 |
|
| 67 |
Works as well! TODO docs
|
|
|
|
| 78 |
|
| 79 |
Works as well! TODO docs
|
| 80 |
|
| 81 |
+
## Speed Benchmark
|
| 82 |
+
|
| 83 |
+
TODO
|
| 84 |
+
|
| 85 |
## Training
|
| 86 |
|
| 87 |
TODO
|