Instructions to use graizelle/pink_mayhem with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use graizelle/pink_mayhem with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("graizelle/pink_mayhem", dtype=torch.bfloat16, device_map="cuda") prompt = "1girl, leather, jewelry, leather jacket, solo, earrings, jacket, makeup, necklace, choker, punk, tattoos, neck tattoos, single lip ring, single nose ring " 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("graizelle/pink_mayhem", dtype=torch.bfloat16, device_map="cuda")
prompt = "1girl, leather, jewelry, leather jacket, solo, earrings, jacket, makeup, necklace, choker, punk, tattoos, neck tattoos, single lip ring, single nose ring "
image = pipe(prompt).images[0]Pink Mayhem
Pink Mayhem, updated LoRA for creating tattooed, pierced, punk, emo, goth, style women.

- Prompt
- 1girl, leather, jewelry, leather jacket, solo, earrings, jacket, makeup, necklace, choker, punk, tattoos, neck tattoos, single lip ring, single nose ring

- Prompt
- 1girl, emo, looking at viewer,..

- Prompt
- 1girl, emo, looking at viewer,
Trained on an expanded version of the Pink Emo dataset.
• Tags were added for more detailed tattoo placement. ie. arm tattoo, neck tattoo, full-body tattoo, chest, tattoo sleeve, etc.
• Defined additional tags for piercings, ie. septum piercing, snake bite piercings, lip piercing, medusa piercing, specify (single) lip or nose ring, barbell piercing.
• Added style tags, punk, emo, alt, goth.
• Recommend a slightly lower lora strength if the model is overfitting.
• Lower cfg strength with give a more realistic gen. Higher cfg will give more vivid anime style gen and allow more of the base model style. Try them out, experiment and post what you get.
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
- Downloads last month
- 1
Model tree for graizelle/pink_mayhem
Base model
OnomaAIResearch/Illustrious-XL-v1.0