RHLoraLoader node — other nodes cannot use it.md5Hex value of the file.{
"code": 0,
"msg": "success",
"data": {
"fileName": "api-lora-cn/f8d958506e6c8044f79ccd7c814c6179.safetensors",
"url": "https://rh-models-1252422369.cos.ap-beijing.myqcloud.com/api-lora-cn/f8d958506e6c8044f79ccd7c814c6179.safetensors?..."
}
}url, upload the file using curl (or another tool):Replace @D:\temp\my-lora-name.safetensorswith the path to your actual Lora file.
fileName (e.g. api-lora-cn/f8d958506e6c8044f79ccd7c814c6179.safetensors)RHLoraLoader node.{
"apiKey": "{{apiKey}}",
"loraName": "my-lora-name",
"md5Hex": "f8d958506e6c8044f79ccd7c814c6179"
}curl --location --request POST 'https://www.runninghub.ai/api/openapi/getLoraUploadUrl' \
--header 'Host: www.runninghub.ai' \
--header 'Authorization: Bearer [Your API KEY]' \
--header 'Content-Type: application/json' \
--data-raw '{
"apiKey": "Please enter your own apiKey and keep it safe.",
"loraName": "my-lora-name",
"md5Hex": "f8d958506e6c8044f79ccd7c814c6179"
}'{
"code": 0,
"msg": "success",
"data": {
"fileName": "api-lora-cn/f8d958506e6c8044f79ccd7c814c6179.safetensors",
"url": "https://rh-models-1252422369.cos.ap-beijing.myqcloud.com/api-lora-cn/f8d958506e6c8044f79ccd7c814c6179.safetensors?q-sign-algorithm=sha1&q-ak=AKIDv56FISEJUsKsMeELk0gmbNCGKTYSaZ3N&q-sign-time=1742889838%3B1742893438&q-key-time=1742889838%3B1742893438&q-header-list=host&q-url-param-list=&q-signature=72361dbd6e4eb58ba32fb575400f942f097e47ea"
}
}