Wizard's Vintage Sardine Tins
(CivitAI)
Model description
Hey, glad you're into making sardine tins! Let's go!
Just use Vintage Sardine Tin
in your prompt, or Vintage […] Tin
if you want to do something else. (If you're more into mackerels or anchovies – that's ok too!)
Example prompts:
vintage {fish} tin, featuring a {subject}, with {description/action/style}, title text reads "{title}" in a {adjective/style} font, {colors} background, small text in the bottom say "{fineprint}"
photo of a vintage sardine tin, the title in white reads: "{title}" in a bold font, portrait of {person}, {colors} background color, small text in the bottom says "{fineprint}" and "{fineprint}", the tin is on a surface made of {material}
Write in the comment field if you have any questions! Post your tins to the gallery!
Trigger words
You should use Vintage Sardine Tin
, Tinned Fish
, vintage xyz tin
to trigger the image generation.
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('WizWhite/wizard-s-vintage-sardine-tins', weight_name='Wiz-SardineTins_Flux.safetensors')
image = pipeline('vintage foie gras tin, with an image of Holgersson holding a dead goose by its neck, title text reads "Foie Gras de Nils" in a serif font, "Have your friends for dinner", on a wooden table surface
').images[0]
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers
- Downloads last month
- 125
Model tree for WizWhite/wizard-s-vintage-sardine-tins
Base model
black-forest-labs/FLUX.1-dev