🚀 Eva Green FLux
Eva Green FLux 是一款基于 Stable Diffusion 的 LoRA 模型,用于文本到图像的生成。通过特定的触发词,能生成以 Eva Green 为主题的多样化图像。
🚀 快速开始
触发词使用
你应该使用 eva gren
来触发图像生成。
下载模型
此模型的权重以 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/eva-green-flux', weight_name='eva_green_flux_lora_v1_000001200.safetensors')
image = pipeline('portrait of a gorgeous eva_gren princesse, dynamic lighting, in the style of Jean-Baptiste Monge, dark ambiance, ink slpatters, flowers, realistic, sharp focus, illustration, octane render, unreal engine, 8k, high resolution, trending on artstation, sharp focus, studio photo, intricate details, highly detailed, by greg rutkowski, sharp focus, emitting diodes, smoke, artillery, sparks, racks, system unit, motherboard, by pascal blanche rutkowski repin artstation hyperrealism painting concept art of detailed character design matte painting, 4 k resolution blade runner , ').images[0]
更多详细信息,包括 LoRA 的加权、合并和融合,请查看 diffusers 中加载 LoRA 的文档。
✨ 主要特性
- 主题明确:专注于生成以 Eva Green 为主题的图像。
- 格式支持:模型权重以 Safetensors 格式提供。
- 库兼容性:可与 🧨 diffusers 库配合使用。
📦 安装指南
此部分主要涉及模型下载,可在 Files & versions 标签页 下载模型权重。
💻 使用示例
基础用法
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/eva-green-flux', weight_name='eva_green_flux_lora_v1_000001200.safetensors')
image = pipeline('portrait of a gorgeous eva_gren princesse, dynamic lighting, in the style of Jean-Baptiste Monge, dark ambiance, ink slpatters, flowers, realistic, sharp focus, illustration, octane render, unreal engine, 8k, high resolution, trending on artstation, sharp focus, studio photo, intricate details, highly detailed, by greg rutkowski, sharp focus, emitting diodes, smoke, artillery, sparks, racks, system unit, motherboard, by pascal blanche rutkowski repin artstation hyperrealism painting concept art of detailed character design matte painting, 4 k resolution blade runner , ').images[0]
高级用法
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/eva-green-flux', weight_name='eva_green_flux_lora_v1_000001200.safetensors')
new_prompt = 'Close-up photography of the face of a 30 years eva_gren , (by Alyssa Monks:1.1), by Joseph Lorusso, by Lilia Alvarado, beautiful lighting, sharp focus, 8k, high res, (pores:0.1), (sweaty:0.8), Masterpiece, Nikon Z9, Award - winning photograph , '
image = pipeline(new_prompt).images[0]
📚 详细文档
模型描述
Token 为 eva gren
(注意不是 eva "green"
,以免与颜色混淆)。
触发词说明
使用 eva gren
触发图像生成。
模型下载
模型权重以 Safetensors 格式提供,可在 Files & versions 标签页 下载。
模型使用
可与 🧨 diffusers 库 配合使用,具体代码示例见上文。
📄 许可证
本模型使用 bespoke-lora-trained-license 许可证。
模型信息表格
属性 |
详情 |
基础模型 |
black-forest-labs/FLUX.1-dev |
标签 |
text-to-image、stable-diffusion、lora、diffusers、template:sd-lora、migrated、celebrity、eva green、flux1.d |
实例提示词 |
eva gren |
许可证 |
bespoke-lora-trained-license |
许可证链接 |
https://multimodal.art/civitai-licenses?allowNoCredit=True&allowCommercialUse=Image&allowDerivatives=True&allowDifferentLicense=False |
(CivitAI)