You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/StableDiffusion.php
+32-12Lines changed: 32 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,7 @@ public function supportApi(string $api = ''): array|string
43
43
$aiApis = [
44
44
'StableDiffusionApiV3', // Stable Diffusion V3 APIs comes with below features https://documenter.getpostman.com/view/18679074/2s83zdwReZ#c7e3c6a0-b57d-4d17-ad5a-c4eb8571021f
45
45
'DreamboothApiV4', // [Beta] DreamBooth API https://documenter.getpostman.com/view/18679074/2s83zdwReZ#27db9713-6068-41c2-8431-ada0d08d3cd5
46
+
'EnterpriseApiV1', // [企业] Enterprise API https://stablediffusionapi.com/docs/enterprise-plan/overview
46
47
];
47
48
48
49
if ($api) {
@@ -206,20 +207,39 @@ public function superResolution()
0 commit comments