Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
S
Stable Diffusion Webui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
novelai-storage
Stable Diffusion Webui
Commits
adcd65ba
Commit
adcd65ba
authored
Dec 30, 2023
by
AUTOMATIC1111
Committed by
GitHub
Dec 30, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #14367 from AUTOMATIC1111/reorder-post-processing-modules
reorder training preprocessing modules in extras tab
parents
f0e2e8b9
3e068de0
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
scripts/postprocessing_caption.py
scripts/postprocessing_caption.py
+1
-1
scripts/postprocessing_create_flipped_copies.py
scripts/postprocessing_create_flipped_copies.py
+1
-1
scripts/postprocessing_focal_crop.py
scripts/postprocessing_focal_crop.py
+1
-1
scripts/processing_autosized_crop.py
scripts/processing_autosized_crop.py
+1
-1
No files found.
scripts/postprocessing_caption.py
View file @
adcd65ba
...
@@ -4,7 +4,7 @@ import gradio as gr
...
@@ -4,7 +4,7 @@ import gradio as gr
class
ScriptPostprocessingCeption
(
scripts_postprocessing
.
ScriptPostprocessing
):
class
ScriptPostprocessingCeption
(
scripts_postprocessing
.
ScriptPostprocessing
):
name
=
"Caption"
name
=
"Caption"
order
=
40
0
0
order
=
40
4
0
def
ui
(
self
):
def
ui
(
self
):
with
ui_components
.
InputAccordion
(
False
,
label
=
"Caption"
)
as
enable
:
with
ui_components
.
InputAccordion
(
False
,
label
=
"Caption"
)
as
enable
:
...
...
scripts/postprocessing_create_flipped_copies.py
View file @
adcd65ba
...
@@ -6,7 +6,7 @@ import gradio as gr
...
@@ -6,7 +6,7 @@ import gradio as gr
class
ScriptPostprocessingCreateFlippedCopies
(
scripts_postprocessing
.
ScriptPostprocessing
):
class
ScriptPostprocessingCreateFlippedCopies
(
scripts_postprocessing
.
ScriptPostprocessing
):
name
=
"Create flipped copies"
name
=
"Create flipped copies"
order
=
40
0
0
order
=
40
3
0
def
ui
(
self
):
def
ui
(
self
):
with
ui_components
.
InputAccordion
(
False
,
label
=
"Create flipped copies"
)
as
enable
:
with
ui_components
.
InputAccordion
(
False
,
label
=
"Create flipped copies"
)
as
enable
:
...
...
scripts/postprocessing_focal_crop.py
View file @
adcd65ba
...
@@ -7,7 +7,7 @@ from modules.textual_inversion import autocrop
...
@@ -7,7 +7,7 @@ from modules.textual_inversion import autocrop
class
ScriptPostprocessingFocalCrop
(
scripts_postprocessing
.
ScriptPostprocessing
):
class
ScriptPostprocessingFocalCrop
(
scripts_postprocessing
.
ScriptPostprocessing
):
name
=
"Auto focal point crop"
name
=
"Auto focal point crop"
order
=
40
0
0
order
=
40
1
0
def
ui
(
self
):
def
ui
(
self
):
with
ui_components
.
InputAccordion
(
False
,
label
=
"Auto focal point crop"
)
as
enable
:
with
ui_components
.
InputAccordion
(
False
,
label
=
"Auto focal point crop"
)
as
enable
:
...
...
scripts/processing_autosized_crop.py
View file @
adcd65ba
...
@@ -28,7 +28,7 @@ def multicrop_pic(image: Image, mindim, maxdim, minarea, maxarea, objective, thr
...
@@ -28,7 +28,7 @@ def multicrop_pic(image: Image, mindim, maxdim, minarea, maxarea, objective, thr
class
ScriptPostprocessingAutosizedCrop
(
scripts_postprocessing
.
ScriptPostprocessing
):
class
ScriptPostprocessingAutosizedCrop
(
scripts_postprocessing
.
ScriptPostprocessing
):
name
=
"Auto-sized crop"
name
=
"Auto-sized crop"
order
=
40
0
0
order
=
40
2
0
def
ui
(
self
):
def
ui
(
self
):
with
ui_components
.
InputAccordion
(
False
,
label
=
"Auto-sized crop"
)
as
enable
:
with
ui_components
.
InputAccordion
(
False
,
label
=
"Auto-sized crop"
)
as
enable
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment