diff options
author | dan <guaneec@gmail.com> | 2022-10-03 11:25:36 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2022-10-04 11:22:41 +0000 |
commit | 2f1b61d97987ae0a52a7dfc6bc99c68928bdb594 (patch) | |
tree | b132e30296a2eefc3c18c25582bbb735a2e140d3 /requirements.txt | |
parent | 6c6ae28bf5fd1e8bc3e8f64a3430b6f29f338f77 (diff) | |
download | stable-diffusion-webui-gfx803-2f1b61d97987ae0a52a7dfc6bc99c68928bdb594.tar.gz stable-diffusion-webui-gfx803-2f1b61d97987ae0a52a7dfc6bc99c68928bdb594.tar.bz2 stable-diffusion-webui-gfx803-2f1b61d97987ae0a52a7dfc6bc99c68928bdb594.zip |
Allow nested structures inside schedules
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index d4b337fc..631fe616 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,3 +22,4 @@ clean-fid resize-right
torchdiffeq
kornia
+lark
|