An open API service indexing awesome lists of open source software.

https://github.com/gokayfem/tile-upscaler

Image Upscaler with Tile Controlnet Fully Integrated in Huggingface Diffusers
https://github.com/gokayfem/tile-upscaler

diffusers diffusion-models high-definition super-resolution upscaler upscaling

Last synced: about 1 year ago
JSON representation

Image Upscaler with Tile Controlnet Fully Integrated in Huggingface Diffusers

Awesome Lists containing this project

README

          

# Image Upscaler with Huggingface Diffusers

The main ideas come from

[![philz1337x GitHub](https://img.shields.io/badge/GitHub-philz1337x-181717?style=flat-square&logo=github)](https://github.com/philz1337x/clarity-upscaler) [![Pau-Lozano GitHub](https://img.shields.io/badge/GitHub-Pau--Lozano-181717?style=flat-square&logo=github)](https://github.com/BatouResearch/controlnet-tile-upscale)

Demos

[![Hugging Face Spaces V1](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces%20V1-blue)](https://huggingface.co/spaces/gokaygokay/Tile-Upscaler) [![Hugging Face Spaces V2](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces%20V2-blue)](https://huggingface.co/spaces/gokaygokay/TileUpscalerV2)

![image](https://github.com/user-attachments/assets/5a866787-cf1c-4520-b78d-44a0c63fb94b)

## Usage

Requirements

```
pip install -r requirements.txt
```

Downloading models

```
python download_models.py
```

Version 1

```
python TileUpscalerV1.py
```

Version 2

```
python TileUpscalerV2.py
```