readme extras for VRAM for

added missing packages to requirements for #74
add support for negative numbers in X/Y plot (plus ranges) #73
changed progressbar to work properly with custom modes
This commit is contained in:
AUTOMATIC
2022-09-06 10:11:25 +03:00
parent beece7d85c
commit 395f170597
7 changed files with 45 additions and 11 deletions

View File

@@ -123,7 +123,7 @@ queue_lock = threading.Lock()
def wrap_gradio_gpu_call(func):
def f(*args, **kwargs):
shared.state.sampling_step = 0
shared.state.job_count = 1
shared.state.job_count = -1
shared.state.job_no = 0