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
f207eb7a
Commit
f207eb7a
authored
Nov 27, 2023
by
aria1th
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix ruff in hypertile_xyz.py
parent
601a7b4c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
extensions-builtin/hypertile/scripts/hypertile_xyz.py
extensions-builtin/hypertile/scripts/hypertile_xyz.py
+2
-2
No files found.
extensions-builtin/hypertile/scripts/hypertile_xyz.py
View file @
f207eb7a
...
...
@@ -46,8 +46,8 @@ def add_axis_options():
xyz_grid
.
AxisOption
(
"[Hypertile] VAE Max Tile Size"
,
int
,
int_applier
(
"hypertile_max_tile_vae"
,
0
,
512
)),
xyz_grid
.
AxisOption
(
"[Hypertile] VAE Swap Size"
,
int
,
int_applier
(
"hypertile_swap_size_vae"
,
0
,
64
)),
]
set_a
=
set
(
[
opt
.
label
for
opt
in
xyz_grid
.
axis_options
]
)
set_b
=
set
(
[
opt
.
label
for
opt
in
extra_axis_options
]
)
set_a
=
set
(
opt
.
label
for
opt
in
xyz_grid
.
axis_options
)
set_b
=
set
(
opt
.
label
for
opt
in
extra_axis_options
)
if
set_a
.
intersection
(
set_b
):
return
...
...
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