chrisgoringe / cg-image-picker

198 stars 13 forks source link

Problems with partial workflow being dumped in output images #80

Closed robmacl closed 5 months ago

robmacl commented 5 months ago

I've had problems where the dumped workflow in a saved image is missing all of the stuff upstream of the chooser node. I think maybe this happens when I use the restart option. This workflow has two level choosing, and the second doesn't connect the latent input. astro_00023_ astro_cathedral_workflow.json

chrisgoringe commented 5 months ago

This is inevitable due to the way that the restart works. When you do a restart, only the part of the workflow that is used gets submitted and therefore added to the image.

Not ideal, but no realistic way of changing it.