Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
thecooltechguy committed Mar 11, 2024
1 parent e547b3f commit fbeeee9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 30 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/sync_to_huggingface_space.yml

This file was deleted.

17 changes: 5 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,15 @@
---
title: ComfyUI Launcher
emoji: 🪄
colorFrom: red
colorTo: red
sdk: docker
pinned: false
license: agpl-3.0
short_description: Run any ComfyUI workflow w/ ZERO setup (BETA)
app_port: 4000
---

# ComfyUI Launcher (BETA)
Run any ComfyUI workflow w/ **ZERO setup**.

Need help? Join our Discord!

[![](https://dcbadge.vercel.app/api/server/kXS43yTRNA)](https://discord.gg/kXS43yTRNA)

Runs anywhere:
- [Locally](#quick-start)
- [RunPod](/cloud/RUNPOD.md)
- [Huggingface Spaces](https://huggingface.co/spaces/multimodalart/comfyUI-laucher-v2)

## Features
- Automatically installs custom nodes, missing model files, etc.
- Workflows exported by this tool can be run by anyone with **ZERO setup**
Expand Down
2 changes: 2 additions & 0 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ http {
listen 80 default_server;
listen [::]:80 default_server;

client_max_body_size 1024M;

location / {
proxy_pass http://127.0.0.1:4000;
proxy_set_header Host $host;
Expand Down

0 comments on commit fbeeee9

Please sign in to comment.