R
Runpod•15mo ago
andrewwww

Fooocus loads the sdxl model too slowly

The time it takes to load the model has gone from 8 seconds to 30 seconds now. Does this have anything to do with me using Network Volume?
34 Replies
Unknown User
Unknown User•15mo ago
Message Not Public
Sign In & Join Server To View
andrewwww
andrewwwwOP•15mo ago
8 seconds is on other GPU cloud platforms, AutoDL
digigoblin
digigoblin•15mo ago
Network volumes are very slow, don't use them if speed matters
andrewwww
andrewwwwOP•15mo ago
I have a 100G model to load. Where can I find enough storage space without using Network Volume?
Madiator2011 (Work)
Madiator2011 (Work)•15mo ago
bake into docker image or copy from s3 bucket
andrewwww
andrewwwwOP•15mo ago
Where is the folder directory of Container Disk?
Madiator2011 (Work)
Madiator2011 (Work)•15mo ago
you dont want to save to conatiner storage you want to save to volume but note if you stop pod you can end up in 0 GPU mode
andrewwww
andrewwwwOP•15mo ago
I want to copy the model to the Container Disk and then load the model when I start a new machine.
digigoblin
digigoblin•15mo ago
You can do that but why? Regular persistent storage is fine too, its only network volumes that are slow usually Container storage is mounted at / and includes all OS stuff too
andrewwww
andrewwwwOP•15mo ago
I provide image generation services through the API. Each image may need to switch models, so the speed of loading models is very important to me.
digigoblin
digigoblin•15mo ago
Why do you want to use pods then? Surely serverless is better for that?
andrewwww
andrewwwwOP•15mo ago
I haven't delved into serverless yet, but I use a custom version of the Fooocus code Can Fooocus be customized without server?
digigoblin
digigoblin•15mo ago
Anything is possible but sounds like a lot of work.
andrewwww
andrewwwwOP•15mo ago
I didn't find the Fooocus serverless template, is there one now?
digigoblin
digigoblin•15mo ago
No
andrewwww
andrewwwwOP•15mo ago
How do I report a Pod that is performing very poorly?
Unknown User
Unknown User•15mo ago
Message Not Public
Sign In & Join Server To View
andrewwww
andrewwwwOP•15mo ago
Using Fooocus to load the sdxl model from the Container Disk still takes 30 seconds. Why? Normally it should take 5-10 seconds to complete.
Unknown User
Unknown User•15mo ago
Message Not Public
Sign In & Join Server To View
andrewwww
andrewwwwOP•15mo ago
I should have gotten rid of Network Volume and moved all models to Container Disk
Unknown User
Unknown User•15mo ago
Message Not Public
Sign In & Join Server To View
andrewwww
andrewwwwOP•15mo ago
Yes, so it should have nothing to do with Network Volume. I changed 3 Pods and loading the model is still slow. I don't know how to have normal model loading speed On RTX 4090
digigoblin
digigoblin•15mo ago
Use community cloud instead of secure cloud. Secure cloud seems to use the same disk as network storage even if you don't attach network storage to your pod.
andrewwww
andrewwwwOP•15mo ago
However, community cloud cannot use Network Volume to copy resources. How to start new services efficiently?
Unknown User
Unknown User•15mo ago
Message Not Public
Sign In & Join Server To View
andrewwww
andrewwwwOP•15mo ago
Would switching to community cloud solve the slow model loading issue?
Unknown User
Unknown User•15mo ago
Message Not Public
Sign In & Join Server To View
andrewwww
andrewwwwOP•15mo ago
Hope this doesn't waste my money and time😂
Unknown User
Unknown User•15mo ago
Message Not Public
Sign In & Join Server To View
andrewwww
andrewwwwOP•15mo ago
Yes, confirmed, the community cloud loads models very quickly Why can't the Container Disk with normal performance be used in the secure cloud using Network Volume?
Unknown User
Unknown User•15mo ago
Message Not Public
Sign In & Join Server To View
Madiator2011 (Work)
Madiator2011 (Work)•15mo ago
one host has multiple pods so I think if multiple use same host machine and if someone does intensive io tasks it might affect speeds. Though they are my speculations
digigoblin
digigoblin•15mo ago
Sounds very plausible
Unknown User
Unknown User•15mo ago
Message Not Public
Sign In & Join Server To View

Did you find this page helpful?