Fix MiniMax H3 latent noise mask sampling (#15322)
This commit is contained in:
parent
15989f87ca
commit
563b98eefb
|
|
@ -2112,9 +2112,6 @@ class MiniMaxH3(BaseModel):
|
||||||
out['minimax_payload'] = comfy.conds.CONDConstant(payload)
|
out['minimax_payload'] = comfy.conds.CONDConstant(payload)
|
||||||
return out
|
return out
|
||||||
|
|
||||||
def scale_latent_inpaint(self, sigma, noise, latent_image, **kwargs):
|
|
||||||
return latent_image
|
|
||||||
|
|
||||||
class TripoSplat(BaseModel):
|
class TripoSplat(BaseModel):
|
||||||
def __init__(self, model_config, model_type=ModelType.FLOW, device=None):
|
def __init__(self, model_config, model_type=ModelType.FLOW, device=None):
|
||||||
super().__init__(model_config, model_type, device=device, unet_model=comfy.ldm.triposplat.model.LatentSeqMMFlowModel)
|
super().__init__(model_config, model_type, device=device, unet_model=comfy.ldm.triposplat.model.LatentSeqMMFlowModel)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue