Instructions to use LyliaEngine/Dwarf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use LyliaEngine/Dwarf 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/Dwarf") prompt = "score_9, score_8_up, score_7_up, score_6_up, score_5_up, score_4_up, (A dwarf from the world of warcraft, beautiful green eyes, he is in full green armor and holding an axe while standing in a magical forest. The background features colorfull magic mushrooms:1.2) " image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add 3 files
Browse files- PonyWoWDwarf.safetensors +3 -0
- images/ComfyUI_17429_.png +3 -0
- images/ComfyUI_17443_.png +3 -0
PonyWoWDwarf.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bb00ec78fce3e68cf07190a5354b2a4a5a402b2d8ab5ebf995bfd5fedbc3e233
|
| 3 |
+
size 228453196
|
images/ComfyUI_17429_.png
ADDED
|
Git LFS Details
|
images/ComfyUI_17443_.png
ADDED
|
Git LFS Details
|