Giter VIP home page Giter VIP logo

sd-deepface-1111's People

Contributors

idinkov avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

sd-deepface-1111's Issues

Getting pixilation around the face

Is there a way to remove or reduce the pixilation around the face? I've tried a couple variations of the post-processing options and not getting any luck with it.

Getting some errors when starting colab.

Getting these errors when colab is starting:

You are not currently on a branch.
Please specify which branch you want to merge with.
See git-pull(1) for details.

git pull <remote> <branch>

Couldn't perform 'git pull' on repository in '/content/sdw/extensions/sd-deepface-1111/repo/dflive':

Another error:

*** Error loading script: ddetailerutils.py
Traceback (most recent call last):
File "/content/sdw/modules/scripts.py", line 295, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "/content/sdw/modules/script_loading.py", line 10, in load_module
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "/content/sdw/extensions/sd-deepface-1111/scripts/ddetailerutils.py", line 78, in
import mmcv
ModuleNotFoundError: No module named 'mmcv'


*** Error loading script: deepfacelive.py
Traceback (most recent call last):
File "/content/sdw/modules/scripts.py", line 295, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "/content/sdw/modules/script_loading.py", line 10, in load_module
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "/content/sdw/extensions/sd-deepface-1111/scripts/deepfacelive.py", line 24, in
from scripts.ddetailerutils import DetectionDetailerScript, preload_ddetailer_model
File "/content/sdw/extensions/sd-deepface-1111/scripts/ddetailerutils.py", line 78, in
import mmcv
ModuleNotFoundError: No module named 'mmcv'


I'm using free colab on Tesla T4 gpu.
Btw thanks for implementing this extension.

Can Apple m1 support it

I would like to know if Mac m1 supports plugins and what does it do? Can live open camera face change live on stable diffusion?

ModuleNotFoundError: No Module named 'mmcv'

I have installed mmcv in the following way

pip install openmim
mim install mmcv

But when I tried to run Automatic1111, The extension won't run because there was the following error message:

ModuleNotFoundError: No Module named 'mmcv'

How do you fix this?

Os : Windows 11
Python : v3.10.9

Detail Error

Error loading script: ddetailerutils.py
Traceback (most recent call last):
  File "D:\Path\StableDiff\stable-diffusion-webui\modules\scripts.py", line 256, in load_scripts
    script_module = script_loading.load_module(scriptfile.path)
  File "D:\Path\StableDiff\stable-diffusion-webui\modules\script_loading.py", line 11, in load_module
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "D:\Path\StableDiff\stable-diffusion-webui\extensions\sd-deepface-1111\scripts\ddetailerutils.py", line 78, in <module>
    import mmcv
ModuleNotFoundError: No module named 'mmcv'


Error loading script: deepfacelive.py
Traceback (most recent call last):
  File "D:\Path\StableDiff\stable-diffusion-webui\modules\scripts.py", line 256, in load_scripts
    script_module = script_loading.load_module(scriptfile.path)
  File "D:\Path\StableDiff\stable-diffusion-webui\modules\script_loading.py", line 11, in load_module
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "D:\Path\StableDiff\stable-diffusion-webui\extensions\sd-deepface-1111\scripts\deepfacelive.py", line 24, in <module>
    from scripts.ddetailerutils import DetectionDetailerScript, preload_ddetailer_model
  File "D:\Path\StableDiff\stable-diffusion-webui\extensions\sd-deepface-1111\scripts\ddetailerutils.py", line 78, in <module>
    import mmcv
ModuleNotFoundError: No module named 'mmcv'

How to use it?

I downloaded the extention and seems very interesting. thank you for making it ;-)
As I understand from the description, deepfaceLive is fully implemented, however all I see is the tab for DeepfaceLab and I can't figure out how to get it to work ;-)

Could you add some screenshots alongside some description on how to use it?

Implement DeepFaceLab.

Implement DeepFaceLab in the tab in Stable Diffusion so we can perform all the basics operations using the UI.

No module named 'mmdet.core'

*** Error loading script: deepfacelive.py
Traceback (most recent call last):
File "G:\stable-diffusion-webui\modules\scripts.py", line 295, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "G:\stable-diffusion-webui\modules\script_loading.py", line 10, in load_module
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "G:\stable-diffusion-webui\extensions\sd-deepface-1111\scripts\deepfacelive.py", line 24, in
from scripts.ddetailerutils import DetectionDetailerScript, preload_ddetailer_model
File "G:\stable-diffusion-webui\extensions\sd-deepface-1111\scripts\ddetailerutils.py", line 79, in
from mmdet.core import get_classes
ModuleNotFoundError: No module named 'mmdet.core'
提示:Python 运行时抛出了一个异常。请检查疑难解答页面。

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.