Instructions to use LyliaEngine/MoriiMee with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use LyliaEngine/MoriiMee with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("LyliaEngine/Pony_Diffusion_V6_XL", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("LyliaEngine/MoriiMee") prompt = "-" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 4 files
Browse files
MoriiMee_Gothic_Niji_Style__Pony_LoRA.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:86e6b277b6b678369142a6e248f1488f382456395858ad426d11fee85c3aa953
|
| 3 |
+
size 228462364
|
images/00006-2132325871.png
ADDED
|
Git LFS Details
|
images/00009-3041292018.png
ADDED
|
Git LFS Details
|
images/00010-3602129481.png
ADDED
|
Git LFS Details
|