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
- Host: GitHub
- URL: https://github.com/gokayfem/tile-upscaler
- Owner: gokayfem
- License: apache-2.0
- Created: 2024-07-17T12:06:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-17T21:15:49.000Z (almost 2 years ago)
- Last Synced: 2025-04-02T17:05:27.868Z (about 1 year ago)
- Topics: diffusers, diffusion-models, high-definition, super-resolution, upscaler, upscaling
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 11
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Image Upscaler with Huggingface Diffusers
The main ideas come from
[](https://github.com/philz1337x/clarity-upscaler) [](https://github.com/BatouResearch/controlnet-tile-upscale)
Demos
[](https://huggingface.co/spaces/gokaygokay/Tile-Upscaler) [](https://huggingface.co/spaces/gokaygokay/TileUpscalerV2)

## Usage
Requirements
```
pip install -r requirements.txt
```
Downloading models
```
python download_models.py
```
Version 1
```
python TileUpscalerV1.py
```
Version 2
```
python TileUpscalerV2.py
```