aboutsummaryrefslogtreecommitdiffstats
path: root/modules/shared.py
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2022-09-06 07:11:25 +0000
committerAUTOMATIC <16777216c@gmail.com>2022-09-06 07:11:25 +0000
commit395f1705979193a0525e1479f0d263e9751e3793 (patch)
treef18ac2c247a780728aa61972d27170b655ff7579 /modules/shared.py
parentbeece7d85cdcf160a0dc0ba05721d64f6afc867a (diff)
downloadstable-diffusion-webui-gfx803-395f1705979193a0525e1479f0d263e9751e3793.tar.gz
stable-diffusion-webui-gfx803-395f1705979193a0525e1479f0d263e9751e3793.tar.bz2
stable-diffusion-webui-gfx803-395f1705979193a0525e1479f0d263e9751e3793.zip
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
Diffstat (limited to 'modules/shared.py')
-rw-r--r--modules/shared.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/shared.py b/modules/shared.py
index 53861daf..d57aba37 100644
--- a/modules/shared.py
+++ b/modules/shared.py
@@ -54,6 +54,7 @@ class State:
self.job_no += 1
self.sampling_step = 0
+
state = State()
artist_db = modules.artists.ArtistsDatabase(os.path.join(script_path, 'artists.csv'))