Update README.md
Browse files
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("
|
| 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 |
-
-
|
| 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).*
|