1. 29 Oct, 2022 12 commits
  2. 28 Oct, 2022 10 commits
    • AngelBottomless's avatar
      Re enable linear · f361e804
      AngelBottomless authored
      f361e804
    • Yaiol's avatar
      Update images.py · 539c0f51
      Yaiol authored
      Filename tags [height] and [width] are wrongly referencing to process size instead of resulting image size. Making all upscale files named wrongly.
      539c0f51
    • Chris OBryan's avatar
    • Chris OBryan's avatar
      extras-tweaks: autoformat changed lines · 5732c028
      Chris OBryan authored
      5732c028
    • Chris OBryan's avatar
      extras: Make image cache LRU · 1f1b3279
      Chris OBryan authored
      This changes the extras image cache into a Least-Recently-Used
      cache. This allows more experimentation with different upscalers
      without missing the cache.
      
      Max cache size is increased to 5 and is cleared on source image
      update.
      1f1b3279
    • Chris OBryan's avatar
      extras: Rework image cache · bde4731f
      Chris OBryan authored
      Bit of a refactor to the image cache to make it easier to extend.
      Also takes into account the entire image instead of just a cropped portion.
      bde4731f
    • Chris OBryan's avatar
      extras: Add option to run upscaling before face fixing · 26d08193
      Chris OBryan authored
      Face restoration can look much better if ran after upscaling, as it
      allows the restoration to fix upscaling artifacts. This patch adds
      an option to choose which order to run upscaling/face fixing in.
      26d08193
    • Muhammad Rizqi Nur's avatar
      Fix log off by 1 · 9ceef81f
      Muhammad Rizqi Nur authored
      9ceef81f
    • benkyoujouzu's avatar
      b2a8b263
    • Antonio's avatar
      Natural sorting for dropdown checkpoint list · 5d5dc640
      Antonio authored
      Example:
      
      Before					After
      
      11.ckpt					11.ckpt
      ab.ckpt					ab.ckpt
      ade_pablo_step_1000.ckpt	ade_pablo_step_500.ckpt			
      ade_pablo_step_500.ckpt	ade_pablo_step_1000.ckpt	
      ade_step_1000.ckpt		ade_step_500.ckpt
      ade_step_1500.ckpt		ade_step_1000.ckpt
      ade_step_2000.ckpt		ade_step_1500.ckpt
      ade_step_2500.ckpt		ade_step_2000.ckpt
      ade_step_3000.ckpt		ade_step_2500.ckpt
      ade_step_500.ckpt			ade_step_3000.ckpt
      atp_step_5500.ckpt			atp_step_5500.ckpt
      model1.ckpt				model1.ckpt
      model10.ckpt				model10.ckpt
      model1000.ckpt			model33.ckpt
      model33.ckpt				model50.ckpt
      model400.ckpt			model400.ckpt
      model50.ckpt				model1000.ckpt
      moo44.ckpt				moo44.ckpt
      v1-4-pruned-emaonly.ckpt	v1-4-pruned-emaonly.ckpt
      v1-5-pruned-emaonly.ckpt	v1-5-pruned-emaonly.ckpt
      v1-5-pruned.ckpt			v1-5-pruned.ckpt
      v1-5-vae.ckpt				v1-5-vae.ckpt
      5d5dc640
  3. 27 Oct, 2022 10 commits
  4. 26 Oct, 2022 8 commits