T-Shirt Vector Style - FLUX
Model description
Trigger word for this lora is 5h1rt
it is best used like this at the end of the prompt, .."in the style of 5h1rt"
I highly recommend you word your prompt like so.. "tshirt design, (your prompt here), in the style of 5h1rt"
This lora is intended to create vector like images with a solid color background for easily removing the background and printing it on a tshirt or any other items. It is still experimental and I am looking for ways to improve my dataset. It's best if you follow me so you get notifications if/when I release a second version of this..
I use SwarmUI for 95% of my image generations and encourage you to try it out! Here's the link to the OFFICAL GitHub repo and also checkout this install video from Kleebz Tech AI to get you started!
Trigger words
You should use 5h1rt
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('SouthbayJay/t-shirt-vector-style-flux', weight_name='vector_shirt_flux_v1.safetensors')
image = pipeline('`5h1rt`').images[0]
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers
- Downloads last month
- 35
Model tree for SouthbayJay/t-shirt-vector-style-flux
Base model
black-forest-labs/FLUX.1-dev