Attemping to create an XY plot of a v-pred model when making an XY Plot causes it to forget that the model is v_pred like so:
Issue doesn't happen if I remove the XY Plot nodes and just sample directly (with a ModelSamplingDiscrete node).
Here is the workflow.json file. In order to reproduce, the model has to be v-pred.
I tried looking around to find where the issue comes from and I noticed that there is a call to load_checkpointhere which asks comfy to load the checkpoint here
Attemping to create an XY plot of a v-pred model when making an XY Plot causes it to forget that the model is v_pred like so:
Issue doesn't happen if I remove the XY Plot nodes and just sample directly (with a ModelSamplingDiscrete node).
Here is the workflow.json file. In order to reproduce, the model has to be v-pred.
I tried looking around to find where the issue comes from and I noticed that there is a call to
load_checkpoint
here which asks comfy to load the checkpoint here