# 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
格式的输出图片
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author