Giter VIP home page Giter VIP logo

Comments (7)

Rogue-si avatar Rogue-si commented on August 11, 2024 1

Getting the same error after a restart, Everything worked prior to the restart of the computer, same error message:

AnimateDiff - WARNING - No motion module detected, falling back to the original forward. You are most likely using !Adetailer. !Adetailer post-process your outputs sequentially, and there will NOT be motion module in your UNet, so there might be NO temporal consistency within the inpainted face. Use at your own risk. If you really want to pursue inpainting with AnimateDiff inserted into UNet, use Segment Anything to generate masks for each frame and inpaint them with AnimateDiff + ControlNet. Note that my proposal might be good or bad, do your own research to figure out the best way.

from sd-webui-animatediff.

zappityzap avatar zappityzap commented on August 11, 2024

Please share the entire output of the console.

from sd-webui-animatediff.

Smith15hypeh avatar Smith15hypeh commented on August 11, 2024

2024-05-06 21:56:11,852 - AnimateDiff - WARNING - No motion module detected, falling back to the original forward. You are most likely using !Adetailer. !Adetailer post-process your outputs sequentially, and there will NOT be motion module in your UNet, so there might be NO temporal consistency within the inpainted face. Use at your own risk. If you really want to pursue inpainting with AnimateDiff inserted into UNet, use Segment Anything to generate masks for each frame and inpaint them with AnimateDiff + ControlNet. Note that my proposal might be good or bad, do your own research to figure out the best way.

0: 640x640 1 hand, 14.0ms
Speed: 4.0ms preprocess, 14.0ms inference, 3.0ms postprocess per image at shape (1, 3, 640, 640)
2024-05-06 21:56:16,786 - AnimateDiff - WARNING - No motion module detected, falling back to the original forward. You are most likely using !Adetailer. !Adetailer post-process your outputs sequentially, and there will NOT be motion module in your UNet, so there might be NO temporal consistency within the inpainted face. Use at your own risk. If you really want to pursue inpainting with AnimateDiff inserted into UNet, use Segment Anything to generate masks for each frame and inpaint them with AnimateDiff + ControlNet. Note that my proposal might be good or bad, do your own research to figure out the best way.
2024-05-06 21:56:20,469 - AnimateDiff - INFO - AnimateDiff process start.
2024-05-06 21:56:20,482 - AnimateDiff - INFO - Injecting motion module mm_sd15_v3.safetensors into SD1.5 UNet input blocks.
2024-05-06 21:56:20,482 - AnimateDiff - INFO - Injecting motion module mm_sd15_v3.safetensors into SD1.5 UNet output blocks.
2024-05-06 21:56:20,483 - AnimateDiff - INFO - Setting DDIM alpha.
2024-05-06 21:56:20,487 - AnimateDiff - INFO - Injection finished.
2024-05-06 21:56:20,487 - AnimateDiff - INFO - AnimateDiff + ControlNet will generate 16 frames
AnimateDiff - WARNING - prompt is not str, cannot support prompt map

I have installed two required motion module. Whether I use the !Adetailer or not,the error still exists. I don't know why.

from sd-webui-animatediff.

ununiform avatar ununiform commented on August 11, 2024

I'm experiencing the same issue. The motion modules are in the correct folder. I'm not using ADetailer.

If you find a solution, please share.

from sd-webui-animatediff.

zappityzap avatar zappityzap commented on August 11, 2024

I saw this error come up when attempting to use an SDXL checkpoint with a non-SDXL motion module. The actual error was in the console log above the errors that have been shared here.

from sd-webui-animatediff.

ununiform avatar ununiform commented on August 11, 2024

Loading weights [cc6cb27103] from /Users/jaygarett/stable-diffusion-webui/models/Stable-diffusion/v1-5-pruned-emaonly.ckpt
Applying attention optimization: sub-quadratic... done.
Weights loaded in 2.7s (send model to cpu: 0.6s, load weights from disk: 0.9s, apply weights to model: 0.5s, move model to device: 0.7s).
2024-05-26 17:54:39,448 - AnimateDiff - INFO - AnimateDiff process start.
*** Error running before_process: /Users/jaygarett/stable-diffusion-webui/extensions/sd-webui-animatediff/scripts/animatediff.py
Traceback (most recent call last):
File "/Users/jaygarett/stable-diffusion-webui/modules/scripts.py", line 817, in before_process
script.before_process(p, *script_args)
File "/Users/jaygarett/stable-diffusion-webui/extensions/sd-webui-animatediff/scripts/animatediff.py", line 64, in before_process
motion_module.inject(p.sd_model, params.model)
File "/Users/jaygarett/stable-diffusion-webui/extensions/sd-webui-animatediff/scripts/animatediff_mm.py", line 76, in inject
elif self.mm.enable_gn_hack():
File "/Users/jaygarett/stable-diffusion-webui/venv/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1614, in getattr
raise AttributeError("'{}' object has no attribute '{}'".format(
AttributeError: 'MotionWrapper' object has no attribute 'enable_gn_hack'


0%| | 0/30 [00:00<?, ?it/s]2024-05-26 17:54:39,961 - AnimateDiff - WARNING - No motion module detected, falling back to the original forward. You are most likely using !Adetailer. !Adetailer post-process your outputs sequentially, and there will NOT be motion module in your UNet, so there might be NO temporal consistency within the inpainted face. Use at your own risk. If you really want to pursue inpainting with AnimateDiff inserted into UNet, use Segment Anything to generate masks for each frame and inpaint them with AnimateDiff + ControlNet. Note that my proposal might be good or bad, do your own research to figure out the best way.

*****!!!!!!!
I'm not using ADetailer

from sd-webui-animatediff.

zappityzap avatar zappityzap commented on August 11, 2024

Can't troubleshoot without details. Need the full console log from the moment the application is launched, versions of software, generation settings, and any other steps needed to reproduce the error.

from sd-webui-animatediff.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.