StableSR
StableSR copied to clipboard
AttributeError: module 'ldm.models.diffusion.ddpm' has no attribute 'LatentDiffusionSRTextWT'
hello ,I am encountering some issues: AttributeError: module 'ldm.models.diffusion.ddpm' has no attribute 'LatentDiffusionSRTextWT'
This is my running command:python scripts/sr_val_ddpm_text_T_vqganfin_oldcanvas_tile.py --config configs/stableSRNew/v2-finetune_text_T_768v.yaml --ckpt ./model/stablesr_000117.ckpt --vqgan_ckpt ./model/vqgan_cfw_00011.ckpt --init-img ./img/1.jpg --outdir ./out --ddpm_steps 200 --dec_w 0.5 --colorfix_type adain
It should be an env problem. Try pip install -e .
Thanks bro