"vscode:/vscode.git/clone" did not exist on "3b2e50a16a2c2ecf8eff63444964e8c4381fcdf9"
  1. 27 Jun, 2024 3 commits
  2. 26 Jun, 2024 2 commits
  3. 25 Jun, 2024 1 commit
    • pythongosssss's avatar
      New Menu & Workflow Management (#3112) · 90aebb6c
      pythongosssss authored
      * menu
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * workflow saving/loading
      
      * Support inserting workflows
      Move buttosn to top of lists
      
      * fix session storage
      implement renaming
      
      * temp
      
      * refactor, better workflow instance management
      
      * wip
      
      * progress on progress
      
      * added send to workflow
      various fixes
      
      * Support multiple image loaders
      
      * Support dynamic size breakpoints based on content
      
      * various fixes
      add close unsaved warning
      
      * Add filtering tree
      
      * prevent renaming unsaved
      
      * fix zindex on hover
      
      * fix top offset
      
      * use filename as workflow name
      
      * resize on setting change
      
      * hide element until it is drawn
      
      * remove glow
      
      * Fix export name
      
      * Fix test, revert accidental changes to groupNode
      
      * Fix colors on all themes
      
      * show hover items on smaller screen (mobile)
      
      * remove debugging code
      
      * dialog fix
      
      * Dont reorder open workflows
      Allow elements around canvas
      
      * Toggle body display on setting change
      
      * Fix menu disappearing on chrome
      
      * Increase delay when typing, remove margin on Safari, fix dialog location
      
      * Fix overflow issue on iOS
      
      * Add reset view button
      Prevent view changes causing history entries
      
      * Bottom menu wip
      
      * Various fixes
      
      * Fix merge
      
      * Fix breaking old menu position
      
      * Fix merge adding restore view to loadGraphData
      90aebb6c
  4. 17 Jun, 2024 1 commit
  5. 03 Jun, 2024 1 commit
  6. 27 May, 2024 2 commits
  7. 25 May, 2024 1 commit
  8. 23 May, 2024 1 commit
    • comfyanonymous's avatar
      Remove the CTRL-Delete keybind. · 6507a9c7
      comfyanonymous authored
      On some keyboards it's apparently too easy to accidentally do CTRL-Delete
      when pressing CTRL-Enter repeatedly.
      
      CTRL-Backspace can still be used to clear the workflow.
      6507a9c7
  9. 17 May, 2024 2 commits
  10. 13 May, 2024 1 commit
  11. 10 May, 2024 2 commits
  12. 07 May, 2024 1 commit
  13. 05 May, 2024 1 commit
  14. 03 May, 2024 1 commit
  15. 02 May, 2024 1 commit
  16. 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
  17. 17 Apr, 2024 2 commits
  18. 13 Apr, 2024 1 commit
  19. 12 Apr, 2024 2 commits
  20. 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
  21. 05 Apr, 2024 1 commit
  22. 19 Feb, 2024 1 commit
  23. 11 Feb, 2024 2 commits
  24. 06 Feb, 2024 2 commits
  25. 03 Feb, 2024 1 commit
  26. 02 Feb, 2024 1 commit
  27. 01 Feb, 2024 1 commit
  28. 31 Jan, 2024 2 commits
  29. 30 Jan, 2024 1 commit