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("black-forest-labs/FLUX.1-dev,calcuis/illustrious,Liberata/illustrious-xl-v1.0", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("MrDrmm/Kohakumix")

prompt = "star_(sky), starry_sky, 1girl, sky, ass, night, long_hair, skirt, night_sky, solo, fishnets, shooting_star, black_hair, thighhighs, fishnet_legwear, microskirt, blue_eyes, pleated_skirt, bra, breasts, white_skirt, profile, underwear, from_behind, bare_shoulders, blush, rating:safe, standing, closed_mouth, anime_style, cute, Lighting_natural_white"
image = pipe(prompt).images[0]

Kohakumix

Prompt
star_(sky), starry_sky, 1girl, sky, ass, night, long_hair, skirt, night_sky, solo, fishnets, shooting_star, black_hair, thighhighs, fishnet_legwear, microskirt, blue_eyes, pleated_skirt, bra, breasts, white_skirt, profile, underwear, from_behind, bare_shoulders, blush, rating:safe, standing, closed_mouth, anime_style, cute, Lighting_natural_white
Negative Prompt
photo, deformed, black and white, realism, disfigured, low contrast, lowres, (bad), text, error, fewer, extra, missing, worst quality, jpeg artifacts, low quality, watermark, unfinished, displeasing, oldest, early, chromatic aberration, signature, extra digits, artistic error, username, scan, bra, [abstract]

Download model

Download them in the Files & versions tab.

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

Model tree for MrDrmm/Kohakumix