Fix workflow modifier class

This commit is contained in:
Rob Ballantyne
2025-08-20 09:57:07 +01:00
parent 08c88f7527
commit 636f17d27f
+1 -1
View File
@@ -24,7 +24,7 @@ class ComfyWorkflowData(ApiPayload):
return cls(
input={
"request_id": f"test-{random.randint(1000, 9999)}",
"modifier": "RawWorkflow",
"modifier": "Text2Image",
"modifications": {
"prompt": test_prompt,
"width": 1024,