From 41f918c4081158f57c3325750a7e6e8b2004356c Mon Sep 17 00:00:00 2001 From: John T Skarbek Date: Mon, 23 Dec 2024 08:45:24 -0500 Subject: [PATCH] Details model default for ComfyUI Adds concise detail for the Set Default Model option in the Image configuration pane for ComfyUI --- docs/tutorials/integrations/images.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/tutorials/integrations/images.md b/docs/tutorials/integrations/images.md index 15f44e3..b9721e3 100644 --- a/docs/tutorials/integrations/images.md +++ b/docs/tutorials/integrations/images.md @@ -114,6 +114,7 @@ To integrate ComfyUI into Open WebUI, follow these steps: 3. Return to Open WebUI and click the **Click here to upload a workflow.json file** button. 4. Select the `workflow_api.json` file to import the exported workflow from ComfyUI into Open WebUI. 5. After importing the workflow, you must map the `ComfyUI Workflow Nodes` according to the imported workflow node IDs. +6. Set `Set Default Model` to the name of the model file being used, such as `flux1-dev.safetensors` :::info You may need to adjust an `Input Key` or two within Open WebUI's `ComfyUI Workflow Nodes` section to match a node within your workflow.