Skip to content

Commit 61bab46

Browse files
committed
fix
1 parent 6406602 commit 61bab46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/StableDiffusion.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ public function fetch($id)
156156
$url = $this->apiBase->fetchUrl($id);
157157
}
158158
if ($this->apiBase instanceof DreamboothApiV4) {
159+
$this->payload['request_id'] = $id;
159160
$url = $this->apiBase->fetchUrl();
160161
}
161162

0 commit comments

Comments
 (0)