1. 16 Dec, 2023 1 commit
  2. 15 Dec, 2023 7 commits
  3. 14 Dec, 2023 2 commits
  4. 13 Dec, 2023 4 commits
    • comfyanonymous's avatar
      Refactor and improve the sag node. · ba04a87d
      comfyanonymous authored
      Moved all the sag related code to comfy_extras/nodes_sag.py
      ba04a87d
    • Rafie Walker's avatar
      Implement Self-Attention Guidance (#2201) · 6761233e
      Rafie Walker authored
      * First SAG test
      
      * need to put extra options on the model instead of patcher
      
      * no errors and results seem not-broken
      
      * Use @ashen-uncensored formula, which works better!!!
      
      * Fix a crash when using weird resolutions. Remove an unnecessary UNet call
      
      * Improve comments, optimize memory in blur routine
      
      * SAG works with sampler_cfg_function
      6761233e
    • 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
    • comfyanonymous's avatar
      Support segmind vega model. · b454a67b
      comfyanonymous authored
      b454a67b
  5. 12 Dec, 2023 4 commits
  6. 11 Dec, 2023 4 commits
  7. 10 Dec, 2023 2 commits
  8. 09 Dec, 2023 8 commits
  9. 08 Dec, 2023 3 commits
  10. 07 Dec, 2023 4 commits
  11. 06 Dec, 2023 1 commit