Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 543 Bytes

esrgan.md

File metadata and controls

9 lines (6 loc) · 543 Bytes

Using ESRGAN to upscale results

You can use ESRGAN to upscale the generated images. At the moment, only the RealESRGAN_x4plus_anime_6B.pth model is supported. Support for more models of this architecture will be added soon.

  • Specify the model path using the --upscale-model PATH parameter. example:
sd -m ../models/v1-5-pruned-emaonly.safetensors -p "a lovely cat" --upscale-model ../models/RealESRGAN_x4plus_anime_6B.pth