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
25.4k stars 5.26k forks source link

[Tests] fast tests single file checkpoints #6515

Open sayakpaul opened 8 months ago

sayakpaul commented 8 months ago

Even though we support loading single file checkpoints via from_single_file(), we only run SLOW tests for them. It's better if we had a fast testing suite for them too.

@DN6 would you like to give this a try while you're at refactoring the single file loaders?

patrickvonplaten commented 8 months ago

Very much agree - @DN6 this should be added to: https://github.com/huggingface/diffusers/pull/6428

sayakpaul commented 7 months ago

@DN6 a gentle ping here. I think it's still quite relevant.

sayakpaul commented 7 months ago

Have started working on it: https://github.com/huggingface/diffusers/tree/single-file-ckpt-fast-tests. But before that we need:

@DN6

github-actions[bot] commented 7 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.

github-actions[bot] commented 6 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.

github-actions[bot] commented 5 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.

github-actions[bot] commented 2 weeks 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.