camenduru

Results 141 comments of camenduru

🚨 We can now use two folders for models. The first one is the default `/content/drive/MyDrive/stable-diffusion-webui-colab/stable-diffusion-webui/models/Stable-diffusion` The second one is `/content/models` you can add new models like this with `Batchlinks...

`!sed -i '$a fastapi==0.90.0' requirements_versions.txt` for `colab` add this line `fastapi==0.90.0` in `requirements_versions.txt` for `pc` `linux` `unix` `macos` `samsung refrigerators` ...

@Malegiraldo22 please try this https://github.com/camenduru/stable-diffusion-webui-colab

@tjruwase @RezaYazdaniAminabadi Hi Can DeepSpeed work without `libaio`? if the answer is no there is no way to run DeepSpeed on windows right?

@tjruwase thanks ❀️ if we don't need `libaio` why this error `LINK : fatal error LNK1181: cannot open input file 'aio.lib'` set DS_BUILD_AIO=0 set DS_BUILD_SPARSE_ATTN=0

working with WSL πŸŽ‰ ``` - Windows 11 22H2 - Ubuntu 22.04 - Linux PC 5.15.68.1-microsoft-standard-WSL2 ```

@tjruwase I can't manage to run on native windows. 😭 and ubuntu already comes with `libaio` and this issue helped a lot https://github.com/huggingface/diffusers/issues/807

@tjruwase https://gist.github.com/camenduru/c9a2d97f229b389fed0b1ad561a243d3 errors coming from: https://github.com/pytorch/pytorch/pull/81642 (this one looks serious) πŸ₯΅ https://github.com/pytorch/pytorch/blob/v1.12.1/c10/util/safe_numerics.h `const char *cusparseGetErrorString(cusparseStatus_t status);` https://github.com/pytorch/pytorch/blob/v1.12.1/aten/src/ATen/native/sparse/cuda/SparseCUDABlas.cpp is this one necessary? [WARNING] please install triton==1.0.0 if you want to use...

`error C3861: '_addcarry_u64': identifier not found` this one is very interesting it is in the [list](https://learn.microsoft.com/en-us/cpp/intrinsics/x64-amd64-intrinsics-list?view=msvc-170) 🀷

@Thomas-MMJ DeepSpeed very slow with wsl2 and I deleted everything sorry I can't help 😞 we need working DeepSpeed on native windows maybe 1 year later idk also why we...