nroggendorff commited on
Commit
e2f1a7a
·
verified ·
1 Parent(s): a70c803

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -15,7 +15,7 @@ You can use this with the 🧨Diffusers library from [Hugging Face](https://hugg
15
  from diffusers import StableDiffusionPipeline
16
  import torch
17
 
18
- pipeline = StableDiffusionPipeline.from_pretrained("nroggendorff/epicrealism").to("cuda")
19
 
20
  image = pipeline(prompt="a cat playing in a box").images[0]
21
  image.save("cat.png")
@@ -27,6 +27,6 @@ image.save("cat.png")
27
  - The model cannot render legible text
28
 
29
  ### Developed by
30
- - Noa Linden Roggendorff
31
 
32
  *This model card was written by Noa Roggendorff and is based on the [Stable Diffusion v1-5 Model Card](https://huggingface.co/runwayml/stable-diffusion-v1-5).*
 
15
  from diffusers import StableDiffusionPipeline
16
  import torch
17
 
18
+ pipeline = StableDiffusionPipeline.from_pretrained("glides/epicrealism").to("cuda")
19
 
20
  image = pipeline(prompt="a cat playing in a box").images[0]
21
  image.save("cat.png")
 
27
  - The model cannot render legible text
28
 
29
  ### Developed by
30
+ - epinikion
31
 
32
  *This model card was written by Noa Roggendorff and is based on the [Stable Diffusion v1-5 Model Card](https://huggingface.co/runwayml/stable-diffusion-v1-5).*