Update app.py
Browse files
app.py
CHANGED
@@ -49,14 +49,18 @@ output.style(grid=2, height="")
|
|
49 |
|
50 |
description = \
|
51 |
"""
|
|
|
|
|
52 |
__This demo is running on CPU. Working version fixed by @fffiloni. You'll get 4 images variations. NSFW filters enabled.__
|
53 |
-
|
|
|
54 |
Generate variations on an input image using a fine-tuned version of Stable Diffusion.
|
55 |
Trained by [Justin Pinkney](https://www.justinpinkney.com) ([@Buntworthy](https://twitter.com/Buntworthy)) at [Lambda](https://lambdalabs.com/)
|
56 |
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).
|
57 |
|
58 |
-
__For the original training code see [this repo](https://github.com/justinpinkney/stable-diffusion).
|
59 |
![](https://raw.githubusercontent.com/justinpinkney/stable-diffusion/main/assets/im-vars-thin.jpg)
|
|
|
60 |
"""
|
61 |
|
62 |
article = \
|
|
|
49 |
|
50 |
description = \
|
51 |
"""
|
52 |
+
<p style='text-align: center;'>
|
53 |
+
|
54 |
__This demo is running on CPU. Working version fixed by @fffiloni. You'll get 4 images variations. NSFW filters enabled.__
|
55 |
+
|
56 |
+
<img id='visitor-badge' alt='visitor badge' src='https://visitor-badge.glitch.me/badge?page_id=gradio-blocks.sd-img-variations' style='display: inline-block' /><br />
|
57 |
Generate variations on an input image using a fine-tuned version of Stable Diffusion.
|
58 |
Trained by [Justin Pinkney](https://www.justinpinkney.com) ([@Buntworthy](https://twitter.com/Buntworthy)) at [Lambda](https://lambdalabs.com/)
|
59 |
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).
|
60 |
|
61 |
+
__For the original training code see [this repo](https://github.com/justinpinkney/stable-diffusion).__
|
62 |
![](https://raw.githubusercontent.com/justinpinkney/stable-diffusion/main/assets/im-vars-thin.jpg)
|
63 |
+
</p>
|
64 |
"""
|
65 |
|
66 |
article = \
|