latent-diffusion-deepspeed icon indicating copy to clipboard operation
latent-diffusion-deepspeed copied to clipboard

Finetune the 1.4B latent diffusion text2img-large checkpoint from CompVis using deepspeed. (work-in-progress)

Results 1 latent-diffusion-deepspeed issues
Sort by recently updated
recently updated
newest added

Hi, Thanks for your excellent work, Following this repo, I am trying to add the deepspeed code for the glide-finetune (https://github.com/afiaka87/glide-finetune). I find `self.local_files = file_paths[shard:][::num_shards]` brings some issues. In...