ShivamShrirao / diffusers

🤗 Diffusers: State-of-the-art diffusion models for image and audio generation in PyTorch
https://huggingface.co/docs/diffusers
Apache License 2.0
1.88k stars 506 forks source link

Incorrect diffusers version for Dreambooth #149

Open vootox opened 1 year ago

vootox commented 1 year ago

I don't know what to do to fix this error.

Preloading Dreambooth! No module 'xformers'. Proceeding without it. [!] Not using xformers memory efficient attention. Incorrect diffusers version for Dreambooth, running installer.: 0.9.0 loading Dreambooth reqs from C:\Users\Brian\Programs\Voldy\stable-diffusion-webui\extensions\sd_dreambooth_extension\requirements.txt Checking Dreambooth requirements. Checking torch and torchvision versions Dreambooth revision is 4684f0faea19c243216eac2278a42fcfcbbd756b Diffusers version is 0.9.0. Torch version is 1.12.1+cu116. Torch vision version is 0.13.1+cu116. Copying 8Bit Adam files for Windows.


windows11 64bit RTX3090 venv Python 3.10.6 | packaged by conda-forge | (main, Aug 22 2022, 20:29:51) [MSC v.1929 64 bit (AMD64)]

nuvic commented 1 year ago

I noticed I had errors when using diffusers 0.9.0. When I downgraded to ver 0.7.2, it worked.

vootox commented 1 year ago

It's had several updates since that error, although the missing XFormers are something I still have to fix. Thanks anyhow for the help, kind regards.

Current scenario:

Python revision: 3.10.6 | packaged by conda-forge | (main, Aug 22 2022, 20:29:51) [MSC v.1929 64 bit (AMD64)] Dreambooth revision: 9e3584f0edd2e64d284b6aaf9580ade5dcceed9d SD-WebUI revision: 4af3ca5393151d61363c30eef4965e694eeac15e

Checking Dreambooth requirements... [+] bitsandbytes version 0.35.0 installed. [+] diffusers version 0.10.2 installed. [+] transformers version 4.25.1 installed. [ ] xformers version N/A installed. [+] torch version 1.12.1+cu116 installed. [+] torchvision version 0.13.1+cu116 installed.