Instructions to use EarthnDusk/Lycoris_V3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use EarthnDusk/Lycoris_V3 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("fill-in-base-model", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("EarthnDusk/Lycoris_V3") 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
Commit ·
d56db28
1
Parent(s): 09660f1
Upload 2 files
Browse files
Dan_Avidan/Dan_Avidan-10.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:610884515c9e7717b4c3a777b95f8d86d7e523826683508f759156f497dae495
|
| 3 |
+
size 30389484
|
Setsuna_Yashahime/Setsuna_Yashahime-10.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bbca17f257d4cc1cda87838fb0fe280d1ddfe7ba7c4c81a4719bef7a71b51640
|
| 3 |
+
size 30387963
|