Merge pull request #156 from SamratBarai/patch-2

This commit is contained in:
Gong Junmin
2025-05-13 20:32:30 +08:00
committed by GitHub
+4 -2
View File
@@ -123,7 +123,9 @@
"\n", "\n",
"\n", "\n",
"print(\" * Running UI...\")\n", "print(\" * Running UI...\")\n",
"!python app.py --checkpoint_path ./checkpoints/ --port 7865 --device_id 0 --share true --bf16 {bf16}" "\n",
"!pip install e .",
"!acestep --checkpoint_path ./checkpoints/ --port 7865 --device_id 0 --share true --bf16 {bf16}"
], ],
"metadata": { "metadata": {
"cellView": "form", "cellView": "form",
@@ -133,4 +135,4 @@
"outputs": [] "outputs": []
} }
] ]
} }