Skip to content
On this page

FAQ

How GPU credits will be calculated

You can calculate the number of GPU credits you will need to generate your AI portraits using the following formula:

credits = 2000 + [number of images] * 19

If upscaling is enabled for the model, then the formula will be:

credits = 2000 + [number of images] * 29

How it works

When user sends a request to generate images, the application does tasks below:

Process Flow

  1. It creates a new task in the database.
  2. It sends a request to the GPU server to generate images.
  3. GPU platform trains the model and generates images (uses Stable Diffusion & Dreambooth).
  4. GPU platform sends the result to the application.
  5. Application saves the result in the database.
  6. After that, the application creates a zip archive with the result and sends notification to the user.