Thziin commited on
Commit
d37dd45
1 Parent(s): de5e8b1

Upload ghibli.ipynb

Browse files
Files changed (1) hide show
  1. ghibli.ipynb +45 -0
ghibli.ipynb ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "!git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui\n",
23
+ "!curl -Lo model.ckpt https://huggingface.co/nitrosocke/Ghibli-Diffusion/resolve/main/ghibli-diffusion-v1.ckpt\n",
24
+ "!mv \"/content/model.ckpt\" \"/content/stable-diffusion-webui/models/Stable-diffusion\"\n",
25
+ "%cd /content/stable-diffusion-webui\n",
26
+ "!COMMANDLINE_ARGS=\"--share --gradio-debug --medvram --disable-safe-unpickle\" REQS_FILE=\"requirements.txt\" python launch.py"
27
+ ],
28
+ "metadata": {
29
+ "id": "sBbcB4vwj_jm"
30
+ },
31
+ "execution_count": null,
32
+ "outputs": []
33
+ },
34
+ {
35
+ "cell_type": "markdown",
36
+ "metadata": {
37
+ "id": "fhwIXzcgfkoR"
38
+ },
39
+ "source": [
40
+ "# 📚 GitHub for more: [_@nolanaatama_](https://github.com/nolanaatama)\n",
41
+ "# 📦 Repo: [Github](https://github.com/nolanaatama/sd-ghibli-colab)"
42
+ ]
43
+ }
44
+ ]
45
+ }