🚀 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)