huggingface / diffusers

🤗 Diffusers: State-of-the-art diffusion models for image and audio generation in PyTorch and FLAX.
https://huggingface.co/docs/diffusers
Apache License 2.0
26.1k stars 5.38k forks source link

Example script to train a VQ-VAE #4702

Closed jbdel closed 11 months ago

jbdel commented 1 year ago

Describe the solution you'd like Example script to train a VQ-VAE

Describe alternatives you've considered This example train_unconditional.py is close but requires some edits such as another loss, remove the noise added to image,...

sayakpaul commented 1 year ago

Feel free contribute a PR to add a community example.

bghira commented 1 year ago

3726 related

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.

Please note that issues that do not follow the contributing guidelines are likely to be ignored.

isamu-isozaki commented 1 year ago

Ah, I can make a pr of a vqgan script I have in open-muse for hacktoberfest! I know suraj has his own but as far as I can see, I think they are similar

github-actions[bot] commented 11 months ago

This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.

Please note that issues that do not follow the contributing guidelines are likely to be ignored.