Adityadn commited on
Commit
c1ddd65
·
verified ·
1 Parent(s): d215ae6

Delete fooocus_colab.ipynb

Browse files
Files changed (1) hide show
  1. fooocus_colab.ipynb +0 -35
fooocus_colab.ipynb DELETED
@@ -1,35 +0,0 @@
1
- {
2
- "cells": [
3
- {
4
- "cell_type": "code",
5
- "execution_count": null,
6
- "metadata": {
7
- "id": "VjYy0F2gZIPR"
8
- },
9
- "outputs": [],
10
- "source": [
11
- "!pip install pygit2==1.12.2\n",
12
- "%cd /content\n",
13
- "!git clone https://github.com/lllyasviel/Fooocus.git\n",
14
- "%cd /content/Fooocus\n",
15
- "!python entry_with_update.py --share\n"
16
- ]
17
- }
18
- ],
19
- "metadata": {
20
- "accelerator": "GPU",
21
- "colab": {
22
- "gpuType": "T4",
23
- "provenance": []
24
- },
25
- "kernelspec": {
26
- "display_name": "Python 3",
27
- "name": "python3"
28
- },
29
- "language_info": {
30
- "name": "python"
31
- }
32
- },
33
- "nbformat": 4,
34
- "nbformat_minor": 0
35
- }