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