| System: | Ubuntu 24.04 |
| Edition: | 140226 |
A ready-made environment for generating images directly in the browser
Do you want to start creating images with neural networks right away — without installing drivers, dependencies, or setting up a Python environment? Launch a virtual machine with a GPU on immers.cloud and get a ready-to-use environment for generative AI directly in your browser!
This image, based on Ubuntu 24.04.3, includes everything you need to work with Stable Diffusion, FLUX.1, SDXL, WAN, LTX-2, and other modern models. Everything is pre-configured: NVIDIA drivers, ComfyUI, an extension manager, and a reverse proxy via nginx.
Who is this image for?
What's inside?
Why is it so fast?
Stable Diffusion is an open-source generative neural network developed by Stability AI in 2022. It creates images from text descriptions using a latent diffusion method: first, the model adds noise to a random image, and then gradually restores it, guided by the semantics of the prompt. Thanks to its open license, it can be freely run on your own resources — for example, on a cloud platform with a GPU.
Tip: For maximum generation speed, choose NVIDIA 4090 or 5090 — these graphics cards deliver up to 60+ images per minute even at high resolutions. For working with FLUX, SDXL, and video models, we recommend choosing Tesla-series graphics cards: A100, H100, and H200 due to the device memory requirements of very large models.
System Components
Kernel:
Linux 6.17.0-14-generic #14~24.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Jan 15 15:52:10 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
Operating system:
Distributor ID: Ubuntu
Description: Ubuntu 24.04.4 LTS
Release: 24.04
Codename: noble
Connection
To connect, wait until the "StableDiffusion" link appears under your server's IP Address. Clicking the link will redirect you to the ComfyUI interface. Please note that access is provided via a link containing a token, which is necessary for proper authentication. If you wish to share access, you need to copy the full link, which includes the Token.
Access to the ComfyUI API
Access to the API is provided on port :8000 by passing the X-API-Key header, for example:
curl http://ip.address.of.your.server:8000/api/queue -H "X-API-Key: Your-token"
You can see the token in the connection link on your server's page: http://ip.address.of.your.server/?token=your-token.
The token is also available in the /root/.immerstoken file.