Illustrious
Collection
4 items • Updated
How to use mustafac5/style-cherrymousestreet-or-illustrious with Diffusers:
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("IbarakiDouji/WAI-NSFW-illustrious-SDXL", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("mustafac5/style-cherrymousestreet-or-illustrious")
prompt = "masterpiece, good quality, best quality, very awa, very as2, absurdres, highres, "
image = pipe(prompt).images[0]
It's not my model. I just uploaded it here.
Style CherryMouseStreet | Illustrious
You should use 1girl to trigger the image generation.
You should use lipstick to trigger the image generation.
You should use makeup to trigger the image generation.
You should use nose to trigger the image generation.
You should use lips to trigger the image generation.
You should use solo to trigger the image generation.
You should use earrings to trigger the image generation.
You should use looking at viewer to trigger the image generation.
Download them in the Files & versions tab.
Base model
IbarakiDouji/WAI-NSFW-illustrious-SDXL