CoolFace
Apppublic

dotmet/Real-ESRGAN-Enhanced-Anime-Diffusion

sourceHugging Facebsdupdated 4y agoView on Hugging Face
16likes
App README

Real-ESRGAN-Enhanced-Anime-Diffusion

Generate high resolution and quality anime pictures from texts or existed images.

(Based on Anything V3 and Real-ESRGAN)

Colab demo : Demo

Installation

This project requires: Python >= 3.7 (Recommend to use Anaconda or Miniconda)

clone this repository

bash
  git clone https://github.com/dotmet/Real-ESRGAN-Enhanced-Anime-Diffusion.git

install depencies

bash
  cd Real-ESRGAN-Enhanced-Anime-Diffusion
  pip install -r requirements.txt

Run

bash
  python inference.py

Type ``python inference.py -h`` in command line to see more options.

Run Web UI

  python app.py