Instructions to use LyliaEngine/S1_Dramatic_Lighting_Illustrious_V2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use LyliaEngine/S1_Dramatic_Lighting_Illustrious_V2 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("OnomaAIResearch/Illustrious-xl-early-release-v0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("LyliaEngine/S1_Dramatic_Lighting_Illustrious_V2") prompt = "-" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -40,6 +40,13 @@ Now available for Illustrious and Pony
|
|
| 40 |
|
| 41 |
You should use `s1_dram` to trigger the image generation.
|
| 42 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
|
| 44 |
## Download model
|
| 45 |
|
|
|
|
| 40 |
|
| 41 |
You should use `s1_dram` to trigger the image generation.
|
| 42 |
|
| 43 |
+
## Source
|
| 44 |
+
|
| 45 |
+
https://civitai.com/models/661736/s1-dramatic-lighting?modelVersionId=2209882
|
| 46 |
+
|
| 47 |
+
## Credit
|
| 48 |
+
|
| 49 |
+
https://civitai.com/user/DrPeeHands
|
| 50 |
|
| 51 |
## Download model
|
| 52 |
|