1
0
Fork 0
Commit Graph

862 Commits

Author SHA1 Message Date
Sean Sube b7e597c68f
keep undo buffer 2023-02-12 23:32:06 -06:00
Sean Sube bb05395563
feat(gui): add undo button to mask canvas 2023-02-12 22:32:33 -06:00
Sean Sube 4abbb00fd0
feat(gui): add blend tab and copy button 2023-02-12 16:52:50 -06:00
Sean Sube d6201c9d32
feat(api): add an option for custom checkpoint config to extras file (fixes #130) 2023-02-12 14:10:30 -06:00
Sean Sube 82487f5771
fix(api): separate Real ESRGAN upsampler from GFPGAN stage (#87) 2023-02-12 13:50:28 -06:00
Sean Sube ae8aa2ea7a
apply lint 2023-02-12 13:32:50 -06:00
Sean Sube 62fec58f78
change loading steps phrasing 2023-02-12 13:32:40 -06:00
Sean Sube 034be3266e
fix(api): accumulate progress from inpaint pipelines (#90) 2023-02-12 13:16:17 -06:00
Sean Sube b85c806ba7
fix(gui): switch back to indeterminate progress when reported steps exceed estimate (#90) 2023-02-12 12:48:37 -06:00
Sean Sube aaf82a42f1
fix(api): use correct var for diffusion scheduler cache 2023-02-12 12:47:55 -06:00
Sean Sube feb7e7d57b
pass progress to txt2img and img2img 2023-02-12 12:38:06 -06:00
Sean Sube 2f6a3afddb
pass progress on to most stages 2023-02-12 12:33:36 -06:00
Sean Sube 9d1c5dca52
fix(api): correctly handle partial extras files 2023-02-12 12:23:03 -06:00
Sean Sube 06d4f32574
make progress callbacks optional 2023-02-12 12:22:11 -06:00
Sean Sube d9fc908592
feat(api): collect progress from chain pipelines (#90) 2023-02-12 12:17:36 -06:00
Sean Sube 27a3fa8f51
feat: show model in image card, use labels for model and scheduler (#104) 2023-02-12 09:51:35 -06:00
Sean Sube 9c5043e9d0
fix(api): correctly cache diffusers scheduler 2023-02-12 09:33:13 -06:00
Sean Sube 1179092028
feat(api): intercept model downloads in libs and use cached copy (fixes #95) 2023-02-12 09:28:37 -06:00
Sean Sube 8ea33e9874
fix(api): patch various download fns to use cache (#95) 2023-02-12 06:25:44 -06:00
Sean Sube 6983691e98
fix twine args order 2023-02-11 22:47:30 -06:00
Sean Sube 22801027c6
try matching npm package within checkout dir 2023-02-11 22:41:14 -06:00
Sean Sube 88eb95c45b
CI yaml syntax fix 2023-02-11 22:20:28 -06:00
Sean Sube 6750200e6b
remove empty subdir readmes 2023-02-11 22:19:18 -06:00
Sean Sube 284566025d
create rc files from env 2023-02-11 22:06:05 -06:00
Sean Sube bbcd812f83
fix(build): use auth for twine upload 2023-02-11 22:02:47 -06:00
Sean Sube d5bf2b0338
fix(build): copy readme into packages (#114) 2023-02-11 21:51:49 -06:00
Sean Sube baa7f912a1
fix(build): move pip cache into project dir 2023-02-11 21:45:42 -06:00
Sean Sube 33188f6eaa
fix(build): install packaging tools in job 2023-02-11 21:41:09 -06:00
Sean Sube 356fc7734b
clear only filters 2023-02-11 21:26:19 -06:00
Sean Sube 8a3dfb659b
even more correct job names 2023-02-11 21:25:03 -06:00
Sean Sube 248b78e21a
correct job names 2023-02-11 21:21:47 -06:00
Sean Sube 3b65518efc
fix(build): correct base job names for package dry runs 2023-02-11 21:18:16 -06:00
Sean Sube 1d56530237
feat(build): add dry run jobs for packaging 2023-02-11 21:17:19 -06:00
Sean Sube 1f06b502d5
fix(api): always fill inpaint/outpaint mask with white 2023-02-11 18:55:22 -06:00
Sean Sube 6a6f482178
fix(gui): capitalize tile order options 2023-02-11 18:21:42 -06:00
Sean Sube ffbe0929e6
apply lint 2023-02-11 18:10:36 -06:00
Sean Sube 0356c317c9
fix(gui): get tile orders from server params 2023-02-11 18:10:02 -06:00
Sean Sube 3a290822eb
feat(api): pass tile order to inpaint and outpaint pipelines 2023-02-11 18:00:18 -06:00
Sean Sube 51651abd08
feat(gui): add tile order as an inpaint parameter (#107) 2023-02-11 17:41:58 -06:00
Sean Sube 3c7a3e54b9
fix(gui): correct react update during render 2023-02-11 17:25:16 -06:00
Sean Sube 44c9524cd2
apply lint 2023-02-11 16:50:57 -06:00
Sean Sube 6d243e8f4f
select correct platform 2023-02-11 16:26:00 -06:00
Sean Sube 66c2ce3074
fix device iteration 2023-02-11 16:19:08 -06:00
Sean Sube db06f4a9c3
fix(api): remove any from device pool 2023-02-11 16:16:40 -06:00
Sean Sube 6b30ccc60c
log more about selected device 2023-02-11 16:14:02 -06:00
Sean Sube 38c8a8a413
make any a real device 2023-02-11 16:06:14 -06:00
Sean Sube f45a0154e8
add any option to platforms after checking providers 2023-02-11 16:01:55 -06:00
Sean Sube e4785b94e0
keep provider list 2023-02-11 15:55:30 -06:00
Sean Sube 9551e4a9b9
feat(api): make any platform optional 2023-02-11 15:53:27 -06:00
Sean Sube d7383d1101
fix(api): include any platform option 2023-02-11 15:45:28 -06:00