Instructions to use philz1337x/lyriel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use philz1337x/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("philz1337x/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 Settings
- Draw Things
- DiffusionBee
P B commited on
Commit ·
e9db43f
1
Parent(s): 9cdff50
Upload lyriel_v14.safetensors
Browse files- lyriel_v14.safetensors +3 -0
lyriel_v14.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f1b08b30f8bed6de7d19903c86f5ccb936ec24f444b9940a9eeda59d2f5e3c4d
|
| 3 |
+
size 4244097564
|