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

when using train tab in stable diffusion webui, it says can't find Deepdanbooru

When i was running stable-diffusion-webui's preprocess images feature on MacBookpro M1 + macos12.6 + python3.10, it says: File "user/Desktop/stable-diffusion-webui/modules/deepbooru.py", line 88, in get_deepbooru_tags_model import deepdanbooru…
Aaron
  • 3
  • 2
0
votes
2 answers

How to display image data returned from dreambooth / stable-diffusion model?

I'm querying a dreambooth model from Hugging Face using the inference API and am getting a huge data response string back which starts with: ����çx00çx10JFIFçx00çx01çx01çx00çx00çx01çx0... Content-type is: image/jpeg How do I decode this and display…
0
votes
0 answers

How to put a 2d image into 4d space -python

How would I place a 2d image into space, and than proceed to do a 360 rotation around the image. The image has depth files, in which im thinking would be beneficial to find a midpoint in the depth and revolve around that? Trying to have the ability…
VRamxn
  • 1
0
votes
0 answers

in Textual-inversion fine-tuning for Stable Diffusion using dffusers I got this error on the step "Setup and check the images you have just added"

on:https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/sd_textual_inversion_training.ipynb?authuser=1#scrollTo=tAZq3vFDcFiT name:sd_textual_inversion_training.ipynb images seem of the fine size of 512x512 I got this…
0
votes
0 answers

using the sampler of stable diffusion results in a dimension error

I'm trying to use stable diffusion's…
edward
  • 1
  • 3
0
votes
1 answer

Automatic1111 not working again for M1 users

https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Installation-on-Apple-Silicon After some recent updates to Automatic1111's Web-Ui I can't get the webserver to start again. I'm hoping that someone here might have figured it out. I'm…
0
votes
0 answers

how to dynamically save and load find-tuned models server-side?

I would like to fine-tune a model specifically to a users input (f.e stable diffusion) and save that tuned model persistently on cloud storage or s3 after - then i want to be able to (down)load it back into memory for inference anytime later - how…
soft_and_ware
  • 87
  • 1
  • 8
0
votes
0 answers

No `test dataloader()` method defined to run Trainer.test while training Dreambooth-Stable-Diffusion

I'm implementing Dreambooth-Stable-Diffusion On Google Colab. I was able to install coda replicate the same steps mentioned in the repo above, and generate the regulation images successfully. However, I'm getting…
salRad
  • 320
  • 1
  • 8
  • 21
-1
votes
0 answers

getattr(): attribute name must be string Text-To-Image Generation (StableDiffusion)

enter image description here enter image description here text `# make sure you're logged in with `huggingface-cli login` pipe = StableDiffusionPipeline.from_pretrained( 'CompVis/stable-diffusion-v1-4', revision='fp16', …
-1
votes
0 answers

Stable diffusion installing torch 2.0.1 is not installed problem

WARNING: Retrying (Retry (total-2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewC onnectionError(': Failed to establish a…
-1
votes
0 answers

I am getting multiple error while running stable diffusion model

I am getting Graph execution error while running this code. epochs = 1 ckpt_path = "finetuned_stable_diffusion.h5" ckpt_callback = tf.keras.callbacks.ModelCheckpoint( ckpt_path,[enter image description here][1] save_weights_only=True, …
-1
votes
0 answers

loading stable diffusion model: JSONDecodeError

I'm getting an error when starting sd-webui Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)] Version: v1.4.1 Commit hash: f865d3e11647dfd6c7b2cdf90dde24680e58acd8 Installing requirements Launching Web UI with…
Aurangzeb
  • 1,537
  • 13
  • 9
-1
votes
1 answer

Unable to run stable diffusion correctly

I'm new to SD, Ive installed required software and copied the model.ckpt to models\Stable-diffusion folder. theres no error in running "webui-user.bat" but Stable diffusion checkpoint takes forever to load that is why i'm unable to generate…
newbie
  • 47
  • 5
-1
votes
2 answers

Hide button while model is running in Streamlit

Hide button while model is running in Streamlit. Hi, I am developing an application, which infer an stable diffusion model when RUN button is pressed. How can i disable/hide this RUN button while model is running, and enable/show it again when…
-1
votes
1 answer

getting "memory_efficient_attention() got an unexpected keyword argument 'scale'" on hugging face using the inference API of diffusion model?

Hugging face Error i tried to enter different prompts and the same error keep showing up with different models
1 2 3
13
14