Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.
xingren23 edited this page Dec 13, 2023 · 4 revisions

Welcome to the ComfyFlowApp wiki!

1) Question:application json file are not allowed

image

You can't upload JSON workflows, you need to upload images generated by ComfyUI. Please select from the ComfyUI output folder.

2)Question:Image don't contain workflow info, when load image

image

Images exported as PNG from ComfyUI's 'workflow image -> export -> png' feature (which are displayed as workflow representations in ComfyUI) are not supported. You need to select from the ComfyUI output folder. https://github.com/xingren23/ComfyFlowApp/issues/22

3)Question: Workflow loading failed

image

https://github.com/xingren23/ComfyFlowApp/issues/15

4)Question:How to share comfyflowapp with user on the same LAN

By default, the application starts at the localhost address. You can change the address to your machine's local network IP by modifying the environment variables.This allows other users on the same LAN to access it,

set STREAMLIT_SERVER_ADDRESS=192.168.1.100

5) Question: Create app error when submit

image image

The application supports three inputs and one output, and requires at least 1 input and 1 output option.