-
We cut a [release branch](https://github.com/pytorch/pytorch/tree/release/2.2) for the 2.2.0 release.
Our plan from this point from this point is roughly:
* Phase 1 (until 1/1/24): work on final…
-
### Describe the bug
Multi-GPU fine-tuning the stable diffusion X by following https://github.com/huggingface/diffusers/blob/main/examples/text_to_image/README_sdxl.md hangs indefinitely.
### Re…
-
Just wondering if there’s any plans to have this bundled up into a container image and perhaps docker-compose?
This would make it really easy for people to both try it out but also run it on their …
-
@Acly I really admire the creativite approaches you demonstrate in this project, but there's one thing that keep bugging me. You see, my major use for Stable Diffusion is cleaning text from manga comi…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
### What happened?
I launched Web UI as `python webui.py --port 3000 --api -…
-
I cloned the repo on my local machine, changed the enviorement variables and ran docker compose up
But when the server is launched I get this error message:
![image](https://github.com/ai-dock/c…
-
### System Info
Trying to export a SD 1.5 inpainting model for inf2 as per the instructions via the python API I get this error:
```
2024-02-11T22:30:43Z Running InferPSumTensor
2024-02-11T22:…
mikob updated
8 months ago
-
I'm trying to build my own `stable-diffusion-webui` image on AGX Orin (a fresh jetpack 5.1.2 installation),
`./build.sh stable-diffusion-webui` then I got
```
docker run -t --rm --runtime=nvidi…
-
### Describe the bug
When trying to resume training from checkpoint using `train_text_to_image_lora_sdxl.py` and `--resume_from_checkpoint=latest`, I'm getting error (logs below).
### Reproducti…
-
### Describe the bug
I have 2 Python environments, one on Windows and another on Linux (over WSL), both using diffusers. To avoid having mutliple copies of the same model on disk, I try to make the…