unable to use Cosmos2TextToImagePipeline from diffusers library

#6
by Aki-07 - opened

How am i supposed to use this model as the method Cosmos2TextToImagePipeline is unavailable

I got the same issue, and my diffusers version is 0.33.1 (the latest until 2025.06.16)

How am i supposed to use this model as the method Cosmos2TextToImagePipeline is unavailable

finally I solve the issue, just install diffusers from source

pip install git+https://github.com/huggingface/diffusers

Sign up or log in to comment