Alan Patterson

Results 5 comments of Alan Patterson

This is still not working for me. I followed the above comment to uninstall the old diffusers then install from git. ``` >>> from diffusers import StableDiffusionPipeline Traceback (most recent...

``` (base) alan@linux-beast:~/Workspace/diffusers -[] $ diffusers-cli env Traceback (most recent call last): File "/home/alan/anaconda3/bin/diffusers-cli", line 5, in from diffusers.commands.diffusers_cli import main File "/home/alan/anaconda3/lib/python3.8/site-packages/diffusers/__init__.py", line 12, in from .configuration_utils import ConfigMixin...

upgraded to transformers==4.21.3 still happens.

`huggingface-hub==0.9.1` Still no joy. I appreciate the help btw

``` Python 3.8.13 (default, Mar 28 2022, 11:38:47) [GCC 7.5.0] :: Anaconda, Inc. on linux Type "help", "copyright", "credits" or "license" for more information. >>> import huggingface_hub >>> print(huggingface_hub.__version__) 0.2.1...