jhqxxx

Results 3 comments of jhqxxx

body_model.py 177-179: # self.num_pca_comps = kwargs['num_pca_comps'] # self.use_pca = kwargs['use_pca'] # self.use_flat_mean = kwargs['use_flat_mean'] self.num_pca_comps = 6 self.use_pca = True self.use_flat_mean = True

Is there a stable diffusionv1 installation library in your python environment, and the code in that library is referenced at runtime, so an error is reported, try pip uninstall latent-diffusion

after uninstall, need reinstall this project, pip install -e .