diff --git a/testing.ipynb b/testing.ipynb
index 6b0cf19..d91af8c 100644
--- a/testing.ipynb
+++ b/testing.ipynb
@@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
- "execution_count": 1,
+ "execution_count": 5,
"metadata": {},
"outputs": [],
"source": [
@@ -13,14 +13,14 @@
},
{
"cell_type": "code",
- "execution_count": 2,
+ "execution_count": 6,
"metadata": {},
"outputs": [],
"source": [
"payload = {\n",
- " \"prompt\": \"cute girlhand on cheek eyes closed thinking hard, sfw\",\n",
- " \"styles\": [\"Bot\"],\n",
- " \"steps\": 70,\n",
+ " \"prompt\": \"view from behind web developer sitting in a chair, sfw\",\n",
+ " \"styles\": [\"default\"],\n",
+ " \"steps\": 28,\n",
" \"seed\": -1,\n",
" \"n_iter\": 1,\n",
" \"height\": 1024,\n",
@@ -39,25 +39,25 @@
"\n",
"payload.update(override_payload)\n",
"\n",
- "url = \"https://art.jurydoak.com/sdapi/v1\"\n",
- "# url = \"http://localhost:7860/sdapi/v1\""
+ "# url = \"https://art.jurydoak.com/sdapi/v1\"\n",
+ "url = \"http://10.6.9.69:7860/sdapi/v1\""
]
},
{
"cell_type": "code",
- "execution_count": 3,
+ "execution_count": 7,
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
- "
"
+ "
"
],
"text/plain": [
""
]
},
- "execution_count": 3,
+ "execution_count": 7,
"metadata": {},
"output_type": "execute_result"
}
@@ -95,7 +95,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
- "version": "3.10.8 (main, Nov 1 2022, 14:18:21) [GCC 12.2.0]"
+ "version": "3.11.0"
},
"orig_nbformat": 4,
"vscode": {