diff --git a/.runpod/tests.json b/.runpod/tests.json index 5fb4c8d..88327e9 100644 --- a/.runpod/tests.json +++ b/.runpod/tests.json @@ -1,36 +1 @@ -{ - "tests": [ - { - "name": "basic_test", - "input": { - "prompt": "A majestic steampunk dragon soaring through a cloudy sky, intricate clockwork details, golden hour lighting, highly detailed", - "negative_prompt": "blurry, low quality, deformed, ugly, text, watermark, signature", - "height": 1024, - "width": 1024, - "num_inference_steps": 25, - "refiner_inference_steps": 50, - "guidance_scale": 7.5, - "strength": 0.3, - "high_noise_frac": 0.8, - "seed": 42, - "scheduler": "K_EULER", - "num_images": 1, - "image_url": null - }, - "timeout": 10000 - } - ], - "config": { - "gpuTypeId": "NVIDIA GeForce RTX 4090", - "gpuCount": 1, - "allowedCudaVersions": [ - "12.7", - "12.6", - "12.5", - "12.4", - "12.3", - "12.2", - "12.1" - ] - } -} +{\n \"tests\": [\n {\n \"name\": \"Basic Functionality Test\",\n \"input\": {\n \"input\": {\n \"prompt\": \"A beautiful landscape with mountains and a lake\",\n \"negative_prompt\": \"ugly, blurry\",\n \"num_inference_steps\": 30,\n \"guidance_scale\": 7.5\n }\n },\n \"expected\": {\n \"status\": \"success\"\n }\n }\n ]\n} \ No newline at end of file