https://github.com/camenduru/stable-diffusion-webui-colab是一个开源的项目,目的是快速在 colab 中部署并使用 Stable Diffusion 模型(适用于没有显卡的用户)。该项目提供了一系列 Jupyter Notebook,可以在 Google Colab 上部署 Stable Diffusion Web UI。该项目的 GitHub 仓库中提供了不同模型的 .ipynb 文件,...
根据下图的红圈部分,点击下载。 将其上传至GoogleDrive根目录 点击新建后,然后点击上传文件。 2. 访问 colab 首先第一步,访问下面的链接: https://colab.research.google.com/github/camenduru/stable-diffusion-webui-colab/blob/main/stable/stable_diffusion_v2_1_webui_colab.ipynb 访问成功后,是下面这个样子:...
stable-diffusion_webui使用的是这个项目【以下简称SDwebui】https://github.com/camenduru/stable-diffusion-webui-colab个人现在使用的是这个https://colab.research.google.com/github/camenduru/stable-diffusion-webui-colab/blob/main/stable/stable_diffusion_v2_1_webui_colab.ipynb 准备工作完毕,开始搭建环境...
2、打开你谷歌云端硬盘的这个目录:stable-diffusion-webui/models/Stable-diffusion 3、默认情况下应该是只有一个Put Stable Diffusion checkpoints here.txt文件,如果有别的不是你下载的,那你直接删掉就OK了。4、打开🔜:Civitai选一个你喜欢的checkpoint:你可以选择自己下载然后上传到谷歌云端硬盘,也可以直接借...
https://colab.research.google.com/github/camenduru/stable-diffusion-webui-colab/blob/main/stable_diffusion_webui_colab.ipynb Stable Diffusion 1.5 stable_diffusion_1_5_webui_colab https://colab.research.google.com/github/camenduru/stable-diffusion-webui-colab/blob/main/stable_diffusion_1_5_web...
不过由于stable_diffusion对于电脑显卡要求较高(基本要3系以上显卡,显存至少要8GB,SD的模型占据的硬盘也比较多,至少有20-30GB空间)或者mac os系统的电脑,所以本次方案可以解决这些问题,通过google colab的免费算力来帮我们实现stable_diffusion_webui的部署。
stable-diffusion-webui-colabstable diffusion webui colab项目地址:https://gitcode.com/gh_mirrors/st/stable-diffusion-webui-colab 1. 项目介绍 Stable-Diffusion-WebUI-Collab 是一个基于 Google Colab 的开源项目,它允许用户在云端轻松运行 stable-diffusion-webui。这个工具集成了模型和扩展,让用户能够快速生成...
第一部分:界面最上端stable diffusion checkpoint 是我们选择的模型文件,我们下载的chilloutmixni模型,放置到models 文件夹下面的Stable-diffusion文件夹下,这里就可以选择使用。第二部分,便是Stable-diffusion webui项目的主要功能与设置操作 txt2img:顾名思义是通过文本的描述来生成图片img2img:有一张图片生成...
webui github 地址:https://github.com/sd-webui/stable-diffusion-webui 平台搭建 今天就来交大家如果来搭建和使用这个云平台。 第一步: 打开链接 https://colab.research.google.com/github/altryne/sd-webui-colab/blob/main/Stable_Diffusion_WebUi_Altryne.ipynb ...
本文将介绍如何使用stable-diffusion-webui-colab,以帮助用户更好地理解和应用该工具。 一、准备工作 在使用stable-diffusion-webui-colab之前,需要先了解稳定扩散系统的基本概念和相关知识。同时,确保您的计算机上已安装GoogleColab客户端和相应的稳定扩散系统软件。 二、启动Colab 在GoogleColab控制台中,创建一个新的...