Instructions to use karagianis/nickiminaj with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use karagianis/nickiminaj 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", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("karagianis/nickiminaj") prompt = "A confident Nicki Minaj with striking red hair, wearing a form-fitting futuristic black and white suit inspired by sci-fi aesthetics. She stands with a hand on her hip and gazes directly at the viewer with a determined expression. The background is a sleek, futuristic environment with subtle lighting highlighting her features. Camera angle: waist-up shot, showing strength and poise" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Ctrl+K