Can't uderstand how to install or upgrade diffusers
#137
by
Grigorovskiy
- opened
This is probably ridiculously easy for your community, but I'm 0 in programming and a bit confused about the following:
I have installed:
ComfyUI, ComfyUI-Manager, ComfyUI-KJNodes and ComfyUI-IMPACT_PACK.
Models:
flux(schnell), VAE, clip_I and t5xxl
When I start the generation with the Queue button, the process freezes and the console says:
“Using pytorch attention in VAE
Using pytorch attention in VAE”.
As far as I understand, it's about the interaction between Python and Torch library. I found a supposed solution right on this page:
Diffusers
To use FLUX.1 [schnell] with the 🧨 diffusers python library, first install or upgrade diffusers
pip install -U diffusers
But I ABSOLUTELY don't understand what exactly needs to be done. Can you please tell me what to open and where to enter?