CompVis / taming-transformers

Taming Transformers for High-Resolution Image Synthesis
https://arxiv.org/abs/2012.09841
MIT License
5.82k stars 1.15k forks source link

ModuleNotFoundError: No module named 'cutlit' #247

Open Polaris0421 opened 7 months ago

Polaris0421 commented 7 months ago

I try to run the code from latent diffusion model which clones taming-transformer, but I fail as" ModuleNotFoundError: No module named 'cutlit'". cutlit is not a python package, according to other issues I guess its a module in taming-transformer code, but I can't find anything related to cutlit in the project. Is this module deleted in newer version?