Problems that have arisen in reasoning
The config attributes {'reverse_transformer_layers_per_block': [[4, 4, 10], [2, 1, 1], 1]} were passed to UNet2DConditionModel, but are not expected and will be ignored. Please verify your config.json configuration file.
Hello! Have you installed diffusers from source?
Hello! Have you installed diffusers from source?
I used the source code to install the latest diffusers, downloaded from GitHub, and then Python setup
Could you please do a pip uninstall
of diffusers and run pip install git+https://github.com/huggingface/diffusers.git
once? It seems like it didn't get installed correctly. The newer diffusers version should not report this error.
Could you please do a
pip uninstall
of diffusers and runpip install git+https://github.com/huggingface/diffusers.git
once? It seems like it didn't get installed correctly. The newer diffusers version should not report this error.
Thank you very much for your reply. I previously installed the diffusers version 0.21.4, and today I installed the source code for 0.22-dev. I checked earlier and it was not successfully installed, but now it has been resolved after reinstalling.
No problem! Have a good time!
Now there is a new issue: there are config.json files in vae/unet/text_encoder/text_encoder_2, but I haven't seen config.json files in any other locations. The error is as follows:
OSError: /data/models/SSD-1B does not appear to have a file named config.json. Checkout 'https://huggingface.co//data/models/SSD-1B/main' for available files.
thanks a lot