Changeset 3486483
- Timestamp:
- 03/19/2026 12:57:53 PM (13 days ago)
- Location:
- linuxmaster-image-generator-for-comfyui
- Files:
-
- 1 added
- 1 edited
-
readme.txt (modified) (4 diffs)
-
trunk/readme.txt (added)
Legend:
- Unmodified
- Added
- Removed
-
linuxmaster-image-generator-for-comfyui/readme.txt
r3406130 r3486483 26 26 * The node intended for the main text prompt **must be renamed to `1`** (one) for the plugin to correctly inject the user's positive prompt. 27 27 * Export the workflow as a JSON file for configuration within the plugin settings. 28 3. **Plugin Configuration:** Access the plugin settings page (or the relevant configuration file)to input:28 3. **Plugin Configuration:** Access the plugin settings page to input: 29 29 * Your ComfyUI Server URL. 30 30 * The necessary API key (if applicable). … … 43 43 This plugin requires specific server configurations for the external ComfyUI server to function properly. This is not for a shared hosting environment. 44 44 45 * **Server OS:** **UBUNTU 22.04 LTS** with **FULL ROOT/SSH ACCESS** is required for the self-hosted ComfyUI server.45 * **Server OS:** **UBUNTU 22.04 LTS** (or newer) with **FULL ROOT/SSH ACCESS** is required for the self-hosted ComfyUI server. 46 46 * **SSL Certificate Path:** `sudo nano /etc/nginx/ssl/comfyui.crt` (or equivalent steps). 47 47 * **Workflow Setup:** RENAME POSITIVE PROMPT NODE TO `1` in the ComfyUI API JSON. … … 58 58 59 59 **Q: Why do I need to rename the Positive Prompt node to '1'?** 60 A: This is a specific requirement of the plugin's currentAPI implementation to correctly identify and inject the user-provided prompt into your custom ComfyUI workflow JSON structure.60 A: This is a requirement of the plugin's API implementation to correctly identify and inject the user-provided prompt into your custom ComfyUI workflow JSON structure. 61 61 62 62 **Q: Where can I find my ComfyUI workflow JSON?** … … 64 64 65 65 == Changelog == 66 = 1.0.0 =67 * Initial release of the plugin.68 66 69 == Upgrade Notice ==70 67 = 6.13 = 71 It is recommended to check and update your ComfyUI server connection settings after upgrading. 68 * Initial stable release to the WordPress Plugin Directory. 69 * Confirmed compatibility with WordPress 6.9.4. 70 * Added support for custom JSON workflows and remote server API integration. 71 72 == Upgrade Notic
Note: See TracChangeset
for help on using the changeset viewer.