chore: update readme
This commit is contained in:
parent
f5991a1bf8
commit
76b7e8cc1a
26
README.md
26
README.md
@ -1,9 +1,10 @@
|
||||
# ComfyUI Deploy
|
||||
Open source comfyui deployment platform, a `vercel` for generative workflow infra.
|
||||
|
||||

|
||||
Open source comfyui deployment platform, a `vercel` for generative workflow infra. (serverless hosted gpu with vertical intergation with comfyui)
|
||||
|
||||
# How it works
|
||||
Join [Discord](https://discord.gg/EEYcQmdYZw) to chat more or visit [Comfy Deploy](https://comfydeploy.com/) to get started!
|
||||
|
||||
# How it works
|
||||
|
||||
1. Comfy Deploy Dashboard (https://comfydeploy.com) or self-hosted version
|
||||
2. Machines (Long running, on-premise ComfyUI machines and serverless)
|
||||
@ -22,7 +23,7 @@ https://github.com/BennyKok/comfyui-deploy/assets/18395202/0fb1829b-401a-41f2-b2
|
||||
1. `cd custom_nodes`
|
||||
2. `git clone https://github.com/BennyKok/comfyui-deploy.git`
|
||||
3. Go to (https://comfydeploy.com) or a self-hosted version
|
||||
- Machines -> Add Machines
|
||||
- Machines -> Add Machines
|
||||
- Enter a name and the URL of your machines (set up Ngrok for a public URL for your machines)
|
||||
- Create a new ComfyDeploy machines (pick any custom nodes).
|
||||
|
||||
@ -33,15 +34,14 @@ https://github.com/BennyKok/comfyui-deploy/assets/18395202/0fb1829b-401a-41f2-b2
|
||||
3. Persistent API generated for Production and Staging environment
|
||||
4. Run the same comfyui workflow across different remote machines
|
||||
|
||||

|
||||
# Status & Timeline
|
||||
|
||||
# Status & Timeline
|
||||
WIP, welcomes contributors!! Please join Discord -> https://discord.gg/EEYcQmdYZw
|
||||
|
||||
WIP, welcomes contributors!! Please join Discord -> https://discord.gg/EEYcQmdYZw
|
||||
|
||||
Primary goal -> release v0.1.0 of stable Comfy Deploy
|
||||
Primary goal -> release v0.1.0 of stable Comfy Deploy
|
||||
|
||||
Major areas
|
||||
|
||||
- Security enforcement
|
||||
- Error handling
|
||||
- QOL workflow improvement
|
||||
@ -53,12 +53,17 @@ Major areas
|
||||
- LCM realtime web socket image gen
|
||||
|
||||
# Tech Stack
|
||||
|
||||
- Shadcn UI
|
||||
|
||||
- NextJS
|
||||
|
||||
- Clerk (Auth)
|
||||
|
||||
- Neon / Vercel Postgres (Database)
|
||||
|
||||
- Drizzle (ORM)
|
||||
|
||||
- R2 / S3 (Object Storage)
|
||||
|
||||
# Development
|
||||
@ -74,10 +79,11 @@ Major areas
|
||||
9. Finally start the next server with `bun dev`
|
||||
|
||||
**Schema Changes**
|
||||
|
||||
1. `bun run generate`
|
||||
2. `bun run migrate-local`
|
||||
|
||||
# Special Thanks
|
||||
|
||||
- comfyui
|
||||
- oss/acc
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user