1. 09 Jun, 2023 3 commits
  2. 08 Jun, 2023 1 commit
  3. 07 Jun, 2023 2 commits
  4. 06 Jun, 2023 1 commit
  5. 05 Jun, 2023 5 commits
    • space-nuko's avatar
      Make previews into cli option · 48f7ec75
      space-nuko authored
      48f7ec75
    • 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
  6. 03 Jun, 2023 4 commits
  7. 31 May, 2023 2 commits
  8. 30 May, 2023 3 commits
  9. 28 May, 2023 3 commits
  10. 24 May, 2023 1 commit
  11. 22 May, 2023 1 commit
  12. 21 May, 2023 1 commit
  13. 19 May, 2023 2 commits
  14. 18 May, 2023 1 commit
  15. 16 May, 2023 4 commits
  16. 14 May, 2023 3 commits
    • comfyanonymous's avatar
      Update litegraph from upstream. · 84ea21c8
      comfyanonymous authored
      84ea21c8
    • Dr.Lt.Data's avatar
      Feature/maskeditor context menu (#649) · d926f65f
      Dr.Lt.Data authored
      
      
      * add "Open in MaskEditor" to context menu
      
      * change save button name to 'Save to node' if open in node.
      clear clipspace_return_node after auto paste
      
      * * leak patch: prevent infinite duplication of MaskEditorDialog instance on every dialog open
      * prevent conflict of multiple opening of MaskEditorDialog
      * name of save button fix
      
      * patch: brushPreview hiding by dialog
      
      * consider close by 'esc' key on maskeditor.
      
      * bugfix about last patch
      
      * patch: invalid close detection
      
      * 'enter' key as save action
      
      * * batch support enhance
        - pick index based on imageIndex on copy action
      * paste fix on batch image node
      
      * typo
      
      ---------
      Co-authored-by: default avatarLt.Dr.Data <lt.dr.data@gmail.com>
      d926f65f
    • comfyanonymous's avatar
      e7b9d2c0
  17. 13 May, 2023 1 commit
    • BlenderNeko's avatar
      Make nodes map over input lists (#579) · 1201d2ea
      BlenderNeko authored
      * allow nodes to map over lists
      
      * make work with IS_CHANGED and VALIDATE_INPUTS
      
      * give list outputs distinct socket shape
      
      * add rebatch node
      
      * add batch index logic
      
      * add repeat latent batch
      
      * deal with noise mask edge cases in latentfrombatch
      1201d2ea
  18. 08 May, 2023 2 commits