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
Ctrl+K