Merge remote-tracking branch 'origin/master' into multigpu_support

This commit is contained in:
Jedrzej Kosinski
2025-01-28 06:11:07 -06:00
22 changed files with 412 additions and 163 deletions

View File

@@ -60,7 +60,6 @@ def convert_cond(cond):
temp = c[1].copy()
model_conds = temp.get("model_conds", {})
if c[0] is not None:
model_conds["c_crossattn"] = comfy.conds.CONDCrossAttn(c[0]) #TODO: remove
temp["cross_attn"] = c[0]
temp["model_conds"] = model_conds
temp["uuid"] = uuid.uuid4()