Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iMactool committed Jun 13, 2023
1 parent 6406602 commit 61bab46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/StableDiffusion.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ public function fetch($id)
$url = $this->apiBase->fetchUrl($id);
}
if ($this->apiBase instanceof DreamboothApiV4) {
$this->payload['request_id'] = $id;
$url = $this->apiBase->fetchUrl();
}

Expand Down

0 comments on commit 61bab46

Please sign in to comment.