globe-pointerWhat is Akash Alchemist?

Akash Alchemist is an innovative image generation platform designed to transform text into stunning visuals. The process is simple yet powerful:

  1. Enter a Prompt: Users provide a text description of the image they want to create.

  2. Prompt Enhancement: The Akash Chat API, powered by advanced language models, refines the user-provided text prompt to maximize its potential and ensure optimal results.

  3. Smart Settings Optimization: The Akash Chat API also determines the best generation settings based on the user's input, eliminating the guesswork and streamlining the process.

  4. Image Generation: The enhanced prompt and settings are then used to create a high-quality image that matches the user's vision.

Akash Alchemist seamlessly integrates cutting-edge AI technology to make image creation intuitive, efficient, and enjoyable.

Architecture

Our architecture consists of three components, the Frontend, Wrapper and ComfyUI which are described in detail in the coming pages. Below is a network diagram showing the flow of information from each component to the next.

The user writes a prompt and submits it to the web server.

This prompt is then forwarded to the wrapper API where optimization steps are taken.

The optimized prompt and workflow are then sent to ComfyUI which begins image generation and reports its status whenever requested. The web server will periodically ping the API for status updates which are then fetched from ComfyUI, formatted and sent.

When the image is finished generating, it is uploaded to Cloudflare R2 and the status is set to completed.

When the server sees the status is complete, it can take the returned file name and request the image directly from Cloudflare.

Network Diagram

Last updated