StableSR icon indicating copy to clipboard operation
StableSR copied to clipboard

AttributeError: module 'ldm.models.diffusion.ddpm' has no attribute 'LatentDiffusionSRTextWT'

Open dawnai opened this issue 1 year ago • 3 comments

hello ,I am encountering some issues: AttributeError: module 'ldm.models.diffusion.ddpm' has no attribute 'LatentDiffusionSRTextWT'

dawnai avatar Jan 18 '24 07:01 dawnai

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

dawnai avatar Jan 18 '24 07:01 dawnai

It should be an env problem. Try pip install -e .

IceClear avatar Jan 18 '24 08:01 IceClear

Thanks bro

dawnai avatar Jan 30 '24 03:01 dawnai