Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
S
stable-diffusion-webui
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
stable-diffusion-webui
Commits
a005fccd
Commit
a005fccd
authored
Jan 01, 2023
by
me
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a lot more elem_id/HTML id, modified some that were duplicates for seed section
parent
e672cfb0
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
134 additions
and
134 deletions
+134
-134
generation_parameters_copypaste.py
modules/generation_parameters_copypaste.py
+1
-1
ui.py
modules/ui.py
+127
-127
style.css
style.css
+6
-6
No files found.
modules/generation_parameters_copypaste.py
View file @
a005fccd
...
...
@@ -93,7 +93,7 @@ def integrate_settings_paste_fields(component_dict):
def
create_buttons
(
tabs_list
):
buttons
=
{}
for
tab
in
tabs_list
:
buttons
[
tab
]
=
gr
.
Button
(
f
"Send to {tab}"
)
buttons
[
tab
]
=
gr
.
Button
(
f
"Send to {tab}"
,
elem_id
=
f
"{tab}_tab"
)
return
buttons
...
...
modules/ui.py
View file @
a005fccd
This diff is collapsed.
Click to expand it.
style.css
View file @
a005fccd
...
...
@@ -73,7 +73,7 @@
margin-right
:
auto
;
}
#random_seed
,
#random_subseed
,
#reuse_seed
,
#reuse_subseed
,
#open_folder
{
[
id
$
=
_random_seed
],
[
id
$
=
_random_subseed
],
[
id
$
=
_reuse_seed
],
[
id
$
=
_reuse_subseed
]
,
#open_folder
{
min-width
:
auto
;
flex-grow
:
0
;
padding-left
:
0.25em
;
...
...
@@ -84,27 +84,27 @@
display
:
none
;
}
#seed_row
,
#subseed_row
{
[
id
$
=
_seed_row
],
[
id
$
=
_subseed_row
]
{
gap
:
0.5rem
;
}
#subseed_show_box
{
[
id
$
=
_subseed_show_box
]
{
min-width
:
auto
;
flex-grow
:
0
;
}
#subseed_show_box
>
div
{
[
id
$
=
_subseed_show_box
]
>
div
{
border
:
0
;
height
:
100%
;
}
#subseed_show
{
[
id
$
=
_subseed_show
]
{
min-width
:
auto
;
flex-grow
:
0
;
padding
:
0
;
}
#subseed_show
label
{
[
id
$
=
_subseed_show
]
label
{
height
:
100%
;
}
...
...
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