Skip to content

Commit 57fff11

Browse files
committed
Update to diffuesr 0.4.1
1 parent 38d95e0 commit 57fff11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ dependencies:
5555
- debugpy=1.6.0=py310hd8f1fbe_0
5656
- decorator=5.1.1=pyhd8ed1ab_0
5757
- defusedxml=0.7.1=pyhd8ed1ab_0
58-
- diffusers=0.4.0=pyhd8ed1ab_0
58+
- diffusers=0.4.1=pyhd8ed1ab_0
5959
- dill=0.3.5.1=pyhd8ed1ab_0
6060
- docstring-to-markdown=0.10=pyhd8ed1ab_0
6161
- entrypoints=0.4=pyhd8ed1ab_0

stablediffusion_infinity_colab.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"source": [
4040
"#@title setup libs\n",
4141
"!nvidia-smi -L\n",
42-
"!pip install -qq -U diffusers==0.4.0 transformers ftfy\n",
42+
"!pip install -qq -U diffusers==0.4.1 transformers ftfy\n",
4343
"!pip install -q gradio==3.4.0\n",
4444
"!pip install -q fpie"
4545
]

0 commit comments

Comments
 (0)