Text-to-Image
Diffusers
lora
template:diffusion-lora
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("krndeep/gpt5.2", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("Exorn/nicery-n1")

prompt = "Yl"
image = pipe(prompt).images[0]

Nicery N1

Prompt
Yl
Negative Prompt
Nicery

Model description

Nicery N1

Trigger words

You should use NiceImg to trigger the image generation.

Download model

Download them in the Files & versions tab.

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

Model tree for Exorn/nicery-n1

Collection including Exorn/nicery-n1