mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-04-09 06:19:01 +08:00
Revert "fix xyz clip"
This reverts commit edd766e70ae3ea8039e7b9e24d55fbd26792ef10.
This commit is contained in:
parent
edd766e70a
commit
123641e4ec
@ -94,10 +94,7 @@ def confirm_checkpoints(p, xs):
|
||||
|
||||
|
||||
def apply_clip_skip(p, x, xs):
|
||||
if opts.data["CLIP_stop_at_last_layers"] != x:
|
||||
opts.data["CLIP_stop_at_last_layers"] = x
|
||||
p.cached_c = [None, None]
|
||||
p.cached_uc = [None, None]
|
||||
opts.data["CLIP_stop_at_last_layers"] = x
|
||||
|
||||
|
||||
def apply_upscale_latent_space(p, x, xs):
|
||||
|
Loading…
x
Reference in New Issue
Block a user