Text-to-Image
Diffusers
flux
lora
How to use from the
Use from the
Diffusers library
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("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
Inference Providers NEW

Model tree for AP123/flux-logos-v1

Adapter
(36855)
this model

Space using AP123/flux-logos-v1 1