Base Model

1 Call Base Model

Click the GenAI button, then click the Base button, and then send prompts to generate the desired image. You can also send an image and use the caption as prompts to generate a new image. The Base model uses depth-to-image which allows you to pass a text prompt and an initial image to condition the generation of new images.

You can use the Base Model directly by sending the /gen_base command.

2 Settings

Click the Settings button, then click the Base Settings button to enter the setting page of the Base Model. You can set parameters such as LoRA and LoRA Weight for the Base Model to get a more appropriate output.

2.1 LoRA

LoRA (Low-Rank Adaptation of Large Language Models) is a popular and lightweight training technique that significantly reduces the number of trainable parameters. Click the LoRA button and the bot will display the LoRA models that can be selected. You can also set a valid URL that can download the SD 1.5 LoRA model by sending message.

You can get the LoRA models from https://civitai.com/models. Note that the LoRA version must be SD 1.5. You can send multiple lora model urls, please use ^*^ to connect lora model urls.

2.2 LoRA Weight

LoRA weight represents the influence weight of the LoRA model. After the LoRA setting is completed, the corresponding LoRA weight needs to be set.

When setting multiple LoRAs, the number of LoRA weights and the number of LoRAs must be equal.

2.3 Negative Prompt

Negative prompts tell GenAI model what you do not want in the output. Click the Negative Prompt button and send a message to customize negative prompts.

2.4 CFG Scale

The CFG scale is a number from 0 to 10, indicating the influence of prompts on the generated images.

2.5 Steps

The steps is a number from 0 to 50, indicating the number of denoising steps.

2.6 Seed

The seed is an integer greater than 0. With other parameters being the same, the same seed produces the same output. The default value for seed is 0, which means a random value is used.

3 Examples

3.1 Pre-provided LoRA Model

We provide multiple LoRA models for users to choose from. Here we take Cyberpunk_Anime_Style as an example to generate images.

We send prompts to generate a cyberpunk style image.

3.2 Depth-to-Image

Let’s generate a mecha style image using the pre-provided Super_Robot LoRA. We set the LoRA Weight to 0.9.

We resend the generated mecha image and new prompts, to generate an Optimus Prime image.

Last updated