Commit 123641e4 authored by w-e-w's avatar w-e-w

Revert "fix xyz clip"

This reverts commit edd766e7.
parent edd766e7
......@@ -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):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment