Skip to content
代码片段 群组 项目
该项目从 https://github.com/comfyanonymous/ComfyUI.git 镜像。 拉取镜像更新于
  1. 6月 05, 2023
    • Dr.Lt.Data's avatar
      improve: lightweight preview to reduce network traffic (#733) · 9f3a19b7
      Dr.Lt.Data 创作于
      
      * 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
    • comfyanonymous's avatar
      fed0a4dd
  2. 6月 04, 2023
  3. 6月 03, 2023
  4. 6月 02, 2023
  5. 6月 01, 2023
  6. 5月 31, 2023
  7. 5月 30, 2023
  8. 5月 29, 2023
  9. 5月 28, 2023
加载中