Skip to content

Conversation

@sjh00
Copy link

@sjh00 sjh00 commented Jun 9, 2025

  1. Update the usage of the new transforms v2.Compose method, add partial code for the Windows system to solve the error caused by the mismatch between the Python int maximum value and the C long maximum value on the Windows system, and address the issue that the code does not handle the lack of NCCL support on the Windows system.
  2. Use ImageIO to read images better, add support for AVIF/TIFF/BMP, and add support for reading the first frame of AVIF/WEBP images with frame dimensions (which could not be recognized before).
  3. Ensure that JSON files are saved in UTF-8 encoding to be compatible with file paths, names, and configuration text in more languages.

…imated formats. Ensure UTF-8 for multilingual.

1. Update the usage of the new transforms v2.Compose method, add partial code for the Windows system to solve the error caused by the mismatch between the Python int maximum value and the C long maximum value on the Windows system, and address the issue that the code does not handle the lack of NCCL support on the Windows system.
2. Use ImageIO to read images better, add support for AVIF/TIFF/BMP, and add support for reading the first frame of AVIF/WEBP images with frame dimensions (which could not be recognized before).
3. Ensure that JSON files are saved in UTF-8 encoding to be compatible with file paths, names, and configuration text in more languages.
@sjh00 sjh00 changed the title Fix Windows support. Add ImageIO for AVIF/TIFF/BMP support, handle animated formats. Ensure UTF-8 for multilingual. Fix Windows support. Add ImageIO for better image support, handle animated formats. Ensure UTF-8 for multilingual. Jun 9, 2025
sjh00 added 7 commits June 9, 2025 21:54
1. add triton or triton-windows
2. batch_linear_assignment --> .cpu().to(torch.float32)
3. use_reentrant=False
4. ensure the optimizer is executed before the scheduler
…gurations

Update requirements.txt to add aim dependency
Remove wandb imports in train_chroma_lora.py
Modify readme.md documentation and configuration examples
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant