XavierXiao / Dreambooth-Stable-Diffusion

Implementation of Dreambooth (https://arxiv.org/abs/2208.12242) with Stable Diffusion
MIT License
7.57k stars 790 forks source link

AttributeError: 'CLIPTextEmbeddings' object has no attribute 'embedding_forward', help! #130

Open friendmine opened 1 year ago

friendmine commented 1 year ago

I got the erros LatentDiffusion: Also optimizing conditioner params! Traceback (most recent call last): File "", line 1, in File "/home/zyd/miniconda3/envs/diffuser/lib/python3.8/multiprocessing/spawn.py", line 116, in spawn_main exitcode = _main(fd, parent_sentinel) File "/home/zyd/miniconda3/envs/diffuser/lib/python3.8/multiprocessing/spawn.py", line 126, in _main self = reduction.pickle.load(from_parent) File "/home/zyd/miniconda3/envs/diffuser/lib/python3.8/site-packages/torch/nn/modules/module.py", line 1269, in getattr raise AttributeError("'{}' object has no attribute '{}'".format( AttributeError: 'CLIPTextEmbeddings' object has no attribute 'embedding_forward'

itsadarshms commented 1 year ago

Got the same error, were you able to solve this?

zhengkw18 commented 11 months ago

Same error, can anyone solve this?

HoJ-Onle commented 9 months ago

I got the same error, have you solved this problem?