diffsketcher / api-config.json
jree423's picture
Upload folder using huggingface_hub
ffc93fc verified
raw
history blame
325 Bytes
{
"task": "text-to-image",
"framework": "custom",
"model_id": "jree423/diffsketcher",
"custom_handler": "handler.py:EndpointHandler",
"runtime": "python",
"runtime_version": "3.10",
"accelerator": "gpu",
"instance_type": "gpu-1x-a10g",
"max_batch_size": 1,
"max_concurrent_requests": 1,
"timeout": 300
}