DeforumStableDiffusionLocal icon indicating copy to clipboard operation
DeforumStableDiffusionLocal copied to clipboard

No can create animation video

Open Zudva opened this issue 3 years ago • 2 comments

After run: python run.py --settings ".\examples\runSettings_Animation.txt" i have this error:

`- This IS expected if you are initializing CLIPTextModel from the checkpoint of a model trained on another task or with another architecture (e.g. initializing a BertForSequenceClassification model from a BertForPreTraining model).

  • This IS NOT expected if you are initializing CLIPTextModel from the checkpoint of a model that you expect to be exactly identical (initializing a BertForSequenceClassification model from a BertForSequenceClassification model). Saving to ./output\2022-10\Example_DGSpitzer\20221018091342_* Skipping video creation, uncheck skip_video_for_run_all if you want to run it`

Zudva avatar Oct 18 '22 06:10 Zudva

Have you solved this problem? I am encountered with the same one

yangqing-20 avatar Oct 29 '22 09:10 yangqing-20

Make sure:

 skip_video_for_run_all = False

hniksoleimani avatar Dec 06 '22 08:12 hniksoleimani