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("AP123/flux-logos-v1")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]flux logos v1
Model description
A logo LoRA for use with Flux [dev]. No trigger word is needed.
Trigger words
No trigger word is needed.
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
- Downloads last month
- 21
Model tree for AP123/flux-logos-v1
Base model
black-forest-labs/FLUX.1-dev