mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 09:14:35 +02:00
update accelerate and diffusers
This commit is contained in:
Submodule extensions-builtin/sd-dynamic-thresholding updated: cd91764a45...360ec2da06
Submodule extensions-builtin/sd-extension-system-info updated: ef06472be3...f96e2b010e
Submodule extensions-builtin/sd-webui-controlnet updated: c73c9451cf...274dd5df21
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user