Millie Bobby Brown (Flux D)
Model description
Millie Bobby Brown for Flux D
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
Use it with the 🧨 diffusers library
from diffusers import AutoPipelineForText2Image
import torch
device = "cuda" if torch.cuda.is_available() else "cpu"
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
pipeline.load_lora_weights('Keltezaa/millie-bobby-brown-flux-d', weight_name='Millie_Bobby_Brown_Flux_D-000005.safetensors')
image = pipeline('millie bobby brown. amateur photo of an 18 year old girl. very detailed photo. girl smiling infront of a beach in the background, colorful painting, oil painting by William Adolphe Bouguereau').images[0]
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers
- Downloads last month
- 210
Model tree for Keltezaa/millie-bobby-brown-flux-d
Base model
black-forest-labs/FLUX.1-dev