🚀 T-Shirt Vector Style - FLUX
T-Shirt Vector Style - FLUX 是一个用于文本到图像生成的 LoRA 模型,它能够生成具有特定矢量风格的图像,尤其适合用于 T 恤设计,能生成纯色背景的图像,便于去除背景并打印到 T 恤或其他物品上。
🚀 快速开始
下载模型
本模型的权重以 Safetensors 格式提供。你可以在 Files & versions 标签页 下载。
使用 diffusers 库
以下是使用 🧨 diffusers
库的示例代码:
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]
更多细节,包括 LoRA 的加权、合并和融合,请查看 diffusers 中加载 LoRA 的文档。
✨ 主要特性
- 特定风格触发:使用触发词
5h1rt
可以触发特定的图像生成风格。
- 适合 T 恤设计:旨在生成具有纯色背景的矢量图像,方便去除背景并用于 T 恤或其他物品的印刷。
- 易于使用:可以与
diffusers
库轻松集成。
💻 使用示例
基础用法
在提示词的末尾使用 "in the style of 5h1rt"
来触发该风格的图像生成。例如:
tshirt design, a beautiful woman standing next to a chevy impala hot rod, Los Angeles skyline in the background, in the style of 5h1rt
高级用法
你可以根据自己的需求调整提示词的内容,以生成不同的图像。例如:
circular tshirt design, illustration of a woman with white hair and backpack standing in front of a futuristic cyberpunk city, teal and orange color scheme, pop art style, comic drawing, intricate abstract details, 2d game art for gta cover 5h1rt
📚 详细文档
触发词
你应该使用 5h1rt
来触发图像生成。建议在提示词的末尾使用 "in the style of 5h1rt"
,例如:
tshirt design, (你的提示内容), in the style of 5h1rt
模型描述
此 LoRA 的触发词是 5h1rt
,最好在提示词的末尾使用 "in the style of 5h1rt"
。该 LoRA 旨在创建具有纯色背景的矢量图像,方便去除背景并打印到 T 恤或其他物品上。目前该模型仍处于实验阶段,作者正在寻找改进数据集的方法。
作者 95% 的图像生成使用 SwarmUI,并鼓励你尝试。以下是 官方 GitHub 仓库 的链接,你还可以查看 Kleebz Tech AI 的安装视频 来开始使用。
📄 许可证
本模型使用 bespoke-lora-trained-license 许可证。