We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c0cda4 commit 7414d8eCopy full SHA for 7414d8e
src/Requests/Images/Data/ImageOptions.php
@@ -50,7 +50,7 @@ abstract class ImageOptions implements Arrayable
50
public function toArray(): array
51
{
52
return [
53
- 'model_name' => $this->modelName,
+ 'model_name' => $this->modelName,
54
'scheduler_name' => $this->schedulerName,
55
'num_inference_steps' => $this->numInferenceSteps,
56
'guidance_scale' => $this->guidanceScale,
0 commit comments