Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.22 KB

File metadata and controls

30 lines (25 loc) · 1.22 KB

Introduction

An Interior design AI demo by stable diffusion and ControlNet.

Reference

Getting Started

Installation

conda env create -f environment.yaml
conda activate control

Run

Replace <azure openai endpoint> and <azure openai key> in chatgpt.py, and then

python main.py

This will deploy an web UI on local machine. By default the address will be http://0.0.0.0:7860/

Build and Test

TODO: Describe and show how to build your code and run the tests.

Contribute

TODO: Explain how other users and developers can contribute to make your code better.

If you want to learn more about creating good readme files then refer the following guidelines. You can also seek inspiration from the below readme files: