How to use from the
Use from the
Diffusers library
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]

S1_Dramatic_Lighting_Illustrious_V2

Prompt
-
Prompt
-
Prompt
-

Model description

I use Civitai to train since my PC is crap, any buzz is greatly appreciated!

Hey everyone! This is my first attempt at a LORA. There are not enough lighting effect LORAs so I thought I'd try it. I plan on updating it with better versions if I have enough buzz

Now available for Illustrious and Pony

trigger: s1_dram

Optional positive: dappled light

Optional negative: 3d

Trigger words

You should use s1_dram to trigger the image generation.

Source

https://civitai.com/models/661736/s1-dramatic-lighting?modelVersionId=2209882

Credit

https://civitai.com/user/DrPeeHands

Download model

Download them in the Files & versions tab.

Downloads last month
501
Inference Examples
Examples
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for LyliaEngine/S1_Dramatic_Lighting_Illustrious_V2