Skip to content

Commit

Permalink
correct comment for curl request (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmccauley authored Jul 27, 2023
1 parent bec9102 commit 2aef4fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ def inference(request: InferenceRequest):
# --header 'Content-Type: application/json' \
# --data-raw '{
# "prompt": "photo of a wolf in the snow, blue eyes, highly detailed, 8k, 200mm canon lens, shallow depth of field",
# "num_inference_steps": 10
# "num_inference_steps": 10,
# "guidance_scale": 10.0,
# "negative_prompt": "deformed, extra legs, no tail",
# "format": "webp"
Expand Down

0 comments on commit 2aef4fa

Please sign in to comment.