stable-diffusion icon indicating copy to clipboard operation
stable-diffusion copied to clipboard

A latent text-to-image diffusion model

Results 396 stable-diffusion issues
Sort by recently updated
recently updated
newest added

Hello, for experiments I am trying to remove the invisible watermark from generated images. To do this I commented out these lines within txt2image.py the calls to the put_watermark function...

```python # make sure you're logged in with `huggingface-cli login` from torch import autocast from diffusers import StableDiffusionPipeline pipe = StableDiffusionPipeline.from_pretrained( "CompVis/stable-diffusion-v1-4", use_auth_token=True ).to("cuda") prompt = "a photo of an...

I have been running into similar problems while installing 2.1 Everything up to running the WEBUI.BAT file seemed fine. But once I run the batch file, I keep getting the...

Hello everyone!!! I have facused on this repo long time and had difficulted in retraining a image-condition model on my own dataset. I want to etrain a image-condition model on...

The solution provided in this response does not work for macosx.

This seems to be geared towards stable diffusion v1 rather than v2. Is changing to v2 as simple as downloading/using a new model or do we also need code changes?...

Hello, I'm running on Linux Mint 20.3 Una (Ubuntu 20.04 based). I followed through with all the instructions in Requirements, everything went well without an error. I tried running with...

I tried installing gfpgan, but I got this error. It should be noted that I already used arguments to skip the CUDA install (I'm not sure if that's relevant). I'm...

I have looked for a way to use an existing image as the seed (possibly with the option to blend with the default seed noise) to eg. continue refining on...