"git@developer.sourcefind.cn:modelzoo/resnet50_tensorflow.git" did not exist on "3158727730ed9a7765d170a830f8099833fea608"
Commit cd07340d authored by comfyanonymous's avatar comfyanonymous
Browse files

Typo fix.

parent c3341228
......@@ -162,7 +162,7 @@ class BaseModel(torch.nn.Module):
c_concat = kwargs.get("noise_concat", None)
if c_concat is not None:
out['c_concat'] = comfy.conds.CONDNoiseShape(data)
out['c_concat'] = comfy.conds.CONDNoiseShape(c_concat)
return out
......
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