1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-29 07:22:12 +03:00

Release: v0.16.0

This commit is contained in:
Patrick von Platen
2023-04-26 13:35:01 +02:00
committed by Daniel Gu
parent f83fbbdc56
commit 4cc60b53d8
15 changed files with 15 additions and 15 deletions

View File

@@ -56,7 +56,7 @@ from diffusers.utils.import_utils import is_xformers_available
# Will error if the minimal version of diffusers is not installed. Remove at your own risks.
check_min_version("0.15.0.dev0")
check_min_version("0.16.0")
logger = get_logger(__name__)