Questions tagged [stable-diffusion]

Stable Diffusion is an AI art engine created by Stability AI. Popularly used in installations such as Automatic1111 webgui (https://github.com/AUTOMATIC1111/stable-diffusion-webui) and others. This tag covers problems with the engine and installations that bundle other interfaces, as well as prompt crafting and workflows for all functions that Stable Diffusion supports. Training, image to image, etc.

210 questions
0
votes
0 answers

UNet2DConditionModel.from_pretrained() causes a RuntimeError: CUDA out of memory

I would like to test the Paper TEXTure locally at my place. I have successfully installed all libraries and would like to test the examples. I am using Windows, a RTX 3060 TI, CUDA 11.6 and PyTorch 1.12.1. When running I get the…
BeneB
  • 37
  • 6
0
votes
0 answers

how to fix list index out range error in deforum stable diffusion AI

Error: 'list index out of range'. Check your schedules/ init values please. Also make sure you don't have a backwards slash in any of your PATHs - use / instead of . Full error message is in your terminal/ cli. Time taken: 0.44sTorch…
0
votes
0 answers

Upload image when all I have is the file path

I am 99% sure there's an obvious answer to this, so I apologise straight up if this is a really stupid question. I am calling the stable diffusion api (using this stability-client package). I receive a response containing a path (as a string) to the…
ronnie burns
  • 230
  • 2
  • 4
  • 17
0
votes
0 answers

IndexError: list index out of range in Disco Diffusion v5.4

in Disco Diffusion v5.4 after push on "Do the Run!" it write: IndexError*: list index out of* range None Frame 0 Prompt: ['8k beautiful cyborg with blond hair, intricate, elegant, highly detailed, majestic, digital photography, art by artgerm and…
0
votes
0 answers

Convert stable diffusion unet part of the model to onnx

Given the unet part of the stable diffusion model: https://huggingface.co/stabilityai/stable-diffusion-2-inpainting/tree/main/unet how can I convert it to model.onnx and weights.bin? I tried the following but it doesn't create any model: import…
Martin
  • 219
  • 1
  • 10
0
votes
1 answer

Getting 'No module named clip' error in stable-diffusion's webui.bat, how to fix it?

It happened in my installation of stable-diffusion I have installed Clip using pip install clip and in Python.exe, import clip is successful. and when I run pip list , clip is there. but, when I run stable diffusion's webui.bat, an error pop…
0
votes
0 answers

How to "translate" a Google Colab backend from one application's plugin/addon to another's?

I'm following a video tutorial: Blender Stable Diffusion Plugin with Google Colab Support. A lot of concepts that are new to me, as although I am very familiar with Blender, I have no idea what I'm doing with Google Colab. I've downloaded his…
0
votes
0 answers

How to resolve stable_diffusion.openvino dependency conflict with numpy?

I'm trying to install stable_diffusion.openvino to get Stable Diffusion working on an Intel Mac, and with a Blender addon. But at the step of pip install -r requirements.txt, I encounter this error: ERROR: Cannot install -r requirements.txt (line…
Mentalist
  • 1,530
  • 1
  • 18
  • 32
0
votes
1 answer

Unable to download image from url in flutter app pulling from stablediffusion

For some reason sometimes the code works, sometimes it does not here is a small video:: https://www.youtube.com/watch?v=neCKWHT-nHg&feature=youtu.be Im not sure if I am not able to access the image or the image is not being stored properly... this…
Juan Casas
  • 268
  • 2
  • 13
0
votes
2 answers

Stable-Diffusion webui-user.bat gets stuck after "Model loaded"

My local Stable-Diffusion installation was working fine. One day after starting webui-user.bat the command window got stuck after this: venv "...\venv\Scripts\Python.exe" Python 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:38:17) [MSC v.1929 64…
sobo
  • 887
  • 8
  • 7
0
votes
0 answers

A new warning appears in COLAB

I have a warning on google colab because I use stable-diffusion-webui, but I was told that it is not a problem if I pay the bill. To this person. (Chris Perry @thechrisperry) But the warning has changed, You may be executing code that is disallowed…
ats
  • 1
  • 1
0
votes
0 answers

How to use images with prompts saved in the filename (via CLIP interrogation) to train a model in Stable Diffusion using the Dreambooth extension

My goal is to create a model using the Dreambooth extension in Stable Diffusion by training on a lot of images of the same person, leveraging CLIP interrogation to associate prompts with those images. I used the CLIP interrogator (by…
elderlyman
  • 500
  • 8
  • 24
0
votes
0 answers

Does the Colab PRO plan allow me to use the stabble diffusion webui?

very good night. Google recently ended access to stable diffusion webui links for free on Google Colab. I would like to know if I pay for the Colab Pro plan, will I be able to use this service again, or will I have to purchase the Colab Pro+ plan?…
0
votes
0 answers

How to generate more often images by using the huggingface pipeline for diffusion generative models?

Is this correct usage, if I want to generate more images (without changing the batch size), just to call it in a loop? # !pip install diffusers from diffusers import DDPMPipeline ddpm = DDPMPipeline.from_pretrained("google/ddpm-celebahq-256") …
0
votes
0 answers

Point-E in Unity

I'm looking for a way to get Point-E running in Unity. My plan is to make a 3D model generator with a text prompt, however, I can't really figure out how. I was able to run it in Google Colab, as well as in a Jupyter Notebook (after following some…
Mashimaro7
  • 43
  • 7