1. 03 Jun, 2024 1 commit
  2. 27 May, 2024 1 commit
  3. 25 May, 2024 1 commit
  4. 13 May, 2024 1 commit
  5. 10 May, 2024 2 commits
  6. 07 May, 2024 1 commit
  7. 03 May, 2024 1 commit
  8. 02 May, 2024 1 commit
  9. 17 Apr, 2024 2 commits
  10. 06 Apr, 2024 1 commit
    • Gorka Eguileor's avatar
      Improve A1111 metadata parsing (#3216) · de172f8b
      Gorka Eguileor authored
      * A1111 import: Set VAE name
      
      This patch sets the VAE name for the `VAELoader` when present in the png
      metadata.
      
      * A1111 import: Skip all hashes
      
      When importing from A1111 the parsing assumes that values of a key will
      never contain a ":", which is not correct.
      
      There are 2 cases where we can have ":" in the value:
      
      - Inside a string. E.g.:
        Lora hashes: "xl_more_art-full_v1: fe3b4816be83, add-detail-xl: 9c783c8ce46c"
      
      - When the value is a json dictionary. E.g.:
        Hashes: {"vae": "63aeecb90f", "embed:negativeXL_D": "fff5d51ab6"}
      
      This patch changes how we parse the metadata to take those 2 cases into
      account and also skips the following additional keys that are present in
      some Forge images:
      
      - Version
      - VAE hash
      - TI hashes
      - Lora hashes
      - Hashes
      
      * A1111 import: Parse Hires steps
      
      This patch parses the `Hires steps` parameter that is part of the High
      Resolution Upscale configuration when it  is present, and fallbacks to
      the one from the `samplerNode` (like the code currently does) if it's
      not present.
      de172f8b
  11. 19 Feb, 2024 1 commit
  12. 06 Feb, 2024 1 commit
  13. 02 Feb, 2024 1 commit
  14. 01 Feb, 2024 1 commit
  15. 29 Jan, 2024 1 commit
  16. 23 Jan, 2024 1 commit
  17. 22 Jan, 2024 2 commits
  18. 16 Jan, 2024 1 commit
    • pythongosssss's avatar
      Auto queue on change (#2542) · 93bbe3f4
      pythongosssss authored
      * Add toggle to enable auto queue when graph is changed
      
      * type fix
      
      * better
      
      * better alignment
      
      * Change undoredo to not ignore inputs when autoqueue in change mode
      93bbe3f4
  19. 15 Jan, 2024 1 commit
  20. 14 Jan, 2024 1 commit
  21. 13 Jan, 2024 3 commits
  22. 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
  23. 31 Dec, 2023 1 commit
  24. 27 Dec, 2023 2 commits
  25. 26 Dec, 2023 1 commit
  26. 19 Dec, 2023 1 commit
  27. 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
  28. 11 Dec, 2023 1 commit
  29. 05 Dec, 2023 1 commit
  30. 03 Dec, 2023 2 commits
  31. 02 Dec, 2023 2 commits
  32. 01 Dec, 2023 1 commit