opendream
An extensible, easy-to-use, and portable diffusion web UI ๐จโ๐จ
File Explorer
Download Latest Version (.zip)- editing.png
- hero.png
- workflow.png
- controlnet_canny.py
- controlnet_openpose.py
- instruct_pix2pix.py
- sam.py
- __init__.py
- canvas.py
- extension_loader.py
- layer.py
- opendream.py
- reference.py
- server.py
- favicon.ico
- index.html
- logo192.png
- logo512.png
- manifest.json
- robots.txt
- Canvas.js
- LayerFormModal.js
- LayerItem.js
- LayersPanel.js
- MaskModal.js
- Navbar.js
- ViewWorkflowButton.js
- App.css
- App.js
- App.test.js
- index.css
- index.js
- logo.svg
- reportWebVitals.js
- setupTests.js
- .gitignore
- package-lock.json
- package.json
- README.md
- tailwind.config.js
- .gitignore
- LICENSE
- README.md
- requirements.txt
- run_opendream.sh
# Installation Guide
1. Get the code
git clone https://github.com/varunshenoy/opendream
Downloads the entire project code from GitHub to your computer.
cd opendream
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
โ ๏ธ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
cd webapp/opendream-ui
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
3. Python
EasyPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python <์คํํ ํ์ผ๋ช
>.py # README์์ ์ ํํ ์คํ ํ์ผ๋ช
์ ํ์ธํ์ธ์
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
