Instructions to use LyliaEngine/RELSM_v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use LyliaEngine/RELSM_v1 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/RELSM_v1") prompt = "score_9, score_8_up, score_7_up, BREAK, medieval fantasy, woman, princess, cleavage, bedroom, rim lighting, depth of field, <lora:RELSM_v1:.9>" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -33,6 +33,14 @@ license: cdla-permissive-2.0
|
|
| 33 |
|
| 34 |
Weight : 0.65 - 0.9
|
| 35 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
## Trigger words
|
| 37 |
|
| 38 |
You should use `None` to trigger the image generation.
|
|
|
|
| 33 |
|
| 34 |
Weight : 0.65 - 0.9
|
| 35 |
|
| 36 |
+
## Source
|
| 37 |
+
|
| 38 |
+
https://civitai.com/models/454172/stylepony-relsm-semi-realism
|
| 39 |
+
|
| 40 |
+
## Credit
|
| 41 |
+
|
| 42 |
+
https://civitai.com/user/ZyloO
|
| 43 |
+
|
| 44 |
## Trigger words
|
| 45 |
|
| 46 |
You should use `None` to trigger the image generation.
|