mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-30 06:30:43 +00:00
feat: support upscaled image generation with esrgan
This allows to generate images larger than 512x512 by using esrgan. Behind the scenes consumes https://github.com/fengwang/Stable-Diffusion-NCNN/. Note this needs model assets similar to those you can find https://github.com/fengwang/Stable-Diffusion-NCNN/.
This commit is contained in:
parent
b503725dc7
commit
4d83ec5b02
3 changed files with 14 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -15,7 +15,7 @@ BLOOMZ_VERSION?=1834e77b83faafe912ad4092ccf7f77937349e2f
|
|||
BUILD_TYPE?=
|
||||
CGO_LDFLAGS?=
|
||||
CUDA_LIBPATH?=/usr/local/cuda/lib64/
|
||||
STABLEDIFFUSION_VERSION?=c0748eca3642d58bcf9521108bcee46959c647dc
|
||||
STABLEDIFFUSION_VERSION?=d89260f598afb809279bc72aa0107b4292587632
|
||||
GO_TAGS?=
|
||||
BUILD_ID?=git
|
||||
LD_FLAGS=?=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue