aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/postprocessing_caption.py
diff options
context:
space:
mode:
authorw-e-w <40751091+w-e-w@users.noreply.github.com>2023-12-19 09:48:49 +0000
committerw-e-w <40751091+w-e-w@users.noreply.github.com>2023-12-19 09:48:49 +0000
commit3e068de0dcec811d515402fc184f70709a785e4f (patch)
tree186b225b5ba0eef86f3025b24e0b59521266bf2a /scripts/postprocessing_caption.py
parentde03882d6ca56bc81058f5120f028678a6a54aaa (diff)
downloadstable-diffusion-webui-gfx803-3e068de0dcec811d515402fc184f70709a785e4f.tar.gz
stable-diffusion-webui-gfx803-3e068de0dcec811d515402fc184f70709a785e4f.tar.bz2
stable-diffusion-webui-gfx803-3e068de0dcec811d515402fc184f70709a785e4f.zip
reorder training preprocessing modules in extras tab
using the order from before the rework 11d23e8ca55c097ecfa255a05b63f194e25f08be
Diffstat (limited to 'scripts/postprocessing_caption.py')
-rw-r--r--scripts/postprocessing_caption.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/postprocessing_caption.py b/scripts/postprocessing_caption.py
index 9482a03c..5592a898 100644
--- a/scripts/postprocessing_caption.py
+++ b/scripts/postprocessing_caption.py
@@ -4,7 +4,7 @@ import gradio as gr
class ScriptPostprocessingCeption(scripts_postprocessing.ScriptPostprocessing):
name = "Caption"
- order = 4000
+ order = 4040
def ui(self):
with ui_components.InputAccordion(False, label="Caption") as enable: