Skip to content

Commit

Permalink
simpmaker_3k
Browse files Browse the repository at this point in the history
  • Loading branch information
camenduru authored Jan 2, 2023
1 parent fb4d335 commit 0c46f36
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/camenduru/stable-diffusion-webui-colab/blob/main/cafe_instagram_v6_webui_colab.ipynb) cafe_instagram_v6_webui_colab | https://huggingface.co/cafeai/cafe-instagram-sd-1-5-v6
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/camenduru/stable-diffusion-webui-colab/blob/main/cinematic_diffusion_webui_colab.ipynb) cinematic_diffusion_webui_colab (Use the tokens `syberart` in your prompts for the effect.) | https://huggingface.co/Basunat/Cinematic-Diffusion
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/camenduru/stable-diffusion-webui-colab/blob/main/food_crit_webui_colab.ipynb) food_crit_webui_colab (Use the tokens `food_crit` in your prompts for the effect.) | https://huggingface.co/plasmo/food-crit
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/camenduru/stable-diffusion-webui-colab/blob/main/simpmaker_3k_webui_colab.ipynb) simpmaker_3k_webui_colab | https://huggingface.co/AmethystVera/SimpMaker-3K1

## 🦆 Kaggle
https://www.kaggle.com/code/camenduru/stable-diffusion-webui-kaggle
Expand Down
57 changes: 57 additions & 0 deletions simpmaker_3k_webui_colab.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {
"id": "view-in-github"
},
"source": [
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/camenduru/stable-diffusion-webui-colab/blob/main/simpmaker_3k_webui_colab.ipynb)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"id": "SaAJk33ppFw1"
},
"outputs": [],
"source": [
"!pip install -q https://github.com/camenduru/stable-diffusion-webui-colab/releases/download/0.0.15/xformers-0.0.15.dev0+189828c.d20221207-cp38-cp38-linux_x86_64.whl\n",
"\n",
"!git clone https://github.com/camenduru/stable-diffusion-webui\n",
"!git clone https://github.com/deforum-art/deforum-for-automatic1111-webui /content/stable-diffusion-webui/extensions/deforum-for-automatic1111-webui\n",
"!git clone https://github.com/yfszzx/stable-diffusion-webui-images-browser /content/stable-diffusion-webui/extensions/stable-diffusion-webui-images-browser\n",
"!git clone https://github.com/camenduru/stable-diffusion-webui-huggingface /content/stable-diffusion-webui/extensions/stable-diffusion-webui-huggingface\n",
"%cd /content/stable-diffusion-webui\n",
"\n",
"!wget https://huggingface.co/AmethystVera/SimpMaker-3K1/resolve/main/SimpMaker%203k.ckpt -O /content/stable-diffusion-webui/models/Stable-diffusion/SimpMaker%203k.ckpt\n",
"# !wget https://huggingface.co/AmethystVera/SimpMaker-3K1/resolve/main/SimpMaker%203k1.ckpt -O /content/stable-diffusion-webui/models/Stable-diffusion/SimpMaker%203k1.ckpt\n",
"# !wget https://huggingface.co/AmethystVera/SimpMaker-3K1/resolve/main/SimpMaker%203k2.ckpt -O /content/stable-diffusion-webui/models/Stable-diffusion/SimpMaker%203k2.ckpt\n",
"!wget https://huggingface.co/AmethystVera/SimpMaker-3K1/resolve/main/SimpMaker%203k3.ckpt -O /content/stable-diffusion-webui/models/Stable-diffusion/SimpMaker%203k3.ckpt\n",
"!wget https://huggingface.co/AmethystVera/SimpMaker-3K1/resolve/main/vae-ft-mse-840000-ema-pruned.ckpt -O /content/stable-diffusion-webui/models/Stable-diffusion/SimpMaker%203k3.vae.pt\n",
"\n",
"!python launch.py --share --xformers"
]
}
],
"metadata": {
"accelerator": "GPU",
"colab": {
"collapsed_sections": [],
"private_outputs": true,
"provenance": []
},
"gpuClass": "standard",
"kernelspec": {
"display_name": "Python 3",
"name": "python3"
},
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 0
}

0 comments on commit 0c46f36

Please sign in to comment.