-
Hi I am kind of new to all this and basically this feels like a stupid question. To give you context I am attempting to get Dreambooth working with Stable Diffusion and I get this:
I tried using the setup file and got this:
here is the question where is the .whl file to install it? Also are there are any steps I am unaware of to get this working? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 12 replies
-
Hi, Then select the latest completed job (for example this one), then download the zip file that corresponds to your setup (for instance ubuntu-22.04-py3.10-torch1.13.1+cu117) |
Beta Was this translation helpful? Give feedback.
-
Check this |
Beta Was this translation helpful? Give feedback.
1. Go here
https://github.com/facebookresearch/xformers/actions/workflows/wheels.yml
2. Click the top entry (in this case
ptxas: Build with O2 instead of O3
):3. Scroll down and click the correct version according to your project (most likely
windows-2019-py3.10-torch1.13.1
)4. Open the zip and extract the .whl file to the root of your project (in my case
H:\automatic1111
)5. Open a terminal (or cmd) in the root of your Stable Diffusion folder (in my case
H:\automatic1111
) and do:cd venv/scripts ./activate
6. CD back to your root f…