├── .gitignore ├── LICENSE ├── README.md └── scripts └── img2img_hires_fix.py /.gitignore: -------------------------------------------------------------------------------- 1 | __pycache__/ 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amadeus-AI/img2img-hires-fix/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amadeus-AI/img2img-hires-fix/HEAD/README.md -------------------------------------------------------------------------------- /scripts/img2img_hires_fix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amadeus-AI/img2img-hires-fix/HEAD/scripts/img2img_hires_fix.py --------------------------------------------------------------------------------