1
0
mirror of https://github.com/fumiama/deepinfra.git synced 2026-06-13 06:40:25 +08:00

feat: support image upload

This commit is contained in:
源文雨
2025-09-24 00:18:32 +08:00
parent e3d1b92cc3
commit 8757564fe7
10 changed files with 376 additions and 98 deletions

18
go.mod
View File

@@ -1,3 +1,21 @@
module github.com/fumiama/deepinfra
go 1.20
require (
github.com/FloatTech/gg v1.1.3
github.com/FloatTech/imgfactory v0.2.1
github.com/fumiama/imgsz v0.0.4
)
require (
github.com/disintegration/imaging v1.6.2 // indirect
github.com/ericpauley/go-quantize v0.0.0-20200331213906-ae555eb2afa4 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
golang.org/x/text v0.15.0 // indirect
)
require (
github.com/pkg/errors v0.9.1
golang.org/x/image v0.16.0 // indirect
)