🚀 珍娜·奧爾特加 FLUX模型
本項目基於Stable Diffusion的LoRA模型,用於生成美國女演員珍娜·奧爾特加(Jenna Ortega)不同風格和場景的圖像,可通過特定提示詞觸發圖像生成,為圖像創作帶來更多可能。
🚀 快速開始
下載模型
此模型的權重以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/jenna-ortega-flux', weight_name='JennaOrtega_F1D.safetensors')
image = pipeline('A detailed portrayal of jenna_ortega warrior in ornate silver and gold armor, standing in a grand, gothic-style cathedral. She holds a long, ornate sword with a golden hilt and a red gem at the top. Her attire is intricately designed with gold and silver patterns and embellishments, including a prominent chest plate featuring a blue gem. Her hair is styled in loose waves, and she has a determined expression. The background is blurred, highlighting the warrior as the main subject, and the cathedral\'s architecture is visible behind her. The color palette is dominated by gold, silver, and white, creating a regal and majestic atmosphere.').images[0]
更多詳細信息,包括LoRA的加權、合併和融合,請查看diffusers中加載LoRA的文檔。
✨ 主要特性
- 多樣化風格:能夠生成珍娜·奧爾特加在不同場景和風格下的圖像,如復古、戶外、節日等。
- 特定觸發:使用
jenna_ortega
作為觸發詞,可準確生成相關圖像。
💻 使用示例
基礎用法
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/jenna-ortega-flux', weight_name='JennaOrtega_F1D.safetensors')
image = pipeline('A portrait of jenna_ortega in a dark, vintage setting. She holds a book titled ''Love is a LIE'' with a black and white image of jenna_ortega''s face on the cover.The woman wears a white collar and a black jacket. Her hair is styled in two braids. She looks directly at the camera with a serious expression. Behind her is a wooden wall with intricate carvings and a framed portrait depicting the frankenstein monster. The color palette consists of dark browns, blacks, and whites, creating a somber and reflective atmosphere.').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/jenna-ortega-flux', weight_name='JennaOrtega_F1D.safetensors')
image = pipeline('A detailed portrayal of jenna_ortega warrior in ornate silver and gold armor, standing in a grand, gothic-style cathedral. She holds a long, ornate sword with a golden hilt and a red gem at the top. Her attire is intricately designed with gold and silver patterns and embellishments, including a prominent chest plate featuring a blue gem. Her hair is styled in loose waves, and she has a determined expression. The background is blurred, highlighting the warrior as the main subject, and the cathedral\'s architecture is visible behind her. The color palette is dominated by gold, silver, and white, creating a regal and majestic atmosphere.').images[0]
📚 詳細文檔
模型描述
珍娜·瑪麗·奧爾特加(Jenna Marie Ortega)是一位美國女演員,她因在Netflix恐怖喜劇系列《星期三》(Wednesday)中飾演星期三·亞當斯(Wednesday Addams)而聲名鵲起。她還出演了恐怖電影《驚聲尖叫》(Scream)、《X》和《驚聲尖叫6》,以及奇幻電影《甲殼蟲汁2》(Beetlejuice Beetlejuice)。
觸發詞
你應該使用jenna_ortega
來觸發圖像生成。
📄 許可證
本模型使用定製LoRA訓練許可證。
屬性 |
詳情 |
模型類型 |
基於Stable Diffusion的LoRA模型 |
基礎模型 |
black-forest-labs/FLUX.1-dev |
觸發詞 |
jenna_ortega |
許可證 |
bespoke-lora-trained-license |
許可證鏈接 |
定製LoRA訓練許可證 |