#How to bake models checkpoints in docker images in ComfyUI

9 messages · Page 1 of 1 (latest)

sudden badge
#

I've seen in the earlier discussion that it is faster to bake models in the images thanks to runpod flashboot, in https://discordapp.com/channels/912829806415085598/1364592893867724910. Thanks to @hardy creek for explaining it!
Does that mean I have to bake comfyUI git repo and all the other custom nodes and requirements too?
And how does it make it faster then just using network volume?

hardy bridgeBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

crystal silo
#

it is faster because it uses Container Disk
instead of reading the files from Network volume / storage

#

Does that mean I have to bake comfyUI git repo and all the other custom nodes and requirements too? Yes sure, this is an easy way

#

comfyui might load abit faster than if you place the comfyui in network storage

sudden badge
#

Or am I understanding it wrong? because it seems to me that you are saying that comfyui can be placed in network volume, without adding it to the image.

crystal silo
#

yes either those 2 in image or copy it to /workspace then run from there

hardy bridgeBOT