Skip to content

Commit

Permalink
Add more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fofr committed Jan 28, 2025
1 parent 63e7714 commit 350d6c9
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions cog-safe-push-configs/default.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Live model
model: fofr/sandbox
model: fofr/any-comfyui-workflow

# A private model to run the test against before pushing
test_model: fofr/any-comfyui-workflow-staging
Expand All @@ -8,7 +8,27 @@ test_hardware: gpu-l40s
# Tests
predict:
compare_outputs: false
predict_timeout: 300
predict_timeout: 600
test_cases:
- inputs:
workflow_json: https://raw.githubusercontent.com/fofr/cog-comfyui/refs/heads/main/examples/api_workflows/sd15_txt2img.json
- inputs:
workflow_json: https://raw.githubusercontent.com/fofr/cog-comfyui/refs/heads/main/examples/api_workflows/flux_pulid_with_attn_mask_api.json
- inputs:
workflow_json: https://raw.githubusercontent.com/fofr/cog-comfyui/refs/heads/main/examples/api_workflows/advanced_live_portrait_api.json
- inputs:
workflow_json: https://raw.githubusercontent.com/fofr/cog-comfyui/refs/heads/main/examples/api_workflows/brushnet_powerpaint_api.json
- inputs:
workflow_json: https://raw.githubusercontent.com/fofr/cog-comfyui/refs/heads/main/examples/api_workflows/comfyui_essentials_all_workflows.json
- inputs:
workflow_json: https://raw.githubusercontent.com/fofr/cog-comfyui/refs/heads/main/examples/api_workflows/glif_custom_lora_flux_hf.json
- inputs:
workflow_json: https://raw.githubusercontent.com/fofr/cog-comfyui/refs/heads/main/examples/api_workflows/instantid_default_api.json
- inputs:
workflow_json: https://raw.githubusercontent.com/fofr/cog-comfyui/refs/heads/main/examples/api_workflows/ipadapter_faceid.json
- inputs:
workflow_json: https://raw.githubusercontent.com/fofr/cog-comfyui/refs/heads/main/examples/api_workflows/kolors_and_ipadapter_api.json
- inputs:
workflow_json: https://raw.githubusercontent.com/fofr/cog-comfyui/refs/heads/main/examples/api_workflows/ipadapter_faceid_api.json
- inputs:
workflow_json: https://raw.githubusercontent.com/fofr/cog-comfyui/refs/heads/main/examples/api_workflows/reactor_api.json

0 comments on commit 350d6c9

Please sign in to comment.