A showcase application that provides a web interface for users to generate images in the browser using Stable Diffusion. The application connects to the Crynux Network to utilize the remote GPUs so that the users could use the application on any devices without GPUs.
The Blockchain and token stuff are handled at the backend. To the end users, this is just a traditional easy-to-use web application, nothing special.
Try the application at: https://ig.crynux.ai
The popular models are listed as options. The suers may also provide links to models on Huggingface, Civitai, and other model hosting websites.
The only place where we can find something different about the architecture.
Generation images using text prompt. Supports LoRA and Controlnet.
The config file is located at:
./src/config.json
Where you could change the backend server address, and tweak other options.
$ yarn install
The project could be built using yarn:
$ yarn dev
$ yarn build