File size: 3,582 Bytes
7d87589 0a5cb94 7d87589 0a5cb94 7d87589 0d30436 0a5cb94 7d87589 0a5cb94 7d87589 01f38f1 f70517e 30e145a 01f38f1 7d87589 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 |
---
tags:
- text-to-image
- stable-diffusion
- lora
- diffusers
- template:sd-lora
widget:
- text: 'Illustration of Mountain climbers ascending a challenging peak. One-point perspective, Abstract background, Solarpunk theme, Lithography, Stencil effects, Caustics, UHD'
output:
url: images/lw1.png
- text: 'Illustration of A starry night camp in the mountains. Low-angle view, Minimal background, Geometric shapes theme, Pottery, Split-complementary colors, Bicolored light, UHD'
output:
url: images/lw2.png
- text: 'Illustration of A serene mountain stream or waterfall. L-cut, Diamond pattern background, Chibi, Gouache, Tetradic colors, Flickering light, UHD'
output:
url: images/lw3.png
base_model: stabilityai/stable-diffusion-xl-base-1.0
instance_prompt: wallpaper
license: creativeml-openrail-m
---
# Canopus-Liquid-Wallpaper
<Gallery />
## Model description
Canopus-Liquid-Wallpaper-Art
Image Processing Parameters
| Parameter | Value | Parameter | Value |
|---------------------------|--------|---------------------------|--------|
| 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 |
for better results use it with the base model / others
## SETTING-UP
```py
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("prithivMLmods/Canopus-Liquid-Wallpaper-Art", weight_name="Canopus-Liquid-Wallpaper-Minimalize-LoRA.safetensors", adapter_name="liquid")
pipe.set_adapters("liquid")
pipe.to("cuda")
```
## Trigger prompts
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
| Parameter | Value |
|-----------------|---------------------------------------------------------------------------------------|
| Prompt | Illustration of A serene mountain stream or waterfall. L-cut, Diamond pattern background, Chibi, Gouache, Tetradic colors, Flickering light, UHD |
| Sampler | euler |
## Trigger words
You should use `wallpaper` to trigger the image generation.
## Download model
Weights for this model are available in Safetensors format.
[Download](/prithivMLmods/Canopus-Liquid-Wallpaper-Art/tree/main) them in the Files & versions tab.
|