package
1.7.0
Repository: https://github.com/floattech/animeapi.git
Documentation: pkg.go.dev

# README

scale

采用叔叔的模型放大二次元图片

输入输出

API

注意:由于云函数内存较小, 请将图片分辨率控制在0.25MP, 即500*500之内

func Get(u string, model, scale, tile int) ([]byte, error)
func Post(body io.Reader, model, scale, tile int) ([]byte, error)

返回:webp格式的输出图片