From 768a1358593d5c4fa6c62783d314a4795db1a35f Mon Sep 17 00:00:00 2001 From: Manuel Schmid <9307310+mashb1t@users.noreply.github.com> Date: Tue, 26 Dec 2023 00:07:55 +0100 Subject: [PATCH] use mashb1t repo url in fooocus_colab playbook --- fooocus_colab.ipynb | 97 ++++++++++++++++++++++++++++++--------------- 1 file changed, 65 insertions(+), 32 deletions(-) diff --git a/fooocus_colab.ipynb b/fooocus_colab.ipynb index 205dac55..3d935195 100644 --- a/fooocus_colab.ipynb +++ b/fooocus_colab.ipynb @@ -1,35 +1,68 @@ { - "cells": [ - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "id": "VjYy0F2gZIPR" - }, - "outputs": [], - "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" - ] - } - ], - "metadata": { - "accelerator": "GPU", - "colab": { - "gpuType": "T4", - "provenance": [] + "cells": [ + { + "cell_type": "markdown", + "source": [ + "Prepare" + ], + "metadata": { + "id": "UU4VQX2uMTJh" + } + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": { + "id": "VjYy0F2gZIPR" + }, + "outputs": [], + "source": [ + "!pip install pygit2==1.12.2\n", + "%cd /content\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": [ + { + "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": { - "display_name": "Python 3", - "name": "python3" - }, - "language_info": { - "name": "python" - } - }, - "nbformat": 4, - "nbformat_minor": 0 + "nbformat": 4, + "nbformat_minor": 0 }