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
{"level":50,"workflow":"txt2img","msg":"Workflow request to /prompt endpoint failed","status":400,"error":"Prompt must contain a node with a \"filename_prefix\" input","location":"prompt","promptRequestBody":{...}}
383
+
```
384
+
385
+
#### Inspecting Prompts Without Debug Logging
386
+
387
+
If you can't enable debug logging, you can still inspect your generated prompts by:
388
+
389
+
1.**Using the `/docs` endpoint**: Access the Swagger UI at `http://localhost:3000/docs` to test your workflow endpoints interactively
390
+
2.**Testing generateWorkflow locally**: Import your workflow file and call `generateWorkflow()` with test inputs to see the output
391
+
3.**Comparing with ComfyUI**: Export a working prompt from ComfyUI's web interface and compare it to your generated prompt
392
+
310
393
## Storage Providers
311
394
312
395
Storage providers are modular components that handle the downloading of models and input media, as well as the uploading of completed outputs.
0 commit comments