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
Copy file name to clipboardExpand all lines: README.md
+12-8Lines changed: 12 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ This filter acts as an **Intelligent Dispatcher**, unlocking advanced, engine-sp
14
14
15
15
-**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.
16
16
-**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.
17
18
18
19
---
19
20
@@ -31,13 +32,6 @@ New to Easymage? Try these commands to see what it can do.
31
32
32
33
---
33
34
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
-
41
35
### ✨ Key Features
42
36
43
37
***🌍 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
396
390
397
391
| Valve | Default | Description |
398
392
| :--- | :---: | :--- |
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. |
400
394
|`generation_timeout`|`120`| Maximum time (seconds) to wait for an API response before failing. |
401
395
|`extreme_vram_cleanup`|`False`|**Memory Safety:** If `True`, unloads *everything* (including the active Chat LLM) before generation. If `False`, only unloads *other* idle models. |
402
396
|`persistent_vision_cache`|`False`| If `True`, saves the "Vision Capability" test results to a JSON file to speed up server restarts. |
403
397
|**🔑 Global Auth Defaults**|||
404
398
|`openai_auth`|`""`| Global fallback API Key for OpenAI. |
405
399
|`gemini_auth`|`""`| Global fallback API Key for Gemini. |
406
400
|`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.
0 commit comments