patrickvonplaten
commited on
Commit
•
8b78f21
1
Parent(s):
0801633
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 |
+
![](./image.png)
|
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
|