Cozy-Nest/cozy-nest-client/README.md

883 B

Cozy Nest Client

#f03c15 If you are looking for the Automatic1111's webui extension, please look HERE. This repo host the source code of Cozy Nest client.

ko-fi

Installation

git clone https://github.com/Nevysha/Cozy-Nest.git
cd Cozy-Nest/cozy-nest-client
npm install

Usage

You need to have Cozy-Nest extension installed on a1111, and a1111 running.

# start a1111 webui server
cd Cozy-Nest/cozy-nest-client
npm run dev
# access client at http://localhost:<vite_port>

Build

cd Cozy-Nest/cozy-nest-client
# check output folder in vite.config.js. It is hard coded atm.
npm run build