RoyZhao926 / CatVersion

Official repository of the paper CatVersion: Concatenating Embeddings for Diffusion-Based Text-to-Image Personalization
MIT License
37 stars 1 forks source link

Error in run.sh #4

Closed wzic closed 1 month ago

wzic commented 6 months ago

Hi! Thanks for the great work. Got this error when running run.sh. Any way to solve it? Thanks!

Snipaste_2024-02-25_19-33-27
RoyZhao926 commented 6 months ago

You seem to have imported Transformers from the conda environment. please use Transformers in the current directory, as we have modified some of its functions.

wzic commented 6 months ago

solved. thanks.