Instructions to use playboy40k/flux-KatDenningsLora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use playboy40k/flux-KatDenningsLora 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("playboy40k/flux-KatDenningsLora") prompt = "A dark, moody portrait of a college girl with long gray hair, wearing a high-collared outfit. The background is a solid, intense blue, contrasting with her dark attire. Her expression is serious and intense, with shadows partially covering her face, creating a mysterious and brooding atmosphere. Emphasize dramatic lighting and shadow to create depth and a sense of intensity. Symmetrical face, Huge breasts, Pale blue eyes." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Ctrl+K