nftblackmagic
nftblackmagic
``` srt_data = "" for index, entry in enumerate(chunks): start_time, end_time = entry['timestamp'] start_hours, start_minutes, start_seconds = int(start_time // 3600), int((start_time % 3600) // 60), start_time % 60 end_hours, end_minutes,...
I made an unofficial training code here. Still testing it. Please try if you like: https://github.com/nftblackmagic/IDM-VTON-training
You might need to check your jax version. I am use jax 0.4.19, it works. !pip install jax==0.4.19 !pip install -U "jax[cuda12_pip]==0.4.19" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
I made an unofficial training code here. Still testing it. Please try if you like: https://github.com/nftblackmagic/IDM-VTON-training