Skip to content

Commit ec64677

Browse files
committed
Docs: Update What's New with Privacy & Local Setup info
1 parent fb074f2 commit ec64677

1 file changed

Lines changed: 12 additions & 8 deletions

File tree

README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ This filter acts as an **Intelligent Dispatcher**, unlocking advanced, engine-sp
1414

1515
- **Aspect Ratio Intelligence**: Fixed a critical bug where a hidden default aspect ratio was overriding custom dimensions. The system now mathematically infers the correct ratio from your `Size` setting automatically. It prioritizes explicit `Aspect Ratio` values only when manually set, recalculating the image height to ensure perfect proportions.
1616
- **CLI Typographic Normalization**: The Prompt Parser now intercepts and normalizes typographic dashes (like the em-dash `` or en-dash `` automatically inserted by mobile keyboards and macOS/iOS) back into valid CLI parameters (`--`), preventing syntax errors on smartphones.
17+
- **Privacy & Local Setup Documentation**: Added a dedicated section explaining how to force 100% local execution using the `easy_cloud_mode` toggle, specifically for users running backends like LM Studio or local ComfyUI.
1718

1819
---
1920

@@ -31,13 +32,6 @@ New to Easymage? Try these commands to see what it can do.
3132

3233
---
3334

34-
### 🛡️ Privacy & Local Execution
35-
36-
Easymage is designed to respect your privacy. If you use local backends like **LM Studio**, **Ollama**, or **Local Forge/ComfyUI**, ensure that you configure the settings correctly to prevent external API calls.
37-
38-
* **Local-Only Mode**: By default, Easymage might attempt to use official API endpoints for OpenAI/Gemini to increase performance.
39-
* **The Switch**: To keep everything 100% local, go to **Admin Valves** and set `easy_cloud_mode` to `False`. This forces the filter to use your local Open WebUI proxies and custom URLs instead of reaching out to the internet.
40-
4135
### ✨ Key Features
4236

4337
* **🌍 Multilingual Native**: You don't need to speak English to get professional results. Write your prompt in **any language**. Easymage detects the language, translates it, and expands it into technical English optimized for the specific generation model.
@@ -396,14 +390,24 @@ These settings are managed by the **Administrator** and apply to all users unles
396390

397391
| Valve | Default | Description |
398392
| :--- | :---: | :--- |
399-
| `easy_cloud_mode` | `True` | **Privacy Toggle:** If `True`, it uses official endpoints for Cloud Engines. Set to `False` to force usage of your local Open WebUI URLs/Proxies (essential for LM Studio/Local setups). |
393+
| `easy_cloud_mode` | `True` | If `True`, ignores custom/local URLs for OpenAI/Gemini and uses the official public endpoints (`api.openai.com`, etc.). Disable this if you use a reverse proxy. |
400394
| `generation_timeout` | `120` | Maximum time (seconds) to wait for an API response before failing. |
401395
| `extreme_vram_cleanup` | `False` | **Memory Safety:** If `True`, unloads *everything* (including the active Chat LLM) before generation. If `False`, only unloads *other* idle models. |
402396
| `persistent_vision_cache` | `False` | If `True`, saves the "Vision Capability" test results to a JSON file to speed up server restarts. |
403397
| **🔑 Global Auth Defaults** | | |
404398
| `openai_auth` | `""` | Global fallback API Key for OpenAI. |
405399
| `gemini_auth` | `""` | Global fallback API Key for Gemini. |
406400
| `automatic1111_auth` | `""` | Global fallback credentials for Forge (`user:password`). |
401+
402+
---
403+
404+
### 🛡️ Privacy & Local Execution
405+
406+
Easymage is designed to respect your privacy. If you use local backends like **LM Studio**, **Ollama**, or **Local Forge/ComfyUI**, ensure that you configure the settings correctly to prevent external API calls.
407+
408+
* **Local-Only Mode**: By default, Easymage might attempt to use official API endpoints for OpenAI/Gemini to increase performance.
409+
* **The Switch**: To keep everything 100% local, go to **Admin Valves** and set `easy_cloud_mode` to `False`. This forces the filter to use your local Open WebUI proxies and custom URLs instead of reaching out to the internet.
410+
407411
---
408412

409413
### 📌 Output, Citations & Performance

0 commit comments

Comments
 (0)