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
onikaminaj

- 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
Trigger words
You should use Nicki Minaj to trigger the image generation.
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
- Downloads last month
- 20
Model tree for karagianis/nickiminaj
Base model
black-forest-labs/FLUX.1-dev