CoolFace
Modelpublic

jree423/diffsketcher

sourceHugging Facemitupdated 1y agoView on Hugging Face
0likes40downloads
api-config.json13 linesDownload Raw Back to root
1{2  "task": "text-to-image",3  "framework": "custom",4  "model_id": "jree423/diffsketcher",5  "custom_handler": "handler.py:EndpointHandler",6  "runtime": "python",7  "runtime_version": "3.10",8  "accelerator": "gpu",9  "instance_type": "gpu-1x-a10g",10  "max_batch_size": 1,11  "max_concurrent_requests": 1,12  "timeout": 30013}