🚀 Anna Kendrick (Flux)
本项目基于文本生成图像技术,使用Stable Diffusion模型,通过LoRA微调,能够生成逼真、性感的女性图像,尤其适用于生成以Anna Kendrick为主题的图像。
🚀 快速开始
模型下载
此模型的权重以Safetensors格式提供。你可以在 Files & versions 标签页 下载。
使用 🧨 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('Keltezaa/anna-kendrick-flux', weight_name='Anna_Kendrick_Flux.safetensors')
image = pipeline(' beautiful detailed photograph, brown hair cascading down her shoulders., wearing a dress, standing in cafe looking at the viewer, smile').images[0]
有关更多详细信息,包括LoRAs的加权、合并和融合,请查看 diffusers中加载LoRAs的文档。
✨ 主要特性
- 文本到图像转换:支持通过输入文本生成对应的图像。
- 特定主题生成:专注于生成以Anna Kendrick为主题的逼真图像。
- 多场景应用:可生成不同场景和姿态的图像。
📄 许可证
本模型使用 bespoke-lora-trained-license 许可证。
模型演示
(CivitAI)
模型描述
Anna Kendrick - 为Flux进行训练。
示例输出
输入文本 |
输出图片链接 |
beautiful detailed photograph, brown hair cascading down her shoulders., wearing a dress, standing in cafe looking at the viewer |
36112457.jpeg |
beautiful detailed photograph, brown hair cascading down her shoulders., wearing a dress, standing in cafe looking at the viewer, smile |
36112460.jpeg |
beautiful detailed photograph, brown hair cascading down her shoulders., wearing a dress, standing in cafe looking at the viewer |
36112459.jpeg |
beautiful detailed photograph, brown hair cascading down her shoulders., wearing a dress, standing in cafe looking at the viewer, smile |
36112776.jpeg |