Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

WhatsAI - An easy-to-use UI fully based on ComfyUI.

License

NotificationsYou must be signed in to change notification settings

benchiong/whatsai-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

WhatsAI - An easy-to-use UI fully based on ComfyUI.

Simply put: You can translate any ComfyUI workflow into a WhatsAI Card (a UI built with React and Mantine).

WhatsUI Card and ComfyUI Workflow

WhatsAI CardComfyUI Workflow
Stable Diffusion Image-to-ImageComfyUI Img2Img
Stable-Diffusion-Text-to-ImageComfyUI Lora
Stable Diffusion InpaintComfyUI Inpaint
Stable Diffusion OutpaintComfyUI Outpaint
SDXL With RefinerComfyUI SDXL
SD3ComfyUI SD3
Flux DevComfyUI Flux Dev
Flux SchnellComfyUI Flux Schnell
Flux InpaintComfyUI Flux Inpaint
Flux OutpaintComfyUI Flux Outpaint
Lightricks Text-to-VideoComfyUI LTX-T2V
Lightricks Image-to-VideoComfyUI LTX-I2V
Mochi Text-to-VideoComfyUI Mochi-T2V
Hunyuan Dit Text-ImageComfyUI Hunyuan-dit-T2I
Hunyuan Text-to-VideoComfyUI Hunyuan-Video

more are coming...

cover

Installation

This project consists of anElectron + Next.js frontend and aPython backend. Thebackend-manager is a utility tool designed to manage the backend during packaging. For now, you can ignore it since the packaging process is still being optimized.

Steps to Install

Clone the repository

git clonehttps://github.com/your-repo-name.git

Install the Frontend (Electron + Next.js):

cd frontend

Install dependencies: Ensure you have Node.js installed.

npm installnextron --renderer-port 6791This will start the Next.js frontend and Electronin development mode.

Install the Backend (Python):

Navigate to the backend directory:

cd backend# (Optional) Set up a Python virtual environment:python3 -m venv venvsource venv/bin/activate# On Windows: venv\Scripts\activate

Install dependencies: Ensure you have Python 3.12 installed.

pip install -r requirements.txtpython main.py

You can also check out theComfyUI installation guide for reference.

Ensure both the frontend and backend are running simultaneously for the full application to work.

Frontend dependencies are listed in package.json, while backend dependencies are managed via requirements.txt.If you encounter issues, verify that your Node.js and Python versions meet the requirements.

Credits


[8]ページ先頭

©2009-2025 Movatter.jp