1. 14 Jul, 2023 2 commits
  2. 13 Jul, 2023 1 commit
  3. 11 Jul, 2023 2 commits
  4. 10 Jul, 2023 1 commit
  5. 09 Jul, 2023 1 commit
  6. 07 Jul, 2023 1 commit
  7. 26 Jun, 2023 1 commit
    • comfyanonymous's avatar
      Add CheckpointSave node to save checkpoints. · 9b93b920
      comfyanonymous authored
      The created checkpoints contain workflow metadata that can be loaded by
      dragging them on top of the UI or loading them with the "Load" button.
      
      Checkpoints will be saved in fp16 or fp32 depending on the format ComfyUI
      is using for inference on your hardware. To force fp32 use: --force-fp32
      
      Anything that patches the model weights like merging or loras will be
      saved.
      
      The output directory is currently set to: output/checkpoints but that might
      change in the future.
      9b93b920
  8. 24 Jun, 2023 1 commit
  9. 19 Jun, 2023 1 commit
  10. 15 Jun, 2023 1 commit
  11. 12 Jun, 2023 1 commit
  12. 07 Jun, 2023 2 commits
  13. 06 Jun, 2023 1 commit
  14. 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
  15. 31 May, 2023 2 commits
  16. 30 May, 2023 1 commit
  17. 28 May, 2023 3 commits
  18. 24 May, 2023 1 commit
  19. 21 May, 2023 1 commit
  20. 19 May, 2023 2 commits
  21. 18 May, 2023 1 commit
  22. 16 May, 2023 3 commits
  23. 14 May, 2023 2 commits
    • 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
  24. 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
  25. 08 May, 2023 2 commits