🚀 sweet-brush
sweet-brush是一個文本到圖像的模型,藉助AI Toolkit by Ostris進行訓練,能生成具有特定風格的圖像,可用於多種圖像生成工具。
🚀 快速開始
觸發詞
你需要使用 in the style of TOK
來觸發圖像生成。
下載模型並在不同工具中使用
此模型的權重以Safetensors格式提供。你可以在 Files & versions 標籤頁 下載。下載後可在ComfyUI、AUTOMATIC1111、SD.Next、Invoke AI等工具中使用。
使用 🧨 diffusers 庫
from diffusers import AutoPipelineForText2Image
import torch
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
pipeline.load_lora_weights('fffiloni/sweet-brush', weight_name='sweet-brush.safetensors')
image = pipeline('A person in a bustling cafe. in the style of TOK').images[0]
image.save("my_image.png")
有關更多詳細信息,包括LoRA的加權、合併和融合,請查看 diffusers中加載LoRA的文檔。
💻 使用示例
基礎用法
from diffusers import AutoPipelineForText2Image
import torch
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
pipeline.load_lora_weights('fffiloni/sweet-brush', weight_name='sweet-brush.safetensors')
image = pipeline('A person in a bustling cafe. in the style of TOK').images[0]
image.save("my_image.png")
高級用法
目前文檔未提供高級用法示例,你可以參考 diffusers中加載LoRA的文檔 進行更復雜的操作。
📄 許可證
本模型使用的許可證為 flux-1-dev-non-commercial-license
,你可以通過 此鏈接 查看許可證詳情。
📦 模型信息
屬性 |
詳情 |
基礎模型 |
black-forest-labs/FLUX.1-dev |
觸發提示詞 |
in the style of TOK |
許可證 |
other |
許可證名稱 |
flux-1-dev-non-commercial-license |
許可證鏈接 |
https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md |
🔍 示例展示
輸入文本 |
輸出圖像 |
a coi fish. in the style of TOK |
示例圖片 |
a panda on eucalyptus branch, sleeping. in the style of TOK |
示例圖片 |
a boy snowboarding. in the style of TOK |
示例圖片 |
a man tennis player playing tennis on tennis court. in the style of TOK |
示例圖片 |
playing curling. in the style of TOK |
示例圖片 |
a man playing billard. in the style of TOK |
示例圖片 |
a bartender shaking a cocktail. in the style of TOK |
示例圖片 |
old fierce pirate holding a shovel digging to find a treasure. in the style of TOK |
示例圖片 |
a picturesque village nestled amidst rolling hills and colorful meadows. We see quaint houses with smoke curling from chimneys and children playing in the streets.. in the style of TOK |
示例圖片 |
a panda playing football. in the style of TOK |
示例圖片 |
an illustration of a chameleon on a old wall. in the style of TOK |
示例圖片 |