[tests] diffuser models in model zoo (#3136)

* [tests] diffuser models in model zoo

* remove useless code

* [tests] add diffusers to requirement-test
This commit is contained in:
HELSON
2023-03-14 17:20:28 +08:00
committed by GitHub
parent 1a46e71e07
commit 1216d1e7bd
5 changed files with 125 additions and 95 deletions

View File

@@ -1,4 +1,4 @@
from . import timm
from . import diffusers, timm
from .registry import model_zoo
__all__ = ['model_zoo']