mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-06 02:30:30 -08:00
add pixel art script
parent
ab96aa073f
commit
2801a6b99e
1 changed files with 19 additions and 0 deletions
|
|
@ -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 |
|
||||
| :---: | :---: | :---: | :---: |
|
||||
| |  |  |  |
|
||||
|
||||
[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…
Add table
Add a link
Reference in a new issue