Skip to content

Commit

Permalink
fix decidiffusion notebook (#2130)
Browse files Browse the repository at this point in the history
  • Loading branch information
eaidova committed Jun 19, 2024
1 parent abcc68e commit 3bfe132
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .ci/check_links.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"http://host.robots.ox.ac.uk",
"https://gitee.com/",
"https://openai.com/",
"https://deci.ai/",
]


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"metadata": {},
"outputs": [],
"source": [
"%pip install -q --extra-index-url https://download.pytorch.org/whl/cpu \"diffusers\" \"transformers\" \"torch>=2.1\" \"pillow\" \"openvino>=2023.1.0\" \"gradio>=4.19\" \"datasets>=2.14.6\" \"huggingface-hub>=0.19.4\" \"nncf>=2.7.0\" \"peft==0.6.2\" \"opencv-python\""
"%pip install -q --extra-index-url https://download.pytorch.org/whl/cpu \"diffusers<0.29.0\" \"transformers\" \"torch>=2.1\" \"pillow\" \"openvino>=2023.1.0\" \"gradio>=4.19\" \"datasets>=2.14.6\" \"huggingface-hub>=0.19.4\" \"nncf>=2.7.0\" \"peft==0.6.2\" \"opencv-python\""
]
},
{
Expand Down

0 comments on commit 3bfe132

Please sign in to comment.