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