File size: 664 Bytes
e3c1387
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
  "nbformat": 4,
  "nbformat_minor": 0,
  "metadata": {
    "colab": {
      "provenance": [],
      "gpuType": "T4"
    },
    "kernelspec": {
      "name": "python3",
      "display_name": "Python 3"
    },
    "language_info": {
      "name": "python"
    },
    "accelerator": "GPU"
  },
  "cells": [
    {
      "cell_type": "code",
      "execution_count": null,
      "metadata": {
        "id": "03LQ-hg9emBa"
      },
      "outputs": [],
      "source": [
        "!git clone https://huggingface.co/spaces/Linaqruf/Animagine-XL\n",
        "%cd Animagine-XL\n",
        "!pip install -r requirements.txt\n",
        "!python app.py"
      ]
    }
  ]
}