Closed ivaxsirc closed 11 months ago
try apt install ffmpeg
and reload UI
tqdm
:
tqdm
is in the requirements.txt
, it should be installed automatically. Could you paste the related log about why the installation is failed. Also you can try to install it manually in your webui venv.ffmpeg
:
As @ltm920716 said, ffmpeg
should be installed manually.
- About
tqdm
:tqdm
is in therequirements.txt
, it should be installed automatically. Could you paste the related log about why the installation is failed. Also you can try to install it manually in your webui venv.- About
ffmpeg
: As @ltm920716 said,ffmpeg
should be installed manually.
thks for your answer I tried with stability matrix without any extension all cleaned
Python 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)]
Version: 1.6.0
Commit hash: pytorch_lightning.utilities.distributed.rank_zero_only
has been deprecated in v1.8.1 and will be removed in v2.0.0. You can import it from pytorch_lightning.utilities
instead.
rank_zero_deprecation(
Error running install.py for extension O:\stability\matrix\Packages\stable-diffusion-webui\extensions\sd-webui-facefusion.
Launching Web UI with arguments: --xformers --api --skip-torch-cuda-test --skip-python-version-check
Command: "O:\stability\matrix\Packages\stable-diffusion-webui\venv\Scripts\python.exe" "O:\stability\matrix\Packages\stable-diffusion-webui\extensions\sd-webui-facefusion\install.py"
Error code: 1
stdout: Installing None
stderr: O:\stability\matrix\Packages\stable-diffusion-webui\extensions\sd-webui-facefusion\install.py:6: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import pkg_resources
Traceback (most recent call last):
File "O:\stability\matrix\Packages\stable-diffusion-webui\extensions\sd-webui-facefusion\install.py", line 26, in
*** Error loading script: facefusion_ui.py
Traceback (most recent call last):
File "O:\stability\matrix\Packages\stable-diffusion-webui\modules\scripts.py", line 382, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "O:\stability\matrix\Packages\stable-diffusion-webui\modules\script_loading.py", line 10, in load_module
module_spec.loader.exec_module(module)
File "
Loading weights [6ce0161689] from O:\stability\matrix\Packages\stable-diffusion-webui\models\Stable-diffusion\v1-5-pruned-emaonly.safetensors Running on local URL: http://127.0.0.1:7860
To create a public link, set share=True
in launch()
.
Creating model from config: O:\stability\matrix\Packages\stable-diffusion-webui\configs\v1-inference.yaml
Startup time: 19.0s (prepare environment: 14.7s, initialize shared: 0.2s, other imports: 1.5s, setup codeformer: 0.1s, load scripts: 1.7s, create ui: 0.5s, gradio launch: 0.4s).
Applying attention optimization: xformers... done.
Model loaded in 3.4s (load weights from disk: 0.6s, create model: 0.4s, apply weights to model: 2.1s, calculate empty prompt: 0.1s).
apt install ffmpeg
i'm in windows not in linux how can i do in windows, i tried with pip but it doesn't work thanks
apt install ffmpeg
i'm in windows not in linux how can i do in windows, i tried with pip but it doesn't work thanks
I found the solution in windows https://cloud.tencent.com/developer/article/1960456
@ivaxsirc You can also find the Windows installation guide in the documation from the FaceFusion original repo.
The tqdm
and other dependencies installation issue should be fixed in 282165a789cfe354e5f9d4661e24fa10e68592b8, please pull the latest code and try it again.
When loading appears: tried now Warning: Failed to install 'tqdm>=4.66.1', some preprocessors may not work. and FACEFUSION.CORE] FFMpeg is not installed
Thanks