1. 11 Feb, 2024 1 commit
    • Steven Lu's avatar
      Safari: Draws certain elements on CPU. In case of search popup, can cause 10... · 02409c30
      Steven Lu authored
      Safari: Draws certain elements on CPU. In case of search popup, can cause 10 seconds+ main thread lock due to painting. (#2763)
      
      * lets toggle this setting first.
      
      * also makes it easier for debug. I'll be honest this is generally preferred behavior as well for me but I ain't no power user shrug.
      
      * attempting trick to put the work for filter: brightness on GPU as a first attempt before falling back to not using filter for large lists!
      
      * revert litegraph.core.js changes from branch
      
      * oops
      02409c30
  2. 06 Feb, 2024 2 commits
  3. 03 Feb, 2024 1 commit
  4. 02 Feb, 2024 1 commit
  5. 01 Feb, 2024 1 commit
  6. 31 Jan, 2024 2 commits
  7. 30 Jan, 2024 3 commits
  8. 29 Jan, 2024 1 commit
  9. 24 Jan, 2024 1 commit
  10. 23 Jan, 2024 1 commit
  11. 22 Jan, 2024 2 commits
  12. 16 Jan, 2024 2 commits
  13. 15 Jan, 2024 1 commit
  14. 14 Jan, 2024 1 commit
  15. 13 Jan, 2024 5 commits
  16. 08 Jan, 2024 1 commit
    • pythongosssss's avatar
      Store user settings/data on the server and multi user support (#2160) · 235727fe
      pythongosssss authored
      * wip per user data
      
      * Rename, hide menu
      
      * better error
      rework default user
      
      * store pretty
      
      * Add userdata endpoints
      Change nodetemplates to userdata
      
      * add multi user message
      
      * make normal arg
      
      * Fix tests
      
      * Ignore user dir
      
      * user tests
      
      * Changed to default to browser storage and add server-storage arg
      
      * fix crash on empty templates
      
      * fix settings added before load
      
      * ignore parse errors
      235727fe
  17. 31 Dec, 2023 1 commit
  18. 27 Dec, 2023 2 commits
  19. 26 Dec, 2023 1 commit
  20. 21 Dec, 2023 1 commit
    • comfyanonymous's avatar
      Litegraph updates. · d35267e8
      comfyanonymous authored
      Update from upstream repo.
      
      Auto select value in prompt.
      
      Increase maximum number of nodes to 10k.
      d35267e8
  21. 19 Dec, 2023 1 commit
  22. 16 Dec, 2023 1 commit
  23. 13 Dec, 2023 1 commit
    • pythongosssss's avatar
      Group node fixes (#2259) · 39007890
      pythongosssss authored
      * Prevent cleaning graph state on undo/redo
      
      * Remove pause rendering due to LG bug
      
      * Fix crash on disconnected internal reroutes
      
      * Fix widget inputs being incorrect order and value
      
      * Fix initial primitive values on connect
      
      * basic support for basic rerouted converted inputs
      
      * Populate primitive to reroute input
      
      * dont crash on bad primitive links
      
      * Fix convert to group changing control value
      
      * reduce restrictions
      
      * fix random crash in tests
      39007890
  24. 11 Dec, 2023 1 commit
  25. 10 Dec, 2023 1 commit
    • Dr.Lt.Data's avatar
      mask editor bugfix · 69033081
      Dr.Lt.Data authored
      - Addressing the issue where an unnecessary hidden panel disrupts the drawing.
      69033081
  26. 09 Dec, 2023 1 commit
  27. 06 Dec, 2023 1 commit
  28. 05 Dec, 2023 2 commits