cloud_diffusion
cloud_diffusion copied to clipboard
Distributed / Parallel version
Hi! Thanks for this project. Is there any distributed or parallel version, to run the code in multiple GPUs? Thanks
Not right now, but I would gladly review a PR that adds this feature to the MiniTrainer class. You could use Accelerate or just vanilla DDP.