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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 65 additions and 32 deletions

View File

@ -1,5 +1,14 @@
{
"cells": [
{
"cell_type": "markdown",
"source": [
"Prepare"
],
"metadata": {
"id": "UU4VQX2uMTJh"
}
},
{
"cell_type": "code",
"execution_count": null,
@ -10,17 +19,41 @@
"source": [
"!pip install pygit2==1.12.2\n",
"%cd /content\n",
"!git clone https://github.com/lllyasviel/Fooocus.git\n",
"%cd /content/Fooocus\n",
"!python entry_with_update.py --share\n"
"!git clone https://github.com/mashb1t/Fooocus.git\n",
"%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": []
"provenance": [
{
"file_id": "https://github.com/mashb1t/Fooocus/blob/main/fooocus_colab.ipynb",
"timestamp": 1703545226503
}
]
},
"kernelspec": {
"display_name": "Python 3",