Skip to content

Commit 34132eb

Browse files
author
cc
committed
update
1 parent 2abc53f commit 34132eb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/StableDiffusion.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ public function controlnet()
215215
}
216216

217217
$response = $this->client()->post(
218-
'https://stablediffusionapi.com/api/v5/controlnet',
218+
'https://modelslab.com/api/v5/controlnet',
219219
[
220220
'json' => $this->payload,
221221
]

src/Uri/DreamboothApiV4.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
class DreamboothApiV4
1414
{
15-
public const ORIGIN = 'https://stablediffusionapi.com/api';
15+
public const ORIGIN = 'https://modelslab.com/api';
1616

1717
public const API_VERSION = 'v4';
1818

src/Uri/EnterpriseApiV1.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
class EnterpriseApiV1
1414
{
15-
public const ORIGIN = 'https://stablediffusionapi.com/api';
15+
public const ORIGIN = 'https://modelslab.com/api';
1616

1717
public const API_VERSION = 'v1';
1818

src/Uri/StableDiffusionApiV3.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
class StableDiffusionApiV3
1414
{
15-
public const ORIGIN = 'https://stablediffusionapi.com/api';
15+
public const ORIGIN = 'https://modelslab.com/api';
1616

1717
public const API_VERSION = 'v3';
1818

0 commit comments

Comments
 (0)