Skip to content

1.0.13 - Fixes and prepping for Torch 2

Compare
Choose a tag to compare
@ArrowM ArrowM released this 16 Mar 15:39
· 408 commits to main since this release
e85c8c5

Mar 15, 2023 Patch Notes (#1070)

  • ๐Ÿ› Bug fixes
  • ๐Ÿงน UI Cleanup | The txt2img checkbox has been replaced with dropdowns on the top of the Generate tab. + other tweaks.

Torch 2!

This extension is compatible with Torch 2. We may add a startup command in the future to automatically install it, but for now, it must be manually installed. To do so, update your A1111 project and your extension to the latest versions, then run:

Windows and Linux

cd venv/Scripts
activate
pip install --force-reinstall torch torchvision --index-url https://download.pytorch.org/whl/cu118
pip install --force-reinstall --no-deps --pre xformers

MacOS

cd venv/Scripts
activate
pip install --force-reinstall --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu
pip install --force-reinstall --no-deps --pre xformers

Torch troubleshooting

Recently, people have been reporting issues with extracting models or dreambooth not running properly. The first thing to check is your torch install. During project startup, you should see a section in your console that looks like:

[+] torch version 1.13.1+cu117 installed.
[+] torchvision version 0.14.1+cu117 installed.
...

This extension should not change your torch install. If torch is installed during Checking Dreambooth requirements..., you should ensure that your A1111 project is updated. If your A1111 project is already updated, then you probably have another extension installed that is messing with your torch.