You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Team,
Found your work amazing,
I am trying to get this model inference running on google Colab,
after installing the requirements, dependencies
When I run
!python src/inference.py --input_video_path "inputVideo/300392491-c5ca5e73-1e5a-47dd-999d-e9c9318f9e64.mp4"
--pretrained_sd_dir "SDModel/" \ #### I have put v1-5-pruned-emaonly.ckpt in this folder ####
--video_outpainting_model_dir "M3DDMmodel/diffusion_pytorch_model.bin" #### this folder has your diffusion model posted on m3ddm's hugging face. ####
--output_dir "outputVideo"
--target_ratio_list "1:1"
--copy_original
I get the following error,
Error no file named scheduler_config.json found in directory SDModel/.
I checked around and I couldn't find a scheduler_config.json
Any help would be appreciated.
Thanks a lot
The text was updated successfully, but these errors were encountered:
I'm facing this problem too though I have the full stable diffusion v1-5 model installed in the cache folder by huggingface /.cache/huggingface/hub/models--runwayml--stable-diffusion-v1-5/snapshots/39593d5650112b4cc580433f6b0435385882d819/
also tried pointing to the /vae/ subfolder and copying scheduler_config.json from the scheduler subfolder to the root of the model and to the vae subfolder
Hi Team,
Found your work amazing,
I am trying to get this model inference running on google Colab,
after installing the requirements, dependencies
When I run
!python src/inference.py --input_video_path "inputVideo/300392491-c5ca5e73-1e5a-47dd-999d-e9c9318f9e64.mp4"
--pretrained_sd_dir "SDModel/" \ #### I have put v1-5-pruned-emaonly.ckpt in this folder ####
--video_outpainting_model_dir "M3DDMmodel/diffusion_pytorch_model.bin" #### this folder has your diffusion model posted on m3ddm's hugging face. ####
--output_dir "outputVideo"
--target_ratio_list "1:1"
--copy_original
I get the following error,
Error no file named scheduler_config.json found in directory SDModel/.
I checked around and I couldn't find a scheduler_config.json
Any help would be appreciated.
Thanks a lot
The text was updated successfully, but these errors were encountered: