mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-06-08 23:06:47 +08:00
fix format
This commit is contained in:
parent
2d010f545c
commit
fff56de63c
@ -910,4 +910,4 @@ class UNetModel(nn.Module):
|
|||||||
if self.predict_codebook_ids:
|
if self.predict_codebook_ids:
|
||||||
return self.id_predictor(h)
|
return self.id_predictor(h)
|
||||||
else:
|
else:
|
||||||
return self.out(h)
|
return self.out(h)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user