Dreambooth
(Created page with "The '''Dreambooth Commands''' allows you to connect to the Dreambooth service and generate images based on a text prompt. == List of Dreambooth Commands == *[[connect to dre...") |
|||
Line 1: | Line 1: | ||
− | + | This is a list of Dreambooth API commands available in UBot Studio: | |
− | + | *[[connect to dreambooth]]: Connects to Dreambooth service by setting the global API key. | |
− | *[[ | + | *[[generate dreambooth image]]: Generates an image using the Stability API based on a text prompt and saves it to a selected file. |
− | + | == connect to dreambooth command == | |
+ | '''connect to dreambooth''' | ||
+ | |||
+ | Description: Sets the global API key for connecting to the Dreambooth service. | ||
+ | |||
+ | Parameters: | ||
+ | 1. Api Key: Password editor to input the API key. (Stored: true) | ||
+ | |||
+ | == generate dreambooth image command == | ||
+ | '''generate dreambooth image''' | ||
+ | |||
+ | Description: Generates an image based on a text prompt using the Stability API and saves it to a file. | ||
+ | |||
+ | Parameters: | ||
+ | 1. File Name: Text editor to input the file name where the image will be saved. | ||
+ | 2. Text Prompt: Text editor to input the text based upon which the image will be generated. | ||
+ | 3. Engine Name: Text editor to select the Engine Name. The default engine is "Stable Diffusion XL Beta v2.2.2". | ||
+ | 4. Height: Text editor to set the Height of the image. The default value is 512. | ||
+ | 5. Width: Text editor to set the Width of the image. The default value is 512. |
Revision as of 03:06, 4 July 2023
This is a list of Dreambooth API commands available in UBot Studio:
- connect to dreambooth: Connects to Dreambooth service by setting the global API key.
- generate dreambooth image: Generates an image using the Stability API based on a text prompt and saves it to a selected file.
connect to dreambooth command
connect to dreambooth
Description: Sets the global API key for connecting to the Dreambooth service.
Parameters: 1. Api Key: Password editor to input the API key. (Stored: true)
generate dreambooth image command
generate dreambooth image
Description: Generates an image based on a text prompt using the Stability API and saves it to a file.
Parameters: 1. File Name: Text editor to input the file name where the image will be saved. 2. Text Prompt: Text editor to input the text based upon which the image will be generated. 3. Engine Name: Text editor to select the Engine Name. The default engine is "Stable Diffusion XL Beta v2.2.2". 4. Height: Text editor to set the Height of the image. The default value is 512. 5. Width: Text editor to set the Width of the image. The default value is 512.