Skip to content

Commit

Permalink
blend
Browse files Browse the repository at this point in the history
  • Loading branch information
camenduru authored Jan 2, 2023
1 parent 422c0d0 commit 07150d4
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@
[![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/yiffy_mix_webui_colab.ipynb) yiffy_mix_webui_colab | https://civitai.com/models/3671/yiffymix
[![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/babes_blend_webui_colab.ipynb) babes_blend_webui_colab | https://civitai.com/models/2220/babes
[![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/samdoessexy_blend_webui_colab.ipynb) samdoessexy_blend_webui_colab | https://civitai.com/models/1180/samdoessexy-blend
[![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/comics_blend_webui_colab.ipynb) comics_blend_webui_colab | https://civitai.com/models/1491/comicsblend
[![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/comics_blend_webui_colab.ipynb) comics_blend_webui_colab (Use the tokens `ComplexLA style` `nvinkpunk` `marioalberti artstyle` `ghibli style` in your prompts for the effect.) | https://civitai.com/models/1491/comicsblend
[![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/dream_like_sam_kuvshino_webui_colab.ipynb) dream_like_sam_kuvshino_webui_colab | https://civitai.com/models/1473/dreamlikesamkuvshinov

## 🦆 Kaggle
https://www.kaggle.com/code/camenduru/stable-diffusion-webui-kaggle
Expand Down
54 changes: 54 additions & 0 deletions dream_like_sam_kuvshino_webui_colab.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"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/dream_like_sam_kuvshino_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",
"!apt-get -y install -qq aria2\n",
"!aria2c -c -x 10 -s 10 -k 1M https://civitai.com/api/download/models/1574 -d /content/stable-diffusion-webui/models/Stable-diffusion\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 07150d4

Please sign in to comment.