Skip to content

Commit

Permalink
README add breaks [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
robballantyne committed Dec 4, 2023
1 parent 88c49ee commit d225d45
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ To learn more about the serverless API see the [serverless section](#runpod-serv

<details>
<summary>API Playground</summary>
<br>
<img src="https://raw.githubusercontent.com/ai-dock/comfyui/main/.github/images/api1.png">
</details>

Expand Down Expand Up @@ -344,16 +345,19 @@ A simple web-based log viewer and process manager are included for convenience.

<details>
<summary>Service Portal links</summary>
<br>
<img src="https://raw.githubusercontent.com/ai-dock/comfyui/main/.github/images/serviceportal-links.png">
</details>

<details>
<summary>Service Portal logs</summary>
<br>
<img src="https://raw.githubusercontent.com/ai-dock/comfyui/main/.github/images/serviceportal-logs.png">
</details>

<details>
<summary>Service Portal process manager</summary>
<br>
<img src="https://raw.githubusercontent.com/ai-dock/comfyui/main/.github/images/serviceportal-processes.png">
</details>

Expand Down Expand Up @@ -514,6 +518,7 @@ You should set `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`, `AWS_ENDPOINT_URL`

<details>
<summary>Serverless template example</summary>
<br>
<img src="https://raw.githubusercontent.com/ai-dock/comfyui/main/.github/images/runpod-template.png">
</details>

Expand All @@ -539,8 +544,9 @@ This is the most flexible of all handlers.

<details>
<summary>RawWorkflow schema</summary>
<br>
<img src="https://raw.githubusercontent.com/ai-dock/comfyui/main/.github/images/api-schema-rawworkflow.png">
<br><br>
<br>
<a target="_blank" href="https://raw.githubusercontent.com/ai-dock/comfyui/main/build/COPY_ROOT/opt/serverless/docs/example_payloads/raw_controlnet_t2i_adapters.json">Example payload</a>
</details>

Expand All @@ -553,8 +559,9 @@ You can define several overrides to modify the workflow before processing.

<details>
<summary>Text2Image schema</summary>
<br>
<img src="https://raw.githubusercontent.com/ai-dock/comfyui/main/.github/images/api-schema-text2image.png">
<br><br>
<br>
<a target="_blank" href="https://raw.githubusercontent.com/ai-dock/comfyui/main/build/COPY_ROOT/opt/serverless/docs/example_payloads/bound_text2image.json">Example payload</a>

</details>
Expand All @@ -567,7 +574,9 @@ You can define several overrides to modify the workflow before processing.

<details>
<summary>Image2Image schema</summary>
<br>
<img src="https://raw.githubusercontent.com/ai-dock/comfyui/main/.github/images/api-schema-text2image.png">
<br>
<a target="_blank" href="https://raw.githubusercontent.com/ai-dock/comfyui/main/build/COPY_ROOT/opt/serverless/docs/example_payloads/bound_image2image.json">Example payload</a>
</details>

Expand Down

0 comments on commit d225d45

Please sign in to comment.