Appearance
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:

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