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
Update README.md
Browse files
README.md
CHANGED
|
@@ -50,6 +50,14 @@ license: cdla-permissive-2.0
|
|
| 50 |
|
| 51 |
recommend weight 0.6 or below
|
| 52 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 53 |
## Trigger words
|
| 54 |
|
| 55 |
You should use `mugshot` to trigger the image generation.
|
|
|
|
| 50 |
|
| 51 |
recommend weight 0.6 or below
|
| 52 |
|
| 53 |
+
## Source
|
| 54 |
+
|
| 55 |
+
https://civitai.com/models/17248/mugshot-lora
|
| 56 |
+
|
| 57 |
+
## Credit
|
| 58 |
+
|
| 59 |
+
https://civitai.com/user/donq
|
| 60 |
+
|
| 61 |
## Trigger words
|
| 62 |
|
| 63 |
You should use `mugshot` to trigger the image generation.
|