I was wondering how you make an API request to use the custom model from the network volume. It seems that if we use
{"input": ..., "4":{
"inputs":{
"ckpt_name":"realistic_vision_v5.1.safetensors"},
"class_type":"CheckpointLoaderSimple"
}
}
it just uses whatever model was included in the image. I added the network volume in the endpoint configuration on runpod btw.
I was wondering how you make an API request to use the custom model from the network volume. It seems that if we use
it just uses whatever model was included in the image. I added the network volume in the endpoint configuration on runpod btw.