metadata
license: other
license_name: bespoke-lora-trained-license
license_link: >-
https://multimodal.art/civitai-licenses?allowNoCredit=True&allowCommercialUse=Image&allowDerivatives=False&allowDifferentLicense=False
tags:
- text-to-image
- stable-diffusion
- lora
- diffusers
- template:sd-lora
- migrated
- vintage
- concept
- packaging
- text
- product
- tinned fish
base_model: black-forest-labs/FLUX.1-dev
instance_prompt: Vintage Sardine Tin
widget:
- text: >-
photo of a vintage sardine tin, the title in white reads: "Wizard's
Sardines" in a bold font, portrait of wizard whitebeard, red and yellow
background color, small text in the bottom says "Guaranteed Quality" and
"Best Sardine LoRA on CIVITAI", the tin is laying on a pile of atlantic
mackerel
output:
url: 27596823.jpeg
- text: >-
vintage dogg tin, featuring a portrait of snoop dogg, title text reads
"Dogg food" bold in a black gothic blackletter fraktur font, bright yellow
background color, small text says "Sardizzles in tomizzle-sizzle"
output:
url: 27596935.jpeg
- text: >-
vintage sardine tin, anthropomorphic fish detective, the fish is wearing a
trench coat, title text reads "it smells fishy", 1950s pulp art
aesthetics
output:
url: 27596988.jpeg
- text: >-
tinned blobfish, featuring a slimy and pink blobfish, with drool dripping
from the mouth, the background is in pink with navy blue colored text that
says "The Slobbin ' Blobfish" and "brand", small text in the bottom reads
"Battered blobfish in Olive Oil"
output:
url: 27597084.jpeg
- text: ' '
output:
url: 27597266.jpeg
- text: >-
vintage sardine tin of "swedish fish", with a photo of swedish fish candy,
red and yellow,
output:
url: 27597293.jpeg
- text: ' '
output:
url: 27597440.jpeg
- text: >-
vintage sardine tin, "the Twinkling Sasquatch", Indigo Blue and Peachy
Orange and Lime Green colors, large title text
output:
url: 27597577.jpeg
- text: ' '
output:
url: 27597661.jpeg
- text: ' '
output:
url: 27597694.jpeg
- text: ' '
output:
url: 27597738.jpeg
- text: >-
vintage sardine tin, "the Glittering Ghost", Teal and Peachy Pink and
Lavender Purple colors
output:
url: 27597784.jpeg
- text: ' '
output:
url: 27598137.jpeg
- text: ' '
output:
url: 27598143.jpeg
- text: ' '
output:
url: 27599510.jpeg
- text: >-
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
output:
url: 27783464.jpeg
- text: >-
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
output:
url: 27783457.jpeg
- text: >-
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
output:
url: 27783482.jpeg
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