Closed DaDudeIan closed 7 months ago
Hi, @DaDudeIan I had the same error this solve the problem.
pip install taming-transformers-rom1504
Thank you, @frankkim1108!
But I found another fix: https://github.com/CompVis/stable-diffusion/issues/72
Doing this fixed it for me 😊
During the execution of the
train_nyu.sh
script, anImportError
is encountered when trying to importVectorQuantizer2
fromtaming.modules.vqvae.quantize
. This error prevents the training process from starting as the model initialization fails.I have followed installation down to the letter, so I don't know what to do. Thank you