diff --git a/Custom-Scripts.md b/Custom-Scripts.md index df9208e..9287883 100644 --- a/Custom-Scripts.md +++ b/Custom-Scripts.md @@ -343,6 +343,25 @@ You can also test your negative prompt. +## 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. + +
Example: (Click to expand:) + +| 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 +``` + +
+ ## Saving steps of the sampling process This script will save steps of the sampling process to a directory.