Instructions to use LyliaEngine/mugshot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use LyliaEngine/mugshot 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/mugshot") prompt = "masterpiece, best quality, illustration, mugshot, height chart, 1girl, upper body, holding sign, looking at viewer, medium breasts, short black hair, narrowed yellow eyes, prison clothes, striped shirt" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 4 files
Browse files- images/215791.png +3 -0
- images/215793.png +3 -0
- images/215795.png +3 -0
- mugshot.safetensors +3 -0
images/215791.png
ADDED
|
Git LFS Details
|
images/215793.png
ADDED
|
Git LFS Details
|
images/215795.png
ADDED
|
Git LFS Details
|
mugshot.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:00432167bbc7a16806d7fc73a629de886751a143aaa364c375a170fc7510827f
|
| 3 |
+
size 151132369
|