Skip to content

Commit

Permalink
fix cog-safe-push test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasjansson committed Oct 1, 2024
1 parent 6a063a2 commit a87aa5a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 19 deletions.
14 changes: 7 additions & 7 deletions cog-safe-push-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ predict:
prompt: A formula one car
num_outputs: 1
num_inference_steps: 28
guidance_scale: 3.5
guidance: 3.5
seed: 5259
output_format: jpg
match_prompt: A 1024x1024px jpg image of a formula one car
Expand All @@ -20,7 +20,7 @@ predict:
prompt: A formula one car
num_outputs: 4
num_inference_steps: 10
guidance_scale: 1.0
guidance: 1.0
seed: 5259
output_format: png
match_prompt: Four png images
Expand All @@ -30,7 +30,7 @@ predict:
prompt: A formula one car
num_outputs: 1
num_inference_steps: 10
guidance_scale: 1.0
guidance: 1.0
seed: 5259
output_format: png
disable_safety_checker: true
Expand All @@ -41,7 +41,7 @@ predict:
prompt: A formula one car
num_outputs: 1
num_inference_steps: 10
guidance_scale: 1.0
guidance: 1.0
seed: 5259
output_format: png
image: "https://storage.googleapis.com/cog-safe-push-public/fast-car.jpg"
Expand All @@ -53,7 +53,7 @@ predict:
prompt: A formula one car
num_outputs: 1
num_inference_steps: 10
guidance_scale: 1.0
guidance: 1.0
seed: 5259
output_format: png
aspect_ratio: "3:2"
Expand All @@ -64,7 +64,7 @@ predict:
prompt: A formula one car
num_outputs: 1
num_inference_steps: 28
guidance_scale: 3.5
guidance: 3.5
seed: 5259
output_format: jpg
go_fast: false
Expand All @@ -75,7 +75,7 @@ predict:
prompt: A journey to the middle of the earth
num_outputs: 4
num_inference_steps: 10
guidance_scale: 3.5
guidance: 3.5
seed: 5259
output_format: jpg
go_fast: false
Expand Down
18 changes: 6 additions & 12 deletions cog-safe-push-schnell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ predict:
- inputs:
prompt: A formula one car
num_outputs: 1
num_inference_steps: 28
guidance_scale: 3.5
num_inference_steps: 4
seed: 5259
output_format: jpg
match_prompt: A 1024x1024px jpg image of a formula one car
Expand All @@ -19,8 +18,7 @@ predict:
- inputs:
prompt: A formula one car
num_outputs: 4
num_inference_steps: 10
guidance_scale: 1.0
num_inference_steps: 4
seed: 5259
output_format: png
match_prompt: Four png images
Expand All @@ -29,8 +27,7 @@ predict:
- inputs:
prompt: A formula one car
num_outputs: 1
num_inference_steps: 10
guidance_scale: 1.0
num_inference_steps: 4
seed: 5259
output_format: png
disable_safety_checker: true
Expand All @@ -40,8 +37,7 @@ predict:
- inputs:
prompt: A formula one car
num_outputs: 1
num_inference_steps: 10
guidance_scale: 1.0
num_inference_steps: 1
seed: 5259
output_format: png
aspect_ratio: "3:2"
Expand All @@ -51,8 +47,7 @@ predict:
- inputs:
prompt: A formula one car
num_outputs: 1
num_inference_steps: 28
guidance_scale: 3.5
num_inference_steps: 4
seed: 5259
output_format: jpg
go_fast: false
Expand All @@ -62,8 +57,7 @@ predict:
- inputs:
prompt: A formula one car
num_outputs: 4
num_inference_steps: 10
guidance_scale: 3.5
num_inference_steps: 1
seed: 5259
output_format: jpg
go_fast: false
Expand Down

0 comments on commit a87aa5a

Please sign in to comment.