From add7234e806807d8c153050b0fb10e66fb0d4775 Mon Sep 17 00:00:00 2001 From: Lawrence Neal Date: Wed, 23 Nov 2022 21:31:44 -0800 Subject: [PATCH] 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 --- requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements.txt b/requirements.txt index 2404caa..0cd8b07 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,4 +13,7 @@ transformers==4.19.2 webdataset==0.2.5 open-clip-torch==2.7.0 gradio==3.11 +kornia==0.6 +invisible-watermark>=0.1.5 +streamlit-drawable-canvas==0.8.0 -e .