> ## Documentation Index
> Fetch the complete documentation index at: https://comfydeploy.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Setup

> How we simplify your workflow setup

## Introduction

Copying a workflow from an online source often results in lost image and loader file paths.

**Our feature simplifies this process by displaying common input nodes in the workflow and identifying missing files.**

This helps you quickly locate and resolve any missing file issues, ensuring a smoother and more efficient setup.

## Overview

When you open a workflow, you will see a new "Setup" panel on the top-left corner.

<img style={{ borderRadius: "0.5rem", margin: "auto" }} src="https://cd-misc.s3.us-east-2.amazonaws.com/docs/setup.png" width="40%" height="auto" />

There will be a list of common input nodes, if you have used in your workflow.

And you can expand each node to see the details, i.e. how many nodes you have used in the corresponding category.

### Category List

**Category**

* Category of the node (e.g. Image, LoRA, Checkpoint, etc.)

**Progress (%)**

* Total percentage of nodes in the category, that don't have any problem. (e.g. if there is any missing files in that node, it will count as incomplete. )

<Tip>If it is 100%, it means all the nodes in that category are good to go, and it will be dimmed out.</Tip>

### Category Details

<img style={{ borderRadius: "0.5rem", margin: "auto" }} src="https://cd-misc.s3.us-east-2.amazonaws.com/docs/category.png" width="40%" height="auto" />

For each category, you can expand and see the nodes the workflow has used in that category.

<img style={{ borderRadius: "0.5rem", margin: "auto" }} src="https://cd-misc.s3.us-east-2.amazonaws.com/docs/navigation.gif" width="100%" height="auto" />

<Tip>You can click on the node, and it will navigate to the node in the workflow.</Tip>

Each node will have 3 status:

<Card title="Good" icon="check" color="green" horizontal>
  The file exists in your storage. Good to go.
</Card>

<Card title="Not Exist" icon="triangle-exclamation" color="#E6B800" horizontal>
  The file is not exist in your storage. You can try to hover to the badge and see the details.
</Card>

<img style={{ borderRadius: "0.5rem", margin: "auto" }} src="https://cd-misc.s3.us-east-2.amazonaws.com/docs/tooltip.png" width="50%" height="auto" />

> For example, you should upload the image file to the "input" folder, and update back the load image node.

<Card title="Empty" icon="xmark" color="red" horizontal>
  There is missing file in the node. Try to add it back.
</Card>
