{ "nbformat": 4, "nbformat_minor": 0, "metadata": { "colab": { "provenance": [] }, "kernelspec": { "name": "python3", "display_name": "Python 3" }, "language_info": { "name": "python" }, "accelerator": "GPU", "gpuClass": "standard" }, "cells": [ { "cell_type": "code", "source": [ "!git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui\n", "!curl -Lo model.ckpt https://huggingface.co/nitrosocke/Ghibli-Diffusion/resolve/main/ghibli-diffusion-v1.ckpt\n", "!mv \"/content/model.ckpt\" \"/content/stable-diffusion-webui/models/Stable-diffusion\"\n", "%cd /content/stable-diffusion-webui\n", "!COMMANDLINE_ARGS=\"--share --gradio-debug --medvram --disable-safe-unpickle\" REQS_FILE=\"requirements.txt\" python launch.py" ], "metadata": { "id": "sBbcB4vwj_jm" }, "execution_count": null, "outputs": [] }, { "cell_type": "markdown", "metadata": { "id": "fhwIXzcgfkoR" }, "source": [ "# 📚 GitHub for more: [_@nolanaatama_](https://github.com/nolanaatama)\n", "# 📦 Repo: [Github](https://github.com/nolanaatama/sd-ghibli-colab)" ] } ] }