fka/prompts.chat
Viewer • Updated • 1.94k • 31.8k • 9.75k
How to use Gloomberry/Arianalora 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("Gloomberry/Arianalora")
prompt = "Ariana grande upclose her hair blonde bleached long cascading down her back straight she's in a bedroom wearing beige top and jean jacket she's wearing makeup glossy lips she's taking a selfie from her point of view "
image = pipe(prompt).images[0]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("Gloomberry/Arianalora")
prompt = "Ariana grande upclose her hair blonde bleached long cascading down her back straight she's in a bedroom wearing beige top and jean jacket she's wearing makeup glossy lips she's taking a selfie from her point of view "
image = pipe(prompt).images[0]














Ariana grande upclose her hair in low blonde bleached sleek ponytail she's in a bedroom wearing beige top and jean jacket she's wearing makeup glossy lips she's taking a selfie from her point of view
You should use "Ariana grande" sweetener woman" to trigger the image generation.
Download them in the Files & versions tab.
Base model
black-forest-labs/FLUX.1-dev