Instructions to use LyliaEngine/Astraali_MOGU_PONY with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use LyliaEngine/Astraali_MOGU_PONY 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", torch_dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("LyliaEngine/Astraali_MOGU_PONY") prompt = "-" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -36,6 +36,14 @@ A style lora i made with my 1.5 images. Has some jankiness with hands sometimes
|
|
| 36 |
|
| 37 |
Clip skip : 2
|
| 38 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
## Trigger words
|
| 40 |
|
| 41 |
You should use `None` to trigger the image generation.
|
|
|
|
| 36 |
|
| 37 |
Clip skip : 2
|
| 38 |
|
| 39 |
+
## Source
|
| 40 |
+
|
| 41 |
+
https://civitai.com/user/Astraali
|
| 42 |
+
|
| 43 |
+
## Credit
|
| 44 |
+
|
| 45 |
+
https://civitai.com/models/355804/astraalimogupony
|
| 46 |
+
|
| 47 |
## Trigger words
|
| 48 |
|
| 49 |
You should use `None` to trigger the image generation.
|