summaryrefslogtreecommitdiffstats
path: root/environment.yaml
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2023-03-21 14:18:08 +0100
committerVolpeon <git@volpeon.ink>2023-03-21 14:18:08 +0100
commit744b87831f5e854d86c9f39c131386c3b26e9304 (patch)
tree66226b7a8dfe5403b2dacf2c7397833d981ab3c1 /environment.yaml
parentFixed SNR weighting, re-enabled xformers (diff)
downloadtextual-inversion-diff-744b87831f5e854d86c9f39c131386c3b26e9304.tar.gz
textual-inversion-diff-744b87831f5e854d86c9f39c131386c3b26e9304.tar.bz2
textual-inversion-diff-744b87831f5e854d86c9f39c131386c3b26e9304.zip
Added dadaptation
Diffstat (limited to 'environment.yaml')
-rw-r--r--environment.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/environment.yaml b/environment.yaml
index db43bd5..42b568f 100644
--- a/environment.yaml
+++ b/environment.yaml
@@ -11,10 +11,10 @@ dependencies:
11 - python=3.10.8 11 - python=3.10.8
12 - pytorch=2.0.0=*cuda11.8* 12 - pytorch=2.0.0=*cuda11.8*
13 - torchvision=0.15.0 13 - torchvision=0.15.0
14 # - xformers=0.0.17.dev476
15 - pip: 14 - pip:
16 - -e . 15 - -e .
17 - -e git+https://github.com/huggingface/diffusers#egg=diffusers 16 - -e git+https://github.com/huggingface/diffusers#egg=diffusers
17 - -e git+https://github.com/facebookresearch/dadaptation#egg=dadaptation
18 - accelerate==0.17.1 18 - accelerate==0.17.1
19 - bitsandbytes==0.37.1 19 - bitsandbytes==0.37.1
20 - peft==0.2.0 20 - peft==0.2.0