mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-06 02:30:30 -08:00
reorder training preprocessing modules in extras tab
using the order from before the rework
11d23e8ca5
This commit is contained in:
parent
de03882d6c
commit
3e068de0dc
4 changed files with 4 additions and 4 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue