justinpinkney commited on
Commit
69ec261
1 Parent(s): 67f8600

update readme

Browse files
Files changed (1) hide show
  1. app.py +7 -2
app.py CHANGED
@@ -31,10 +31,15 @@ def main(
31
 
32
 
33
  description = \
34
- """Generate variations on an input image using a fine-tuned version of Stable Diffision.
 
 
 
 
35
  Trained by [Justin Pinkney](https://www.justinpinkney.com) ([@Buntworthy](https://twitter.com/Buntworthy)) at [Lambda](https://lambdalabs.com/)
36
 
37
- __Get the [code](https://github.com/justinpinkney/stable-diffusion) and [model](https://huggingface.co/lambdalabs/stable-diffusion-image-conditioned).__
 
38
 
39
  ![](https://raw.githubusercontent.com/justinpinkney/stable-diffusion/main/assets/im-vars-thin.jpg)
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
  ![](https://raw.githubusercontent.com/justinpinkney/stable-diffusion/main/assets/im-vars-thin.jpg)
45