mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-02-04 06:59:59 +00:00
reorder training preprocessing modules in extras tab
using the order from before the rework
11d23e8ca5
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user