mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-01-19 21:00:14 +08:00
add pixel art script
parent
ab96aa073f
commit
2801a6b99e
@ -343,6 +343,25 @@ You can also test your negative prompt.
|
||||
|
||||
</details>
|
||||
|
||||
## Pixel Art
|
||||
https://github.com/C10udburst/stable-diffusion-webui-scripts
|
||||
|
||||
Simple script which resizes images by a variable amount, also converts image to use a color palette of a given size.
|
||||
|
||||
<details><summary>Example: (Click to expand:)</summary>
|
||||
|
||||
| Disabled | Enabled x8, no resize back, no color palette | Enabled x8, no color palette | Enabled x8, 16 color palette |
|
||||
| :---: | :---: | :---: | :---: |
|
||||
|![preview](https://user-images.githubusercontent.com/18114966/201491785-e30cfa9d-c850-4853-98b8-11db8de78c8d.png) | ![preview](https://user-images.githubusercontent.com/18114966/201492204-f4303694-e98d-4ea3-8256-538a88ea26b6.png) | ![preview](https://user-images.githubusercontent.com/18114966/201491864-d0c0c9f1-e34f-4cb6-a68e-7043ec5ce74e.png) | ![preview](https://user-images.githubusercontent.com/18114966/201492175-c55fa260-a17d-47c9-a919-9116e1caa8fe.png) |
|
||||
|
||||
[model used](https://publicprompts.art/all-in-one-pixel-art-dreambooth-model/)
|
||||
```text
|
||||
japanese pagoda with blossoming cherry trees, full body game asset, in pixelsprite style
|
||||
Steps: 20, Sampler: DDIM, CFG scale: 7, Seed: 4288895889, Size: 512x512, Model hash: 916ea38c, Batch size: 4
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
## Saving steps of the sampling process
|
||||
|
||||
This script will save steps of the sampling process to a directory.
|
||||
|
Loading…
Reference in New Issue
Block a user