Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
General
Fantasy
Banned
stable-diffusion
stable-diffusion-diffusers
Instructions to use Yntec/Lyriel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/Lyriel with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Yntec/Lyriel", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
| 3 |
library_name: diffusers
|
| 4 |
pipeline_tag: text-to-image
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
license: creativeml-openrail-m
|
| 3 |
library_name: diffusers
|
| 4 |
pipeline_tag: text-to-image
|
| 5 |
+
tags:
|
| 6 |
+
- General
|
| 7 |
+
- Fantasy
|
| 8 |
+
- Banned
|
| 9 |
+
- stable-diffusion
|
| 10 |
+
- stable-diffusion-diffusers
|
| 11 |
+
- diffusers
|
| 12 |
+
- text-to-image
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
# Lyriel 1.2
|
| 16 |
+
|
| 17 |
+
Original model page: https://civitai.com/models/22922?modelVersionId=32704
|
| 18 |
+
|
| 19 |
+
Sample and prompt:
|
| 20 |
+
|
| 21 |
+

|
| 22 |
+
|
| 23 |
+
Pretty CUTE Girl, playing videogame, sitting on tv monitor, gorgeous detailed hair, curly bangs, Ponytail, sneakers Magazine ad, DETAILED CHIBI EYES, iconic, 1940, sharp focus. Illustration By ROSSDRAWS and KlaysMoji and Dave Rapoza and artgerm and leyendecker and Clay Mann
|