- 08 Jul, 2025 10 commits
- 07 Jul, 2025 2 commits
-
-
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
-
SMG authored
* fix:txt2_img pipe and controlnet pipe share components * add the test script * comfyUI bug fix * garbage collection * wrap the test --------- Co-authored-by:Muyang Li <lmxyy1999@foxmail.com>
-
- 06 Jul, 2025 1 commit
-
-
Muyang Li authored
* fix the use count * update * change the example step to 20 * allow embedding website * support fp4 on blackwell * fp4 kontext runnable * add more examples * add kontext examples
-
- 30 Jun, 2025 9 commits
-
-
Muyang Li authored
-
Muyang Li authored
chore: update the kontext support
-
Muyang Li authored
* update kontext examples * update tests * add tests for kontext * remove the warning of txt_ids and img_ids * chore: add kontext to be synced from hf to ms * add kontext demo * make linter happy * style: make linter happy * update docs
-
Muyang Li authored
-
Muyang Li authored
-
Muyang Li authored
-
Muyang Li authored
-
Muyang Li authored
-
Muyang Li authored
-
- 28 Jun, 2025 2 commits
- 19 Jun, 2025 1 commit
-
-
Muyang Li authored
-
- 16 Jun, 2025 3 commits
- 15 Jun, 2025 1 commit
-
-
Muyang Li authored
* change the model path * change the model path * fix the model paths * rename facexlib_path to facexlib_dirpath * add start_timestep and end_timestep * no need to download the files if the folder exists
-
- 12 Jun, 2025 1 commit
-
-
Muyang Li authored
* kohya supported * add a test for the LoRA * add a gc
-
- 09 Jun, 2025 1 commit
-
-
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
-
- 08 Jun, 2025 1 commit
-
-
Muyang Li authored
-
- 06 Jun, 2025 3 commits
- 05 Jun, 2025 3 commits
- 04 Jun, 2025 2 commits