mirror of
https://github.com/Stability-AI/stablediffusion.git
synced 2024-12-22 15:44:58 +00:00
Add runtime requirements
Tested with the following: python -m venv venv source venv/bin/activate pip install -U pip pip install -r requirements.txt on Ubuntu 22 with Python 3.8, or similar
This commit is contained in:
parent
33910c386e
commit
add7234e80
1 changed files with 3 additions and 0 deletions
|
@ -13,4 +13,7 @@ transformers==4.19.2
|
||||||
webdataset==0.2.5
|
webdataset==0.2.5
|
||||||
open-clip-torch==2.7.0
|
open-clip-torch==2.7.0
|
||||||
gradio==3.11
|
gradio==3.11
|
||||||
|
kornia==0.6
|
||||||
|
invisible-watermark>=0.1.5
|
||||||
|
streamlit-drawable-canvas==0.8.0
|
||||||
-e .
|
-e .
|
||||||
|
|
Loading…
Reference in a new issue