Spaces:
Runtime error
Runtime error
Commit
·
69ec261
1
Parent(s):
67f8600
update readme
Browse files
app.py
CHANGED
|
@@ -31,10 +31,15 @@ def main(
|
|
| 31 |
|
| 32 |
|
| 33 |
description = \
|
| 34 |
-
"""
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
Trained by [Justin Pinkney](https://www.justinpinkney.com) ([@Buntworthy](https://twitter.com/Buntworthy)) at [Lambda](https://lambdalabs.com/)
|
| 36 |
|
| 37 |
-
|
|
|
|
| 38 |
|
| 39 |

|
| 40 |
|
|
|
|
| 31 |
|
| 32 |
|
| 33 |
description = \
|
| 34 |
+
"""
|
| 35 |
+
__This demo is currently running on CPU only, so takes a looooooong time, a GPU will be added in the near future!
|
| 36 |
+
In the meantime test out the version [here](https://47725.gradio.app/).__
|
| 37 |
+
|
| 38 |
+
Generate variations on an input image using a fine-tuned version of Stable Diffision.
|
| 39 |
Trained by [Justin Pinkney](https://www.justinpinkney.com) ([@Buntworthy](https://twitter.com/Buntworthy)) at [Lambda](https://lambdalabs.com/)
|
| 40 |
|
| 41 |
+
This version has been ported to 🤗 Diffusers library, see more details on how to use this version in the [Lambda Diffusers repo](https://github.com/LambdaLabsML/lambda-diffusers).
|
| 42 |
+
__For the original training code see [this repo](https://github.com/justinpinkney/stable-diffusion).
|
| 43 |
|
| 44 |

|
| 45 |
|