abby101 commited on
Commit
ed8b6c1
1 Parent(s): f7a5c4d

correct tag use

Browse files
test-model-card-template-dreambooth-sd15-lora-adv.ipynb CHANGED
@@ -4,7 +4,16 @@
4
  "cell_type": "code",
5
  "execution_count": 1,
6
  "metadata": {},
7
- "outputs": [],
 
 
 
 
 
 
 
 
 
8
  "source": [
9
  "!pip install git+https://github.com/chiral-carbon/diffusers@advdiff -q"
10
  ]
@@ -13,7 +22,16 @@
13
  "cell_type": "code",
14
  "execution_count": 2,
15
  "metadata": {},
16
- "outputs": [],
 
 
 
 
 
 
 
 
 
17
  "source": [
18
  "import os, re\n",
19
  "\n",
@@ -299,7 +317,7 @@
299
  "name": "python",
300
  "nbconvert_exporter": "python",
301
  "pygments_lexer": "ipython3",
302
- "version": "3.10.9"
303
  }
304
  },
305
  "nbformat": 4,
 
4
  "cell_type": "code",
5
  "execution_count": 1,
6
  "metadata": {},
7
+ "outputs": [
8
+ {
9
+ "name": "stdout",
10
+ "output_type": "stream",
11
+ "text": [
12
+ "\u001b[33mDEPRECATION: torchsde 0.2.5 has a non-standard dependency specifier numpy>=1.19.*; python_version >= \"3.7\". pip 23.3 will enforce this behaviour change. A possible replacement is to upgrade to a newer version of torchsde or contact the author to suggest that they release a version with a conforming dependency specifiers. Discussion can be found at https://github.com/pypa/pip/issues/12063\u001b[0m\u001b[33m\n",
13
+ "\u001b[0m"
14
+ ]
15
+ }
16
+ ],
17
  "source": [
18
  "!pip install git+https://github.com/chiral-carbon/diffusers@advdiff -q"
19
  ]
 
22
  "cell_type": "code",
23
  "execution_count": 2,
24
  "metadata": {},
25
+ "outputs": [
26
+ {
27
+ "name": "stderr",
28
+ "output_type": "stream",
29
+ "text": [
30
+ "/Users/ada/miniconda3/envs/hf-diff/lib/python3.10/site-packages/tqdm/auto.py:21: TqdmWarning: IProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html\n",
31
+ " from .autonotebook import tqdm as notebook_tqdm\n"
32
+ ]
33
+ }
34
+ ],
35
  "source": [
36
  "import os, re\n",
37
  "\n",
 
317
  "name": "python",
318
  "nbconvert_exporter": "python",
319
  "pygments_lexer": "ipython3",
320
+ "version": "3.10.12"
321
  }
322
  },
323
  "nbformat": 4,