Stable Diffusion on Akash Network with Cloudmos for less than $1/day

By March 31, 2023Akash

Discover an affordable, high-speed solution to deploy your applications on the decentralized cloud using Cloudmos – GPU support coming soon!

Introduction

https://deploy.cloudmos.io/templates/akash-network-awesome-akash-stable-diffusion-ui stable diffusion
Easy Diffusion 2.5

The Akash Network has emerged as a leading decentralized cloud computing platform, offering developers an affordable, fast, and user-friendly alternative to traditional cloud providers. As the demand for stable diffusion and better resource allocation increases, the Akash Network has adapted to meet these requirements by integrating new support for stable diffusion. One such powerful tool that facilitates this is Cloudmos deploy – an innovative deployment solution that allows users to harness Akash’s capabilities without a GPU. In this comprehensive blog post, we will explore how to deploy your applications on the Akash Network using Cloudmos deploy – a cost-effective, rapid, and seamless process that doesn’t require a GPU.

Deploy Easy Diffusion 2.5 for $0.75/day on bdl.computer

Cloudmos Deploy is a cloud-based service that provides users with a simple and efficient way to deploy applications. The platform is built on top of the Akash Network, which is a decentralized marketplace of compute resources. Cloudmos Deploy allows users to deploy their applications on the Akash Network with just a few clicks.

One of the main features of Cloudmos Deploy is the Template Gallery, which currently contains over 180 pre-built templates. These templates cover a wide range of applications and use cases, including database management tools like pgAdmin and phpMyAdmin, decentralized finance (DeFi) platforms like Uniswap and Pancake Swap, and even classic games like Tetris and Pac-Man. The templates are constantly being updated with new templates to cover emerging technologies and trends. Especially Machine Learning and A.I.

Click on the Easy Diffusion 2.5 link or Cloudmos Logo to directly deploy the SDL to Akash.

---
version: "2.0"

services:
  stable-diffusion-ui:
    image: cryptoandcoffee/akash-stable-diffusion-ui:3
    expose:
      - port: 9000
        as: 80
        to:
          - global: true

profiles:
  compute:
    stable-diffusion-ui:
      resources:
        cpu:
          units: 16
          # For quicker performance of Stable Diffusion, it's recommended to increase the CPU capacity. 
          # You can try using 32, 64, or 128 units to achieve faster processing. In case you don't receive any bids,
          # consider lowering the requested CPU capacity. Note that the maximum CPU units allowed are 256.
        memory:
          size: 10Gi
          # Stable Diffusion needs at least 8Gi of memory.
        storage:
          size: 32Gi
          # Stable Diffusion requires at least 25Gi of disk space. 
  placement:
    akash:
      #######################################################
      #Keep this section to deploy on trusted providers
      signedBy:
        anyOf:
          - "akash1365yvmc4s7awdyj3n2sav7xfx76adc6dnmlx63"
          - "akash18qa2a2ltfyvkyj0ggj3hkvuj6twzyumuaru9s4"
      #######################################################
      #Remove this section to deploy on untrusted providers
      #Beware* You may have deployment, security, or other issues on untrusted providers
      #https://docs.akash.network/providers/akash-audited-attributes
      pricing:
        stable-diffusion-ui:
          denom: uakt
          amount: 100000

deployment:
  stable-diffusion-ui:
    akash:
      profile: stable-diffusion-ui
      count: 1

Leave a Reply