Connect to dreambooth
From UBot Studio
(Difference between revisions)
Line 1: | Line 1: | ||
'''connect to dreambooth''' command sets the global API key for connecting to the Dreambooth service. | '''connect to dreambooth''' command sets the global API key for connecting to the Dreambooth service. | ||
− | This command allows you to link your UBot Studio to Dreambooth, a powerful | + | This command allows you to link your UBot Studio to Dreambooth, a powerful art generation AI platform. |
== Parameters == | == Parameters == | ||
− | '''Api Key:''' This is your private API Key provided by Dreambooth. This is mandatory to connect | + | '''Api Key:''' This is your private API Key provided by Dreambooth. This is mandatory to connect to Dreambooth's services. For security reasons, don't share this key with others. |
== Example == | == Example == | ||
Line 12: | Line 12: | ||
connect to dreambooth("your dreambooth api key") | connect to dreambooth("your dreambooth api key") | ||
</pre> | </pre> | ||
+ | |||
Replace "your dreambooth api key" with your actual Dreambooth API key. | Replace "your dreambooth api key" with your actual Dreambooth API key. |
Latest revision as of 03:12, 4 July 2023
connect to dreambooth command sets the global API key for connecting to the Dreambooth service.
This command allows you to link your UBot Studio to Dreambooth, a powerful art generation AI platform.
[edit] Parameters
Api Key: This is your private API Key provided by Dreambooth. This is mandatory to connect to Dreambooth's services. For security reasons, don't share this key with others.
[edit] Example
connect to dreambooth("your dreambooth api key")
Replace "your dreambooth api key" with your actual Dreambooth API key.