1. 02 May, 2024 1 commit
  2. 18 Apr, 2024 1 commit
    • Torbjörn Lönnemark's avatar
      Improve node input/widget conversion sub-menus (#3281) · a88b0ebc
      Torbjörn Lönnemark authored
      * Make input/widget conversion sub-menus optional
      
      * Improve input/widget conversion sub-menu text
      
      - Fix incorrect text for conversion from widget to input, previously it
        effectively said "convert input to input"
      - Use "input" instead of "🔘".  The former is clearer and consistent
        with the rest of the application.
      - Use title case (consistent with the rest of the menu entries).
      - Strip the trailing periods. There is already a visual indicator for
        sub-menus, and no other sub-menus use trailing periods.
      a88b0ebc
  3. 17 Apr, 2024 2 commits
  4. 13 Apr, 2024 1 commit
  5. 12 Apr, 2024 2 commits
  6. 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
  7. 05 Apr, 2024 1 commit
  8. 19 Feb, 2024 1 commit
  9. 11 Feb, 2024 2 commits
  10. 06 Feb, 2024 2 commits
  11. 03 Feb, 2024 1 commit
  12. 02 Feb, 2024 1 commit
  13. 01 Feb, 2024 1 commit
  14. 31 Jan, 2024 2 commits
  15. 30 Jan, 2024 3 commits
  16. 29 Jan, 2024 1 commit
  17. 24 Jan, 2024 1 commit
  18. 23 Jan, 2024 1 commit
  19. 22 Jan, 2024 2 commits
  20. 16 Jan, 2024 2 commits
  21. 15 Jan, 2024 1 commit
  22. 14 Jan, 2024 1 commit
  23. 13 Jan, 2024 5 commits
  24. 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
  25. 31 Dec, 2023 1 commit
  26. 27 Dec, 2023 2 commits