We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6406602 commit 61bab46Copy full SHA for 61bab46
1 file changed
src/StableDiffusion.php
@@ -156,6 +156,7 @@ public function fetch($id)
156
$url = $this->apiBase->fetchUrl($id);
157
}
158
if ($this->apiBase instanceof DreamboothApiV4) {
159
+ $this->payload['request_id'] = $id;
160
$url = $this->apiBase->fetchUrl();
161
162
0 commit comments