"vscode:/vscode.git/clone" did not exist on "856f87a18dd7c95669741386de13816e2d6ae818"
  1. 21 Nov, 2025 3 commits
  2. 24 Jul, 2025 1 commit
    • SMG's avatar
      feat: enable IP-Adapter (XLabs-AI/flux-ip-adapter-v2) support (#418) · 06b7a518
      SMG authored
      
      
      * feat: support IP-adapter
      
      * FBCache and comfyUI
      
      * fixing conflicts
      
      * update
      
      * update example
      
      * update example
      
      * style: make linter happy
      
      * update
      
      * update ipa test
      
      * add docs and rename IP to ip
      
      * docs: add docs for ipa
      
      * docs: add docs for ipa
      
      * add an example for pulid
      
      * update
      
      * save gpu memory
      
      * change the threshold to 0.8
      
      ---------
      Co-authored-by: default avatarMuyang Li <lmxyy1999@foxmail.com>
      06b7a518
  3. 07 Jul, 2025 1 commit
    • Hu Yaoqi's avatar
      fix: resolve issue with inability to correctly specify non-zero GPUs in multi-GPU systems (#404) · 1e621a58
      Hu Yaoqi authored
      * Fix: Correctly specify non-zero GPUs in multi-GPU environments
      
      This commit resolves an issue where the Nunchaku model could not be
      correctly initialized and run on a user-specified non-zero GPU in
      multi-GPU systems.
      
      Key changes include:
      - Using CUDADeviceContext in the FluxModel constructor to ensure
        the model and its submodules are created within the specified GPU context.
      - Modifying the logic in FluxModel::forward for copying residual data
        from CPU back to GPU, ensuring it returns to the correct original GPU device.
      - Adding explicit CUDA context management in Tensor::copy_ for data
        copy operations involving CUDA devices (H2D, D2H, D2D) to guarantee
        cudaMemcpyAsync executes on the correct device.
      
      These changes allow users to reliably run Nunchaku on any specified
      GPU in a multi-GPU setup.
      
      * finish pre-commit
      1e621a58
  4. 09 Jun, 2025 1 commit
    • K's avatar
      fix: upgrade pulid to 0.9.1 (#408) · 46f4251a
      K authored
      * upgrade pulid to 0.9.1,When the EVA CLIP config is not found, I use the built-in JSON parameters instead.The issue of repeated model downloads has been resolved, and the model path specified by ComfyUI will be faithfully used.
      
      style:apply black check
      
      style:apply isort check
      
      * fix callback bugs
      
      style: apply clang-format
      46f4251a
  5. 06 Jun, 2025 1 commit
  6. 20 May, 2025 2 commits
  7. 01 May, 2025 2 commits
    • Muyang Li's avatar
      style: upgrade the linter (#339) · 57e50f8d
      Muyang Li authored
      * style: reformated codes
      
      * style: reformated codes
      57e50f8d
    • K's avatar
      feat: PuLID support (#274) · b737368d
      K authored
      
      
      * add pulid
      
      * Add the feature that allows the mixed use of pulid and non-pulid after loading pulid to generate the pipeline.
      
      * Added the feature to load LoRA at any time.
      
      * Organized the directory structure.
      
      * Organized the code.
      
      * Removed unused related code from eva-clip.
      
      * style: apply Ruff formatting
      
      * Refactored code and verified pulid works.
      
      * add pulid tests
      
      * auto detect precision in test
      
      * Updated requirements.txt
      
      * update requirements
      
      * style: reformat the example
      
      * style: reformat the example
      
      * style: rename cb to call_back
      
      * style: format the codes
      
      * style: format the codes
      
      * reformated the codes
      
      * fix the repo forward
      
      * clean some dead codes
      
      * wrap up for pulid
      
      ---------
      Co-authored-by: default avatarkkkxue <kkkxue@tencent.com>
      Co-authored-by: default avatarmuyangli <lmxyy1999@foxmail.com>
      b737368d
  8. 25 Apr, 2025 1 commit
  9. 23 Apr, 2025 1 commit
  10. 19 Apr, 2025 1 commit
  11. 08 Apr, 2025 1 commit
  12. 04 Apr, 2025 3 commits
  13. 01 Apr, 2025 4 commits
  14. 07 Mar, 2025 1 commit
  15. 20 Feb, 2025 1 commit
  16. 11 Feb, 2025 1 commit
  17. 23 Jan, 2025 1 commit
  18. 11 Nov, 2024 2 commits
  19. 08 Nov, 2024 1 commit