1. 05 Jun, 2023 6 commits
    • space-nuko's avatar
      Fix · a9fa2d37
      space-nuko authored
      a9fa2d37
    • space-nuko's avatar
      Fix · 38bc02bb
      space-nuko authored
      38bc02bb
    • space-nuko's avatar
      Fix · 1c40296d
      space-nuko authored
      1c40296d
    • space-nuko's avatar
      Preview sampled images with TAESD · b4f434ee
      space-nuko authored
      b4f434ee
    • comfyanonymous's avatar
      Limit preview to webp and RGB jpeg. · 2ec980bb
      comfyanonymous authored
      2ec980bb
    • Dr.Lt.Data's avatar
      improve: lightweight preview to reduce network traffic (#733) · 9f3a19b7
      Dr.Lt.Data authored
      
      
      * To reduce bandwidth traffic in a remote environment, a lossy compression-based preview mode is provided for displaying simple visualizations in node-based widgets.
      
      * Added 'preview=[image format]' option to the '/view' API.
      * Updated node to use preview for displaying images as widgets.
      * Excluded preview usage in the open image, save image, mask editor where the original data is required.
      
      * Made preview_format parameterizable for extensibility.
      
      * default preview format changed: jpeg -> webp
      
      * Support advanced preview_format option.
      - grayscale option for visual debugging
      - quality option for aggressive reducing
      
      L?;format;quality?
      
      ex)
      jpeg => rgb, jpeg, quality 90
      L;webp;80 => grayscale, webp, quality 80
      L;png => grayscale, png, quality 90
      webp;50 => rgb, webp, quality 50
      
      * move comment
      
      * * add settings for preview_format
      * default value is ''(= don't reencode)
      
      ---------
      Co-authored-by: default avatarLt.Dr.Data <lt.dr.data@gmail.com>
      9f3a19b7
  2. 04 Jun, 2023 1 commit
  3. 03 Jun, 2023 6 commits
  4. 02 Jun, 2023 6 commits
  5. 01 Jun, 2023 3 commits
  6. 31 May, 2023 5 commits
  7. 30 May, 2023 7 commits
  8. 29 May, 2023 2 commits
  9. 28 May, 2023 4 commits