diffusers icon indicating copy to clipboard operation
diffusers copied to clipboard

🤗 Diffusers: State-of-the-art diffusion models for image, video, and audio generation in PyTorch.

Results 1293 diffusers issues
Sort by recently updated
recently updated
newest added

### Describe the bug Hi, I am distributing dream booth training on 8 Tesla V100 (16GB) GPUs using deep speed. I have configured accelerate as below(output of default_config.yaml): `command_file: null...

bug
dreambooth

Not sure if instance captions are desired on the main dreambooth example, but this is what I've been using locally. FWIW, I haven't gotten great results with captions so far,...

### Describe the bug Hello! Today I tried to setup SD 2.1 but have some trouble with more than one issue. ``` pipe = StableDiffusionPipeline.from_pretrained( "stabilityai/stable-diffusion-2-1", torch_dtype=torch.float16, ).to("cuda") # or...

bug

### Describe the bug Under Windows and conda, I get this error on the current diffusers version when I start examples/dreambooth/train_dreambooth.py `AttributeError: Can't pickle local object 'main..'` I solved setting...

bug
stale

### Describe the bug Hi, Forward pass is missing for this scheduler https://github.com/huggingface/diffusers/blob/v0.10.2/src/diffusers/schedulers/scheduling_sde_ve.py#L45 It would be great if this could be added. Could you give me some pointers how I...

bug

I have no idea what's causing this, I suspect something related to RNGs, as we know they don't work properly in `mps` yet. This is a pending task from our...

`action="store_true"` means that the default action will be to set the value to `False`, and then if provided, set the value to `True`. Currently the default is manually set as...

stale

![t_max](https://user-images.githubusercontent.com/96216203/206861858-18cb00b5-6e5e-4f89-b05e-5f3867b7cc6e.png)