🚀 Canopus-Walking-Dead
Canopus-Walking-Dead是一個基於Stable Diffusion的LoRA模型,可用於生成與《行屍走肉》相關的圖像,支持多種風格和場景的圖像生成。
🚀 快速開始
環境設置
pipe = StableDiffusionXLPipeline.from_pretrained(
"-------------xxxxxxxxx----------",
torch_dtype=torch.float16,
use_safetensors=True,
)
(or)
-----------------------------------------------------------
pipe = StableDiffusionXLPipeline.from_pretrained(
"stabilityai/stable-diffusion-xl-base-1.0",
torch_dtype=torch.float16,
use_safetensors=True,
)
pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
pipe.load_lora_weights("Canopus-Walking-Dead-adp-LoRA", weight_name="Canopus-Walking-Dead-adp-LoRA.safetensors", adapter_name="rlms")
pipe.set_adapters("rlms")
pipe.to("cuda")
觸發提示詞
以下是一些觸發圖像生成的提示詞示例:
- A portrait of Daryl Dixon from the walking dead, action pose, blood stains, battle flames background, anime style, high resolution, lora:walking_dead_offset:1
- A photorealistic portrait of a post-apocalyptic Tino Asprilla, in a detailed digital painting with gritty textures, inspired by the Walking Dead franchise
- Zombie family on the cover of a horror novel,different cinematic scenes, walking dead
觸發關鍵詞
你應該使用 Walking Dead
來觸發圖像生成。
下載模型
該模型的權重以Safetensors格式提供。
點擊下載,可在文件與版本選項卡中找到。
✨ 主要特性
- 基於Stable Diffusion XL Base 1.0模型,可生成高質量的圖像。
- 支持多種風格和場景的圖像生成,如動漫風格、寫實風格等。
- 提供了詳細的圖像處理參數設置,可根據需求進行調整。
📚 詳細文檔
模型描述
Canopus-Walking-Dead-adp-LoRA
圖像處理參數
參數 |
值 |
參數 |
值 |
LR Scheduler |
constant |
Noise Offset |
0.03 |
Optimizer |
AdamW |
Multires Noise Discount |
0.1 |
Network Dim |
64 |
Multires Noise Iterations |
10 |
Network Alpha |
32 |
Repeat |
20 |
Epoch |
10 |
Save Every N Epochs |
1 |
觸發參數
屬性 |
詳情 |
Prompt |
A portrait of Daryl Dixon from the walking dead, action pose, blood stains, battle flames background, anime style, high resolution, lora:walking_dead_offset:1 |
Sampler |
euler |
📄 許可證
本模型使用的許可證為 creativeml-openrail-m
。