lllyasviel/stable-diffusion-webui-forge

FaceFusion support

Open

#125 创建于 2024年2月8日

在 GitHub 查看
 (10 评论) (2 反应) (0 负责人)Python (1,609 fork)github user discovery
enhancementhelp wanted

仓库指标

Star
 (12,695 star)
PR 合并指标
 (PR 指标待抓取)

描述

Checklist

  • The issue exists after disabling all extensions
  • The issue exists on a clean installation of webui
  • The issue is caused by an extension, but I believe it is caused by a bug in the webui
  • The issue exists in the current version of the webui
  • The issue has not been reported before recently
  • The issue has been reported before but has not been fixed yet

What happened?

facefusion not correctly installing

ffmpeg and also realesrgan downlaoded still showing the not installed

Steps to reproduce the problem

facefusion not correctly installing

ffmpeg and also realesrgan downlaoded still showing the not installed

What should have happened?

facefusion uploading views on forge ui

What browsers do you use to access the UI ?

No response

Sysinfo

sysinfo-2024-02-08-10-48.json

Console logs

Using pytorch cross attention
ControlNet preprocessor location: D:\Personal\webui_forge_cu121_torch21\webui\models\ControlNetPreprocessor
*** Error loading script: facefusion_ui.py
    Traceback (most recent call last):
      File "D:\Personal\webui_forge_cu121_torch21\webui\modules\scripts.py", line 541, in load_scripts
        script_module = script_loading.load_module(scriptfile.path)
      File "D:\Personal\webui_forge_cu121_torch21\webui\modules\script_loading.py", line 10, 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:\Personal\webui_forge_cu121_torch21\webui\extensions\sd-webui-facefusion\scripts\facefusion_ui.py", line 7, in <module>
        from facefusion.processors.frame.modules import face_enhancer, face_swapper, frame_enhancer
      File "D:\Personal\webui_forge_cu121_torch21\webui\extensions\sd-webui-facefusion\facefusion\processors\frame\modules\frame_enhancer.py", line 6, in <module>
        from realesrgan import RealESRGANer
    ModuleNotFoundError: No module named 'realesrgan'

Additional information

No response

贡献者指南