n8n-nodes-comfyui-all 2.1.1 → 2.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -10
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -134,13 +134,4 @@ For detailed AI Agent usage, see [AI-AGENT-USAGE.md](AI-AGENT-USAGE.md).
|
|
|
134
134
|
- **Parameter overrides**: Use Node Parameters instead of modifying workflow JSON
|
|
135
135
|
- **Seed control**: Fixed seeds produce reproducible results
|
|
136
136
|
- **Optimization**: 20-30 sampling steps are usually sufficient
|
|
137
|
-
- **Binary data**: Use Binary type to upload input images
|
|
138
|
-
|
|
139
|
-
## 📚 Additional Documentation
|
|
140
|
-
|
|
141
|
-
- **[AI Agent Usage Guide](AI-AGENT-USAGE.md)** - Detailed AI Agent integration guide
|
|
142
|
-
- **[Development Guide](DEVELOPMENT.md)** - Contributing and development setup
|
|
143
|
-
|
|
144
|
-
## 🤝 Contributing
|
|
145
|
-
|
|
146
|
-
Contributions are welcome! Please see [DEVELOPMENT.md](DEVELOPMENT.md) for guidelines.
|
|
137
|
+
- **Binary data**: Use Binary type to upload input images
|