gsbm commited on
Commit
0bb8bf0
·
verified ·
1 Parent(s): d236e06

Delete notebook.ipynb

Browse files
Files changed (1) hide show
  1. notebook.ipynb +0 -59
notebook.ipynb DELETED
@@ -1,59 +0,0 @@
1
- {
2
- "cells": [
3
- {
4
- "cell_type": "code",
5
- "execution_count": null,
6
- "metadata": {
7
- "colab": {
8
- "base_uri": "https://localhost:8080/"
9
- },
10
- "id": "-ayiROzqJeXB",
11
- "outputId": "c7710012-c311-4203-9dc8-6333f0eb0e66"
12
- },
13
- "outputs": [],
14
- "source": [
15
- "!git clone -q https://huggingface.co/spaces/hysts/SD-XL\n",
16
- "%cd SD-XL\n",
17
- "%pip install -q -r requirements.txt"
18
- ]
19
- },
20
- {
21
- "cell_type": "code",
22
- "execution_count": null,
23
- "metadata": {
24
- "id": "QSF_GqTKJsN5"
25
- },
26
- "outputs": [],
27
- "source": [
28
- "import os\n",
29
- "\n",
30
- "os.environ[\"ENABLE_REFINER\"] = \"0\""
31
- ]
32
- },
33
- {
34
- "cell_type": "code",
35
- "execution_count": null,
36
- "metadata": {
37
- "id": "LJbHj7yLJ9p0"
38
- },
39
- "outputs": [],
40
- "source": [
41
- "from app import demo\n",
42
- "\n",
43
- "demo.queue().launch()"
44
- ]
45
- }
46
- ],
47
- "metadata": {
48
- "accelerator": "GPU",
49
- "colab": {
50
- "gpuType": "T4",
51
- "provenance": []
52
- },
53
- "language_info": {
54
- "name": "python"
55
- }
56
- },
57
- "nbformat": 4,
58
- "nbformat_minor": 0
59
- }