Views
No views yet
Vintage Sardine Tinin your prompt, or Vintage […] Tin if you want to do something else. (If you're more into mackerels or anchovies – that's ok too!)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} Vintage Sardine Tin, Tinned Fish, vintage xyz tin to trigger the image generation.1from diffusers import AutoPipelineForText2Image
2import torch
3
4device = "cuda" if torch.cuda.is_available() else "cpu"
5
6pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
7pipeline.load_lora_weights('WizWhite/wizard-s-vintage-sardine-tins', weight_name='Wiz-SardineTins_Flux.safetensors')
8image = 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
9').images[0]