📌 Model description
Inspira_v_1 is a LoRA for Stable Diffusion XL, fine-tuned on advertising posters in Instagram style.
This model generates modern, eye-catching, and stylish posters for food, brands, and promotional campaigns.
It is especially good for:
- 🍔 Food advertisements (burgers, pizza, sushi, etc.)
- 📱 Social media visuals (Instagram, TikTok, Facebook)
- 🎨 Creative graphic design and banners
⚡ What makes Inspira_v_1 special is its focus on graphic design aesthetics, not just photorealism.
🖼️ Examples
| Prompt | Result |
|---|
| a fast food and burger instagram poster, professional advertising design, bold typography, red background | |
(Add 2–3 more examples for better showcase)
🚀 How to use
from diffusers import StableDiffusionXLPipeline
import torch
model_id = "Bexiiii/Inspira_v_1"
pipe = StableDiffusionXLPipeline.from_pretrained(
model_id,
torch_dtype=torch.float16,
variant="fp16"
).to("cuda")
prompt = "Modern Instagram poster of a juicy cheeseburger, professional advertising design, red background, bold typography"
image = pipe(prompt).images[0]
image.save("poster.png")
🎯 Trigger words
Recommended prompts:
- a instagram poster
- a fast food poster
- a modern graphic design poster
- a product advertising poster
✅ Intended uses & limitations
Intended uses:
- Poster creation for advertising campaigns
- Social media design (Instagram / TikTok / Facebook)
- Creative brand banners
Limitations:
- Struggles with generating long or complex text
- May produce artifacts in typography
- Not designed for realistic portraits
🛠️ Training details
- Base model: stabilityai/stable-diffusion-xl-base-1.0
- Method: DreamBooth + LoRA
- VAE: madebyollin/sdxl-vae-fp16-fix
- Dataset: ~200 Instagram-style posters (fast food, digital ads, banners)
- Training: 10 epochs, batch size 1, resolution 1024x1024
📥 Download model
Weights are available in safetensors format.
👉
Download here
⭐ If you find this model useful, don’t forget to give it a like and share it!
Do you want me to also create a set of ready-to-use prompts (burger, pizza, clothes, gadgets, cosmetics) so you can paste them under the “Examples” section? That way people can instantly see how versatile your model is.