🚀 Flux_Lora_Aquarel_Watercolor
Flux_Lora_Aquarel_Watercolor 是一个基于文本生成水彩风格图像的模型,可通过特定触发词生成多样化的水彩画作,为图像创作带来更多可能。
🚀 快速开始
模板使用
本模型最适合使用以下模板:
A painting of ... In a watercolor style, AQUACOLTOK. White background.
触发词
你应该使用 AQUACOLTOK
来触发图像生成。
使用 🧨 diffusers 库
from diffusers import AutoPipelineForText2Image
import torch
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
pipeline.load_lora_weights('SebastianBodza/flux_lora_aquarel_watercolor', weight_name='lora.safetensors')
image = pipeline('your prompt').images[0]
有关更多详细信息,包括 LoRA 的加权、合并和融合,请查看 diffusers 中加载 LoRA 的文档。
示例展示
提示文本 |
输出图像 |
A painting of a mountain climber reaching the summit of a peak, with the word 'ASCEND' appearing in the snow patterns on the mountain's surface. In a watercolor style, AQUACOLTOK. White background. |
点击查看 |
A painting of a vintage-style travel poster, with a suitcase and globe in the foreground, and the words "Destination Unknown" printed in a beautiful, cursive font on a distressed luggage tag. In a watercolor style, AQUACOLTOK. White background. |
点击查看 |
A painting of a quaint, old-fashioned bookstore, with the words "Tales of Wonder" etched in gold lettering above the storefront. In a watercolor style, AQUACOLTOK. White background. |
点击查看 |
A painting of a person giving a TED talk on a TED stage with the TED logo, "the speaker". In a watercolor style, AQUACOLTOK. |
点击查看 |
A painting of a barista creating an intricate latte art design, with the "Coffee Creations" logo skillfully formed within the latte foam. In a watercolor style, AQUACOLTOK. White background. |
点击查看 |
📄 许可证
本项目采用 flux-1-dev-non-commercial-license 许可证。
🔧 技术细节
本模型基于 black-forest-labs/FLUX.1-dev
基础模型,使用 Replicate 进行训练。它属于文本到图像的生成模型,标签包含 flux
、diffusers
、lora
。