1. 15 Dec, 2023 1 commit
  2. 13 Dec, 2023 2 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