-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TST Use different diffusion model for testing
So far, tests are using hf-internal-testing/tiny-stable-diffusion-torch for testing diffusion models. However, this model has some issues: - still uses pickle (.bin) instead of safetensors - there is a FutureWarning because of the config Now, using hf-internal-testing/tiny-sd-pipe instead which doesn't have those issues. On top of that, there is often a Hub error when loading the diffusion model, although it's unclear why this particular model is so prone to that. Maybe the new model eschews this error, but even if it doesn't, it is better to make the switch.
- Loading branch information
1 parent
6e30991
commit 83852ac
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters