mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-12-17 18:13:01 +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…
Reference in New Issue
Block a user