1
0
Fork 0
Commit Graph

1305 Commits

Author SHA1 Message Date
Sean Sube 56ff9022da
fix(api): use min/max from config for more params 2023-04-01 18:14:24 -05:00
Sean Sube 85b332467e
fix(api): convert hidden states to fp32 before doing normalization on the CPU (#309) 2023-04-01 17:49:25 -05:00
Sean Sube e8ac20b51c
fix(docs): add output image size table to user guide 2023-04-01 17:48:09 -05:00
Sean Sube 83dbd479b9
update params version for highres 2023-04-01 17:15:09 -05:00
Sean Sube 8e5971a293
fix lone else 2023-04-01 17:14:56 -05:00
Sean Sube bbbef8d4ba
apply lint 2023-04-01 16:38:08 -05:00
Sean Sube 56c359c265
remove undefined names 2023-04-01 15:46:52 -05:00
Sean Sube 6bad599b3c
lint(api): move some chatty logs to trace level 2023-04-01 15:39:22 -05:00
Sean Sube bcf396d235
lint(gui): remove linebreak between batch and CFG parameters 2023-04-01 15:16:31 -05:00
Sean Sube ed694aa64f
pass highres scale param to upscaling method 2023-04-01 15:15:56 -05:00
Sean Sube e4f55af380
fix scale in upscale copy ctor 2023-04-01 14:59:59 -05:00
Sean Sube 89c3b2a403
correctly upscale highres tiles 2023-04-01 14:41:35 -05:00
Sean Sube 6d23491529
only run correction before highres when selected in options 2023-04-01 14:39:48 -05:00
Sean Sube f451d8db74
feat: add method parameter for highres mode 2023-04-01 14:26:45 -05:00
Sean Sube 0f79f420b7
apply lint 2023-04-01 12:06:31 -05:00
Sean Sube e0e09996de
fix(api): restart workers on HIP memory errors 2023-04-01 12:06:14 -05:00
Sean Sube a1f54f05eb
include highres params in retry 2023-04-01 12:05:55 -05:00
Sean Sube 6aac0fe56b
fix(api): restart workers on MIOPEN memory errors 2023-04-01 11:59:03 -05:00
Sean Sube 4a68984341
add highres strings 2023-04-01 11:58:34 -05:00
Sean Sube 3c2bab3156
fix highres steps max 2023-04-01 11:50:10 -05:00
Sean Sube 4f41145792
add highres to txt2img tab and request 2023-04-01 11:39:32 -05:00
Sean Sube 4e481e4864
add highres to server params 2023-04-01 11:31:34 -05:00
Sean Sube ba09748e94
feat(gui): add highres parameters 2023-04-01 11:26:10 -05:00
Sean Sube f462d80cc4
run correction before highres 2023-03-31 23:55:51 -05:00
Sean Sube ca80e92707
fix progress for highres, increase img2img steps 2023-03-31 23:52:33 -05:00
Sean Sube 4ab1b6cc88
resize tiles before running refinement steps 2023-03-31 23:39:25 -05:00
Sean Sube 66e938f9ab
split steps before and after highres 2023-03-31 23:32:05 -05:00
Sean Sube cdaf1b8e5d
feat(api): add support for highres images 2023-03-31 23:27:16 -05:00
Sean Sube f4c7f02034
fix(docs): note security option on bundle launch scripts 2023-03-31 00:02:20 -05:00
Sean Sube 27c6e71890
fix(api): add coloredlogs to base deps 2023-03-30 23:43:40 -05:00
Sean Sube 9b05b6bf5c
fix(exe): include realesrgan and coloredlogs in bundles 2023-03-30 23:43:18 -05:00
Sean Sube ee3774b70a
fix(docs): add VC redist and security note to Windows setup 2023-03-30 23:42:54 -05:00
Sean Sube 6e509c0bc4
fix phrasing and order 2023-03-30 21:51:59 -05:00
Sean Sube 968058bf35
fix(docs): move container setup to server guide, link to setup methods from readme 2023-03-30 21:45:56 -05:00
Sean Sube 9c9857bfde
indent bundle readme better 2023-03-30 21:12:31 -05:00
Sean Sube 205ff3e403
feat(exe): add specs and launch scripts for Windows EXE bundle (#305) 2023-03-30 21:02:23 -05:00
Sean Sube 1cd436d643
feat(api): add setup scripts for Windows 2023-03-30 21:01:55 -05:00
Sean Sube f774f2e7c2
chore(gui): update MUI packages, lockfile 2023-03-29 08:50:50 -05:00
Sean Sube 0050faefc6
chore(gui): update build tools, typedefs 2023-03-29 08:44:52 -05:00
Sean Sube 16dd579346
crop readme preview better 2023-03-28 21:47:49 -05:00
Sean Sube 186b3b2924
chore(docs): update readme screenshot 2023-03-28 18:57:46 -05:00
Sean Sube b4ac7c6259
chore(release): 0.9.0 2023-03-28 18:57:24 -05:00
Sean Sube c39f450438
note fp16 on AMD in readme 2023-03-28 18:01:23 -05:00
Sean Sube 69ee83610a
lint(docs): update setup intro to not repeat ToC 2023-03-28 18:00:11 -05:00
Sean Sube d19bbfc1d3
fix(gui): add prompt tokens to correct tab (#296) 2023-03-28 17:51:40 -05:00
Sean Sube 93fcfd1422
fix(api): update LPW pipeline (#298) 2023-03-28 17:34:23 -05:00
Sean Sube c0ece2453d
fix(docs): add more runtimes to memory usage table 2023-03-27 17:14:18 -05:00
Sean Sube 2bbc5d877f
lint(api): explicitly bind the device pool to shutdown callback 2023-03-27 17:13:45 -05:00
Sean Sube c2f8fb1d31
fix(api): combine names for ONNX fp16 optimization 2023-03-27 08:55:01 -05:00
Sean Sube 73e9cf8b66
fix(api): disable internal fp16 for VAE encoder (#290) 2023-03-27 08:10:40 -05:00