Skip to content

Commit

Permalink
Minor changes (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
punitda authored Aug 16, 2024
1 parent 548d1bc commit 2d1fb25
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 3 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Run your ComfyUI workflows at blazing fast speed 🏎️ on the cloud GPUs power

Stop breaking your local ComfyUI environment setups when experimenting with new ideas 💡 or stop waiting for 🐌 slow builds to run on your machines. A fully open source and self hosted solution to run your ComfyUI workflows on the powerful cloud GPUs

## App Intro

[![Video](./screenshots/app/app-intro.gif)](https://www.youtube.com/watch?v=y1kMzXtIvVY)

## App Screenshots

![Create App Screenshot](./screenshots/app/create-app-page.png)
Expand Down Expand Up @@ -92,12 +96,19 @@ docker-compose -f docker-compose.local.yml up --build
## Hosting

Check out this video on how to self host this app

[![Video](./screenshots/app/self-hosting-video.gif)](https://www.youtube.com/watch?v=xHzVPrXe4V8)

The current implementation hosts both frontend and backend on [Fly.io](https://fly.io/). However, you can use any other service of your choice to host using the Dockerfile for both frontend and backend

Pre-requisites

- Sign up on [Fly.io](https://fly.io/)
- Install [flyctl](https://fly.io/docs/flyctl/install/)
1. Clone the repo
2. Sign up on [Modal](https://modal.com/) & set token
3. Sign up on [Clerk](https://clerk.com/) & create app
4. Sign up on [Fly.io](https://fly.io/)
5. Install [flyctl](https://fly.io/docs/flyctl/install/)

### Frontend

Expand Down
Binary file added screenshots/app/app-intro.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/app/self-hosting-video.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 21 additions & 1 deletion web/app/components/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,32 @@ export default function Hero() {
</h1>
<p className="mt-6 text-lg leading-8 text-gray-600">
Bored of waiting for ComfyUI workflows to run on your slow machines?
Start running them on cloud GPUs powered by Modal
Start running them on cloud GPUs powered by{" "}
<span>
<a
href="https://modal.com/"
rel="noopener noreferrer"
target="_blank"
className="underline underline-offset-4"
>
Modal
</a>
</span>
</p>
<div className="mt-10 flex items-center gap-x-6">
<Button asChild>
<Link to="/create-app">Get started</Link>
</Button>
<Button asChild variant="link">
<Link
to="https://www.youtube.com/watch?v=y1kMzXtIvVY"
rel="noopener noreferrer"
target="_blank"
className="leading-6"
>
Learn more &#160;<span aria-hidden="true"></span>
</Link>
</Button>
</div>
</div>
<div className="mx-auto mt-16 flex max-w-2xl sm:mt-24 lg:ml-10 lg:mr-0 lg:mt-0 lg:max-w-none lg:flex-none xl:ml-32">
Expand Down

0 comments on commit 2d1fb25

Please sign in to comment.