use mashb1t repo url in fooocus_colab playbook

This commit is contained in:
Manuel Schmid
2023-12-26 00:07:55 +01:00
committed by GitHub
parent f76f91c1e3
commit 768a135859
+65 -32
View File
@@ -1,35 +1,68 @@
{ {
"cells": [ "cells": [
{ {
"cell_type": "code", "cell_type": "markdown",
"execution_count": null, "source": [
"metadata": { "Prepare"
"id": "VjYy0F2gZIPR" ],
}, "metadata": {
"outputs": [], "id": "UU4VQX2uMTJh"
"source": [ }
"!pip install pygit2==1.12.2\n", },
"%cd /content\n", {
"!git clone https://github.com/lllyasviel/Fooocus.git\n", "cell_type": "code",
"%cd /content/Fooocus\n", "execution_count": null,
"!python entry_with_update.py --share\n" "metadata": {
] "id": "VjYy0F2gZIPR"
} },
], "outputs": [],
"metadata": { "source": [
"accelerator": "GPU", "!pip install pygit2==1.12.2\n",
"colab": { "%cd /content\n",
"gpuType": "T4", "!git clone https://github.com/mashb1t/Fooocus.git\n",
"provenance": [] "%cd /content/Fooocus"
]
},
{
"cell_type": "markdown",
"source": [
"Run"
],
"metadata": {
"id": "NBIrweiOMYFl"
}
},
{
"cell_type": "code",
"source": [
"!python entry_with_update.py --share"
],
"metadata": {
"id": "gPZEYpsfMDxQ"
},
"execution_count": null,
"outputs": []
}
],
"metadata": {
"accelerator": "GPU",
"colab": {
"gpuType": "T4",
"provenance": [
{
"file_id": "https://github.com/mashb1t/Fooocus/blob/main/fooocus_colab.ipynb",
"timestamp": 1703545226503
}
]
},
"kernelspec": {
"display_name": "Python 3",
"name": "python3"
},
"language_info": {
"name": "python"
}
}, },
"kernelspec": { "nbformat": 4,
"display_name": "Python 3", "nbformat_minor": 0
"name": "python3"
},
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 0
} }