update accelerate and diffusers

This commit is contained in:
Vladimir Mandic
2023-03-14 07:56:10 -04:00
parent eb960aa71c
commit 3d42e60426
6 changed files with 6 additions and 7 deletions
-1
View File
@@ -26,7 +26,6 @@ stored_commit_hash = None
skip_install = False
warnings.filterwarnings(action="ignore", category=UserWarning)
warnings.filterwarnings(action="ignore", category=DeprecationWarning)
def check_python_version():
is_windows = platform.system() == "Windows"
+2 -2
View File
@@ -1,5 +1,5 @@
accelerate==0.16.0
diffusers==0.12.1
accelerate==0.17.1
diffusers==0.14.0
einops==0.4.1
fastapi==0.94.0
gfpgan==1.3.8
+1 -1
View File
@@ -19,7 +19,7 @@ startup_timer = timer.Timer()
import torch
import pytorch_lightning # pytorch_lightning should be imported after torch, but it re-enables warnings on import so import once to disable them
warnings.filterwarnings(action="ignore", category=DeprecationWarning)
warnings.filterwarnings(action="ignore", category=DeprecationWarning, module="pytorch_lightning")
startup_timer.record("import torch")
import gradio