Instructions to use MrDrmm/Kohakumix with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use MrDrmm/Kohakumix with Diffusers:
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] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
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
Model tree for MrDrmm/Kohakumix
Base model
KBlueLeaf/kohaku-xl-beta5 Finetuned
Liberata/illustrious-xl-v1.0