Instructions to use aiconiccompany/jppy-logo-flux-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use aiconiccompany/jppy-logo-flux-lora 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.2-klein-base-4b", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("aiconiccompany/jppy-logo-flux-lora") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
jppy-logo FLUX.2-klein LoRA
Logo-design LoRA for FLUX.2-klein. Trained on 15,815 logos to bias generation toward clean, vector-friendly, geometric brand-mark aesthetics. Production-tested at scale.
File: flux2_klein_logos_lora.safetensors (2.3 MB, low rank)
Trained: 2026-04 on RTX 3090, ~7 hours, loss 0.21 โ 0.17
Status: LIVE in production at gpu.social
Training data
15,815 logo images, mixed sources (public domain + creative commons), filtered for monochrome / two-color / clean vector quality. Categories: tech, food, finance, e-commerce, healthcare, education, entertainment.
Usage
from diffusers import FluxPipeline
import torch
pipe = FluxPipeline.from_pretrained(
"black-forest-labs/FLUX.2-klein-base-4b",
torch_dtype=torch.bfloat16
).to("cuda")
pipe.load_lora_weights("aiconiccompany/jppy-logo-flux-lora")
image = pipe(
"a minimalist logo for a coffee shop, jppy-logo style",
num_inference_steps=28,
guidance_scale=3.5,
width=1024, height=1024,
).images[0]
Trigger: include jppy-logo in prompt.
Recommended weight: 0.8-1.0
Resolution: 1024ร1024 for crisp vector-friendly outputs
Tips
- "minimalist" + subject + "jppy-logo style" โ clean two-color marks
- Add color hints: "monochrome", "red and white", "navy and gold"
- For typography-included logos: add "with text [BRAND]" โ text quality depends on FLUX base, not this LoRA
Limitations
- Best for logomarks, not full brand systems. No multi-element layouts.
- Text rendering inside logos is hit-or-miss (FLUX base limitation).
- Slight bias toward circular and shield silhouettes from training data composition.
About Aiconic
Built by Aiconic โ research-grade AI engineering for production. Used in production at gpu.social for automated logo generation.
Contact: hi@aiconic.company ยท @yukakust
License
Apache 2.0. Free to use commercially. FLUX.2-klein base has its own license โ check before commercial use.
- Downloads last month
- 12