jags111 / efficiency-nodes-comfyui

A collection of ComfyUI custom nodes.- Awesome smart way to work with nodes!
https://civitai.com/models/32342
GNU General Public License v3.0
969 stars 97 forks source link

Unable to create XY Plot with vpred model #112

Open ronan36880 opened 8 months ago

ronan36880 commented 8 months ago

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: image

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

jags111 commented 8 months ago

hey will look into this and update