--- license: mit base_model: - Laxhar/noobai-XL-Vpred-1.0 --- # シマムラアキト's PixelArt Style Model This is the pixel art style model I used on X (Twitter), account: [@shimamuraa11451](https://twitter.com/shimamuraa11451). This model is designed to generate pixel-style images. ## 🔧 Recommended Settings - **CFG (Classifier-Free Guidance Scale)**: 3 - **Step**: 20 \~ 30 - **Scheduler**: SGM\_UNIFORM - **Sampler**: Euler series / DPM series ## 📏 Pixel Block Size & Rescaling Method This model generates approximately `8×8` pixel blocks. To ensure proper alignment, you must use the **"NEAREST downsample to 1/8, then upsample back to the original size"** method. - **ComfyUI**: This method can be implemented directly. - **Automatic1111 WebUI**: Related plugins are available for automatic processing. ### Image Resolution Scaling Since the model works with `8×8` pixel blocks, you should set the height (H) and width (W) according to the final pixel art resolution you want. Refer to the table below: | Target Pixel Art Size | Input Resolution | | --------------------- | ---------------- | | 32×32 | 256×256 | | 128×128 | 1024×1024 | | 256×256 | 2048×2048 | ## ⚙️ Model Training Information This model was fine-tuned using **noob vpred-1.0**. Since it is vpred-based, additional steps may be required to ensure proper usage.