Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 492 Bytes

start_kr.md

File metadata and controls

12 lines (12 loc) · 492 Bytes

requirements

  • 모델 다운 -> 모델
  • 다운 받은 모델 denoising/models에 넣기
  • generator 다운 -> generator
  • 다운 받은 generator.zip networks/에 넣기

start

    $ python3 -m venv venv
    $ source venv/bin/activate
    $ pip install -r requirements.txt
    $ python inference.py -p <이미지 폴더 주소>