hysts HF staff commited on
Commit
1d22eb8
1 Parent(s): a6d82aa
Files changed (1) hide show
  1. notebooks/notebook.ipynb +6 -24
notebooks/notebook.ipynb CHANGED
@@ -8,29 +8,9 @@
8
  },
9
  "outputs": [],
10
  "source": [
11
- "!git clone --recursive https://huggingface.co/spaces/hysts/ControlNet-v1-1"
12
- ]
13
- },
14
- {
15
- "cell_type": "code",
16
- "execution_count": null,
17
- "metadata": {
18
- "id": "IZlaYNTWoFPK"
19
- },
20
- "outputs": [],
21
- "source": [
22
- "%cd ControlNet-v1-1"
23
- ]
24
- },
25
- {
26
- "cell_type": "code",
27
- "execution_count": null,
28
- "metadata": {
29
- "id": "P_fzYrLvoIcI"
30
- },
31
- "outputs": [],
32
- "source": [
33
- "!pip install -q -r requirements.txt"
34
  ]
35
  },
36
  {
@@ -41,7 +21,9 @@
41
  },
42
  "outputs": [],
43
  "source": [
44
- "import app"
 
 
45
  ]
46
  },
47
  {
 
8
  },
9
  "outputs": [],
10
  "source": [
11
+ "!git clone --recursive https://huggingface.co/spaces/hysts/ControlNet-v1-1\n",
12
+ "%cd ControlNet-v1-1\n",
13
+ "%pip install -q -r requirements.txt"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  ]
15
  },
16
  {
 
21
  },
22
  "outputs": [],
23
  "source": [
24
+ "from app import demo\n",
25
+ "\n",
26
+ "demo.queue().launch()"
27
  ]
28
  },
29
  {