mirror of
https://github.com/open-webui/docs.git
synced 2025-12-12 07:29:49 +07:00
@@ -104,7 +104,6 @@ Open WebUI also supports image editing through ComfyUI, allowing you to modify e
|
||||
|
||||

|
||||
|
||||
|
||||
### Deeper Dive: Mapping ComfyUI Nodes to Open WebUI
|
||||
|
||||
Understanding the node ID mapping is often the biggest hurdle in integrating ComfyUI with an external service like Open WebUI. Integrating ComfyUI via API requires mapping Open WebUI's generic controls (e.g., "Model," "Width," "Prompt") to specific node inputs within your static ComfyUI workflow JSON.
|
||||
@@ -278,7 +277,7 @@ This section provides a supplementary guide on setting up the FLUX.1 models for
|
||||
|
||||
## Configuring with SwarmUI
|
||||
|
||||
SwarmUI utilizes ComfyUI as its backend. In order to get Open WebUI to work with SwarmUI you will have to append `ComfyBackendDirect` to the `ComfyUI Base URL`. Additionally, you will want to setup SwarmUI with LAN access. After aforementioned adjustments, setting up SwarmUI to work with Open WebUI will be the same as the steps for [ComfyUI Image Generation](#comfyui-image-generation) outlined above.
|
||||
SwarmUI utilizes ComfyUI as its backend. In order to get Open WebUI to work with SwarmUI you will have to append `ComfyBackendDirect` to the `ComfyUI Base URL`. Additionally, you will want to setup SwarmUI with LAN access. After aforementioned adjustments, setting up SwarmUI to work with Open WebUI will be the same as the steps for ComfyUI image generation outlined above.
|
||||

|
||||
|
||||
### SwarmUI API URL
|
||||
|
||||
@@ -446,7 +446,7 @@ docker run --rm -v open-webui:/data alpine ls -lah /data
|
||||
1. Stop Open WebUI: `docker stop open-webui`
|
||||
2. Backup volume: `docker run --rm -v open-webui:/data -v $(pwd):/backup alpine tar czf /backup/openwebui-backup.tar.gz /data`
|
||||
3. Restore from backup if needed
|
||||
4. Check [Manual Migration Guide](./manual-database-migration) for database issues
|
||||
4. Check [Manual Migration Guide](../troubleshooting/manual-database-migration.md) for database issues
|
||||
|
||||
### Watchtower Updates Too Frequently
|
||||
|
||||
@@ -572,6 +572,6 @@ If the interface looks broken or old after updating:
|
||||
|
||||
- [Open WebUI GitHub Releases](https://github.com/open-webui/open-webui/releases) - Version history and changelogs
|
||||
- [Environment Configuration Guide](https://docs.openwebui.com/getting-started/env-configuration) - All environment variables
|
||||
- [Manual Database Migration](troubleshooting/manual-database-migration.md) - Fix database issues after updates
|
||||
- [Manual Database Migration](../troubleshooting/manual-database-migration.md) - Fix database issues after updates
|
||||
- [Watchtower Documentation](https://watchtower.nickfedor.com/) - Advanced Watchtower configuration
|
||||
- [WUD Documentation](https://getwud.github.io/wud/) - What's Up Docker setup guide
|
||||
|
||||
Reference in New Issue
Block a user