🚀 Canopus-Liquid-Wallpaper
Canopus-Liquid-Wallpaper是一个用于图像生成的模型,可基于给定的提示词生成精美的壁纸风格图像,结合基础模型能获得更好的效果。
🚀 快速开始
环境设置
pipe = StableDiffusionXLPipeline.from_pretrained(
"-------------xxxxxxxxx----------",
torch_dtype=torch.float16,
use_safetensors=True,
)
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("prithivMLmods/Canopus-Liquid-Wallpaper-Art", weight_name="Canopus-Liquid-Wallpaper-Minimalize-LoRA.safetensors", adapter_name="liquid")
pipe.set_adapters("liquid")
pipe.to("cuda")
✨ 主要特性
模型描述
Canopus-Liquid-Wallpaper-Art 专注于图像生成,可生成壁纸风格的图像。以下是其图像处理参数:
参数 |
值 |
参数 |
值 |
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 |
27 |
Epoch |
10 |
Save Every N Epochs |
1 |
为了获得更好的效果,建议将其与基础模型结合使用。
触发提示词
以下是一些触发提示词示例,可用于生成不同风格的壁纸图像:
- Illustration of Mountain climbers ascending a challenging peak. One-point perspective, Abstract background, Solarpunk theme, Lithography, Stencil effects, Caustics, UHD
- Illustration of A starry night camp in the mountains. Low-angle view, Minimal background, Geometric shapes theme, Pottery, Split-complementary colors, Bicolored light, UHD
- Illustration of A serene mountain stream or waterfall. L-cut, Diamond pattern background, Chibi, Gouache, Tetradic colors, Flickering light, UHD
触发词
你应该使用 wallpaper
来触发图像生成。
下载模型
该模型的权重以Safetensors格式提供。你可以在 Files & versions 标签页 下载。
📄 许可证
本模型使用的许可证为 creativeml-openrail-m。