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("LyliaEngine/ilustmix_v40", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("LyliaEngine/USNR_STYLE_ILL_V1")

prompt = "best quality,masterpiece,absurdres,newest,(narrative-rich composition:1.3),"
image = pipe(prompt).images[0]

USNR_STYLE_ILL_V1

Prompt
best quality,masterpiece,absurdres,newest,(narrative-rich composition:1.3),
Negative Prompt
worst quality,bad quality,jpeg artifacts,(bad hands,bad finger,anatomy),(artist name,copyright name, watermark:1.2),(bad feet,bad toes),
Prompt
best quality,masterpiece,absurdres,newest,(narrative-rich composition:1.3),
Negative Prompt
worst quality,bad quality,jpeg artifacts,(bad hands,bad finger,anatomy),(artist name,copyright name, watermark:1.2),(bad feet,bad toes),
Prompt
best quality,masterpiece,absurdres,newest,(narrative-rich composition:1.3),
Negative Prompt
worst quality,bad quality,jpeg artifacts,(bad hands,bad finger,anatomy),(artist name,copyright name, watermark:1.2),(bad feet,bad toes),

Model description

Online generation

shakker

Recommended Settings:

Sampling Method: DPM++ 2M SDE

Schedule Type: SGM Uniform

CFG Scale: 6-4

建议设置:

采样方法:DPM++ 2M SDE

Schedule type:SGM Uniform

CFG Scale:6-4

If you enjoy using this LoRA model, consider supporting my work through Ko-fi to help upgrade my hardware capabilities.

If you'd like me to develop a personalized LoRA model tailored to your needs, check out my custom service offerings on Fiverr!

Source

https://civitai.com/models/176554/usnr-style?modelVersionId=1552087

Credit

https://civitai.com/user/EWIGKEIT0

Trigger words

You should use usnr to trigger the image generation.

Download model

Weights for this model are available in Safetensors format.

Download them in the Files & versions tab.

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

Model tree for LyliaEngine/USNR_STYLE_ILL_V1