Upload Lora
POST
/api/openapi/getLoraUploadUrl
⚠️ Important Notice
It can only be used with the
RHLoraLoader
node — other nodes cannot use it.📌 Key Points
md5Hex
value of the file.📥 Response Example
{
"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?..."
}
}
⬆️ Upload the Lora File
url
, upload the file using curl
(or another tool):
Replace @D:\temp\my-lora-name.safetensors
with the path to your actual Lora file.
✅ Ready to Use
by setting the
fileName
(e.g. api-lora-cn/f8d958506e6c8044f79ccd7c814c6179.safetensors
)as the input in the
RHLoraLoader
node.Request
Header Params
Host
string
optional
Example:
www.runninghub.ai
Body Params application/json
Request samples
Responses
Modified at 2025-05-28 11:38:00