1. 23 Apr, 2023 3 commits
    • comfyanonymous's avatar
      ccad603b
    • ltdrdata's avatar
      Add clipspace feature. (#541) · f7a82188
      ltdrdata authored
      
      
      * Add clipspace feature.
      * feat: copy content to clipspace
      * feat: paste content from clipspace
      
      Extend validation to allow for validating annotated_path in addition to other parameters.
      
      Add support for annotated_filepath in folder_paths function.
      
      Generalize the '/upload/image' API to allow for uploading images to the 'input', 'temp', or 'output' directories.
      
      * rename contentClipboard -> clipspace
      
      * Do deep copy for imgs on copy to clipspace.
      
      * add original_imgs into clipspace
      * Preserve the original image when 'imgs' are modified
      
      * robust patch & refactoring folder_paths about annotated_filepath
      
      * Only show the Paste menu if the ComfyApp.clipspace is not empty
      
      * instant refresh on paste
      
      force triggering 'changed' on paste action
      
      * subfolder fix on paste logic
      
      attach subfolder if subfolder isn't empty
      
      ---------
      Co-authored-by: default avatarLt.Dr.Data <lt.dr.data@gmail.com>
      f7a82188
    • comfyanonymous's avatar
      Implement Linear hypernetworks. · 5282f564
      comfyanonymous authored
      Add a HypernetworkLoader node to use hypernetworks.
      5282f564
  2. 20 Apr, 2023 1 commit
  3. 19 Apr, 2023 1 commit
  4. 17 Apr, 2023 2 commits
  5. 16 Apr, 2023 1 commit
  6. 15 Apr, 2023 3 commits
  7. 14 Apr, 2023 3 commits
  8. 13 Apr, 2023 3 commits
  9. 12 Apr, 2023 1 commit
  10. 11 Apr, 2023 1 commit
  11. 08 Apr, 2023 1 commit
  12. 07 Apr, 2023 5 commits
  13. 06 Apr, 2023 5 commits
  14. 05 Apr, 2023 2 commits
  15. 03 Apr, 2023 1 commit
  16. 02 Apr, 2023 2 commits
  17. 01 Apr, 2023 1 commit
  18. 31 Mar, 2023 2 commits
  19. 30 Mar, 2023 1 commit
  20. 27 Mar, 2023 1 commit
    • Silversith's avatar
      Bugfix/include optional node inputs (#271) · bb1503ed
      Silversith authored
      * Minor changes and extra nodes
      
      * Added Preview Image for Nodes
      
      * Add a delete images button on main floating menu
      
      * Add a confirmation dialog
      
      * Remove DeleteAll, Remove Custom KSampler, Remove Image List
      
      * Remove Image and Custom Json Load
      
      * Remove Custom Nodes
      
      * remove patch.diff
      bb1503ed