Skip to content

Commit

Permalink
add missed cv2 into decidiffusion (#1982)
Browse files Browse the repository at this point in the history
CVS-140131
  • Loading branch information
eaidova authored Apr 30, 2024
1 parent be9bd87 commit ff84262
Showing 1 changed file with 2 additions and 24 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"cells": [
{
"attachments": {},
"cell_type": "markdown",
"id": "d59799fb-ee4c-4601-acb1-05c653331a96",
"metadata": {},
Expand Down Expand Up @@ -50,7 +49,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "13c7efe9-5dbd-4904-be80-27ec6d0ec27b",
"metadata": {},
Expand All @@ -68,11 +66,10 @@
"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\""
"%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\""
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "e209ffee-bae8-48f0-8666-7d75d49ba4c9",
"metadata": {},
Expand Down Expand Up @@ -167,7 +164,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "ace6a515-3de6-414d-a15a-b5c845e009fa",
"metadata": {},
Expand Down Expand Up @@ -250,7 +246,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "5badfb50-1349-44c1-bae7-e48e322d23a4",
"metadata": {},
Expand Down Expand Up @@ -330,7 +325,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "91ea70c1-3b81-40a1-96b0-18e1d8833ef4",
"metadata": {},
Expand Down Expand Up @@ -442,7 +436,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "e52fa562-f5fb-4c5e-b6a0-a9707b547a7e",
"metadata": {},
Expand Down Expand Up @@ -856,7 +849,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "a57236f8-990c-4500-bd79-53429ac7ec4c",
"metadata": {},
Expand All @@ -876,7 +868,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "53d8d1e8-d4c6-42bc-9d76-48b728574279",
"metadata": {},
Expand Down Expand Up @@ -937,7 +928,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "8971d327-1925-4996-93bc-b68a247c557d",
"metadata": {},
Expand Down Expand Up @@ -978,7 +968,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "572420e2-261a-493b-930f-72bf646c0021",
"metadata": {},
Expand Down Expand Up @@ -1084,7 +1073,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "f3d0aa91-2739-4401-ab63-c21c5a027058",
"metadata": {},
Expand Down Expand Up @@ -1211,7 +1199,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "0075bf16",
"metadata": {},
Expand Down Expand Up @@ -1265,7 +1252,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "5fcf00ec",
"metadata": {},
Expand Down Expand Up @@ -1294,7 +1280,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "620932bc",
"metadata": {},
Expand Down Expand Up @@ -1385,7 +1370,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "37bf3d8f",
"metadata": {},
Expand Down Expand Up @@ -1456,7 +1440,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "068a5117",
"metadata": {},
Expand Down Expand Up @@ -1508,7 +1491,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "1d8ddf6f",
"metadata": {},
Expand Down Expand Up @@ -1570,7 +1552,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "af613aef",
"metadata": {},
Expand Down Expand Up @@ -1632,7 +1613,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "150316f0",
"metadata": {},
Expand Down Expand Up @@ -1702,7 +1682,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "0a82b780",
"metadata": {},
Expand Down Expand Up @@ -1739,7 +1718,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "d3a27c6e-c16d-40ab-b6ea-68f3d8d95d80",
"metadata": {},
Expand Down Expand Up @@ -1939,7 +1917,7 @@
],
"libraries": [],
"other": [
"Stable Diffusion"
"Stable Diffusion"
],
"tasks": [
"Image-to-Image",
Expand Down

0 comments on commit ff84262

Please sign in to comment.