DJT
DJT
I am having the same error: ModuleNotFoundError: No module named 'py3d_tools' What do I need to update exactly?
I still get the error.
When installing the requirements, in my google drive the deforum path is: /content/gdrive/MyDrive/sd/stable-diffusion-webui/extensions/deforum-for-automatic1111-webui/scripts/**deforum_helpers**/ but the requirements in the notebook check for this path: /content/gdrive/MyDrive/sd/stable-diffusion-webui/extensions/deforum-for-automatic1111-webui/scripts/**deforum**/ Could this be anything to do...
There is an if statement in the requirements: if os.path.exists('/content/gdrive/MyDrive/sd/stable-diffusion-webui/extensions/deforum-for-automatic1111-webui/scripts/deforum/src/infer.py'): Change the path to: if os.path.exists('/content/gdrive/MyDrive/sd/stable-diffusion-webui/extensions/deforum-for-automatic1111-webui/scripts/**deforum_helpers**/src/infer.py'):
I'm trying to load sd-v1-4.ckpt when i launch, but the web-ui still has the sd-v1-5-inpainting.ckpt. How can I use the sd-v1-4.ckpt so i can merge?
Yes this works when I only load the sd-v1-4.ckpt model, but if I insert link to a trained dreambooth model, then when the web-ui is launched the only other model...
I now see all the models in the drop down list, thanks. I seem to be unable to merge any of my models so I assume they are incompatible -...
I was using add difference, but weighted sum works. This issue is resolved for me, thank you.
Thanks