ChildishEgg commited on
Commit
e5e7545
β€’
1 Parent(s): a228139

Upload anythingv3.ipynb

Browse files
Files changed (1) hide show
  1. anythingv3.ipynb +50 -0
anythingv3.ipynb ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "nbformat": 4,
3
+ "nbformat_minor": 0,
4
+ "metadata": {
5
+ "colab": {
6
+ "provenance": []
7
+ },
8
+ "kernelspec": {
9
+ "name": "python3",
10
+ "display_name": "Python 3"
11
+ },
12
+ "language_info": {
13
+ "name": "python"
14
+ },
15
+ "accelerator": "GPU",
16
+ "gpuClass": "standard"
17
+ },
18
+ "cells": [
19
+ {
20
+ "cell_type": "code",
21
+ "source": [
22
+ "!pip install --upgrade fastapi==0.90.0\n",
23
+ "!git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui\n",
24
+ "!git clone https://github.com/yfszzx/stable-diffusion-webui-images-browser /content/stable-diffusion-webui/extensions/stable-diffusion-webui-images-browser\n",
25
+ "!curl -Lo anythingv3.ckpt https://huggingface.co/nolanaatama/av3/resolve/main/av3.ckpt\n",
26
+ "!curl -Lo anythingv3.vae.pt https://huggingface.co/nolanaatama/av3/resolve/main/av3.vae.pt\n",
27
+ "!mv \"/content/anythingv3.ckpt\" \"/content/stable-diffusion-webui/models/Stable-diffusion\"\n",
28
+ "!mv \"/content/anythingv3.vae.pt\" \"/content/stable-diffusion-webui/models/Stable-diffusion\"\n",
29
+ "%cd /content/stable-diffusion-webui\n",
30
+ "!git checkout 91c8d0d\n",
31
+ "!COMMANDLINE_ARGS=\"--share --disable-safe-unpickle --no-half-vae --xformers --reinstall-xformers --enable-insecure-extension-access\" REQS_FILE=\"requirements.txt\" python launch.py"
32
+ ],
33
+ "metadata": {
34
+ "id": "sBbcB4vwj_jm"
35
+ },
36
+ "execution_count": null,
37
+ "outputs": []
38
+ },
39
+ {
40
+ "cell_type": "markdown",
41
+ "metadata": {
42
+ "id": "fhwIXzcgfkoR"
43
+ },
44
+ "source": [
45
+ "# πŸ“š GitHub for more: [_@nolanaatama_](https://github.com/nolanaatama)\n",
46
+ "# πŸ“¦ Repo: [Github](https://github.com/nolanaatama/sd-anythingv3-colab)"
47
+ ]
48
+ }
49
+ ]
50
+ }