aboutsummaryrefslogtreecommitdiffstats
path: root/modules/shared.py
diff options
context:
space:
mode:
authorJosh R <josh@joshrubenstein.com>2023-01-14 23:26:45 +0000
committerJosh R <josh@joshrubenstein.com>2023-01-14 23:26:45 +0000
commit9ef41df6f9043d58fbbeea1f06be8e5c8622248b (patch)
tree7d51250a8d4c03d8d05cfab33d75e87656c39ff0 /modules/shared.py
parentce9827a7c51a9f69bf62c634e35d34fa75ee1833 (diff)
downloadstable-diffusion-webui-gfx803-9ef41df6f9043d58fbbeea1f06be8e5c8622248b.tar.gz
stable-diffusion-webui-gfx803-9ef41df6f9043d58fbbeea1f06be8e5c8622248b.tar.bz2
stable-diffusion-webui-gfx803-9ef41df6f9043d58fbbeea1f06be8e5c8622248b.zip
add inpaint masking controls to orderable section that the settings can order
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 51df056c..7ce8003f 100644
--- a/modules/shared.py
+++ b/modules/shared.py
@@ -116,6 +116,7 @@ restricted_opts = {
}
ui_reorder_categories = [
+ "masking",
"sampler",
"dimensions",
"cfg",