You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Resolver** is a high-performance, native Android interface for [Stable Diffusion WebUI Forge Neo](https://github.com/Haoming02/sd-webui-forge-classic/tree/neo).
9
9
10
-
**New in v1.2:** Resolver now features a centralized **Configuration (CFG)** tab for seamless Local/External switching, a remote "Kill Switch", **Flux First Block Cache (FBC)** integration, and native **Hi-Res Fix** support.
10
+
**New in v1.3:** Resolver now features a dedicated **ComfyUI Engine** for workflow execution, centralized **Configuration (CFG)** for seamless Local/External switching, a remote "Kill Switch", **Flux First Block Cache (FBC)** integration, and native **Hi-Res Fix** support.
11
11
12
12
Unlike standard browser wrappers, Resolver is built with a **Hybrid Architecture** (Capacitor 6.0 + Vanilla JS) and utilizes **Native Android Foreground Services** to ensure your generation queues never die in the background.
13
13
@@ -66,11 +66,17 @@ Unlike standard browser wrappers, Resolver is built with a **Hybrid Architecture
66
66
67
67
## ⚡ Key Features
68
68
69
-
### ⚡ v1.2 Connectivity & Power
69
+
### ⚡ v1.3 Connectivity & Power
70
70
***Smart Connection Mode:** Toggle instantly between **Local Mode** (Auto-appends ports to local IPs) and **External Mode** (Enforces HTTPS for Ngrok/Cloud tunnels, ignoring ports).
71
-
***Custom Service Ports:** Define independent ports for your WebUI (Default: `7860`), LLM Server (`1234`), and Power Service (`5000`) inside the new CFG tab.
71
+
***Custom Service Ports:** Define independent ports for your WebUI (Default: `7860`), LLM Server (`1234`), ComfyUI (`8188`), and Power Service (`5000`) inside the CFG tab.
72
72
***Remote Wake & Kill:** Use the "Bojro Dev Power" controls to send Wake-on-LAN signals or a **KILL!** signal to immediately halt the backend server from your phone.
73
73
74
+
### ⚡ ComfyUI Engine
75
+
***Workflow Orchestration:** Load standard API-compatible ComfyUI `.json` workflows directly into the app.
76
+
***Dynamic UI Generation:** The engine automatically parses the workflow graph to build native sliders, dropdowns, and text inputs for samplers, checkpoints, and prompts.
77
+
***Live WebSocket Feedback:** Features real-time step monitoring and binary image previews delivered via persistent socket connections.
78
+
***Integrated Gallery:** Automatically archives final ComfyUI outputs into the main Resolver history for cross-engine metadata analysis.
79
+
74
80
### ⚡ Flux First Block Cache (FBC)
75
81
***Native Integration:** First mobile client to support the **Forge Block Cache** extension.
76
82
***Speed Boost:** Skip redundant diffusion steps (`bnb-nf4`, `fp8`) to significantly reduce generation time on Flux models.
@@ -96,6 +102,20 @@ Unlike standard browser wrappers, Resolver is built with a **Hybrid Architecture
96
102
97
103
---
98
104
105
+
## ⚡ Backend Setup (Mandatory)
106
+
107
+
To enable communication between the Android app and your PC, you must add the following launch arguments to your backend services:
0 commit comments