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
82e2e253
Commit
82e2e253
authored
Feb 10, 2024
by
Andray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ResizeHandleRow png_info and train
parent
d69a7944
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/ui.py
modules/ui.py
+2
-2
No files found.
modules/ui.py
View file @
82e2e253
...
@@ -863,7 +863,7 @@ def create_ui():
...
@@ -863,7 +863,7 @@ def create_ui():
ui_postprocessing
.
create_ui
()
ui_postprocessing
.
create_ui
()
with
gr
.
Blocks
(
analytics_enabled
=
False
)
as
pnginfo_interface
:
with
gr
.
Blocks
(
analytics_enabled
=
False
)
as
pnginfo_interface
:
with
gr
.
Row
(
equal_height
=
False
):
with
ResizeHandle
Row
(
equal_height
=
False
):
with
gr
.
Column
(
variant
=
'panel'
):
with
gr
.
Column
(
variant
=
'panel'
):
image
=
gr
.
Image
(
elem_id
=
"pnginfo_image"
,
label
=
"Source"
,
source
=
"upload"
,
interactive
=
True
,
type
=
"pil"
)
image
=
gr
.
Image
(
elem_id
=
"pnginfo_image"
,
label
=
"Source"
,
source
=
"upload"
,
interactive
=
True
,
type
=
"pil"
)
...
@@ -891,7 +891,7 @@ def create_ui():
...
@@ -891,7 +891,7 @@ def create_ui():
with
gr
.
Row
(
equal_height
=
False
):
with
gr
.
Row
(
equal_height
=
False
):
gr
.
HTML
(
value
=
"<p style='margin-bottom: 0.7em'>See <b><a href=
\"
https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Textual-Inversion
\"
>wiki</a></b> for detailed explanation.</p>"
)
gr
.
HTML
(
value
=
"<p style='margin-bottom: 0.7em'>See <b><a href=
\"
https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Textual-Inversion
\"
>wiki</a></b> for detailed explanation.</p>"
)
with
gr
.
Row
(
variant
=
"compact"
,
equal_height
=
False
):
with
ResizeHandle
Row
(
variant
=
"compact"
,
equal_height
=
False
):
with
gr
.
Tabs
(
elem_id
=
"train_tabs"
):
with
gr
.
Tabs
(
elem_id
=
"train_tabs"
):
with
gr
.
Tab
(
label
=
"Create embedding"
,
id
=
"create_embedding"
):
with
gr
.
Tab
(
label
=
"Create embedding"
,
id
=
"create_embedding"
):
...
...
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