Skip to content

Commit cd49f15

Browse files
committed
remove unused code
1 parent 2b9208d commit cd49f15

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

scripts/xyz_grid.py

-11
Original file line numberDiff line numberDiff line change
@@ -95,17 +95,6 @@ def confirm_checkpoints_or_none(p, xs):
9595
raise RuntimeError(f"Unknown checkpoint: {x}")
9696

9797

98-
def apply_clip_skip(p, x, xs):
99-
opts.data["CLIP_stop_at_last_layers"] = x
100-
101-
102-
def apply_upscale_latent_space(p, x, xs):
103-
if x.lower().strip() != '0':
104-
opts.data["use_scale_latent_for_hires_fix"] = True
105-
else:
106-
opts.data["use_scale_latent_for_hires_fix"] = False
107-
108-
10998
def apply_size(p, x: str, xs) -> None:
11099
try:
111100
width, _, height = x.partition('x')

0 commit comments

Comments
 (0)