GithubHelp home page GithubHelp logo

Comments (5)

w-e-w avatar w-e-w commented on June 11, 2024 1

from sd-webui-faceswaplab.

nitinmukesh avatar nitinmukesh commented on June 11, 2024

pip list

Package Version


accelerate 0.21.0
aenum 3.1.15
aiofiles 23.2.1
aiohttp 3.9.5
aiosignal 1.3.1
albumentations 1.4.4
altair 5.3.0
annotated-types 0.6.0
antlr4-python3-runtime 4.9.3
anyio 3.7.1
async-timeout 4.0.3
attrs 23.2.0
blendmodes 2022
certifi 2024.2.2
charset-normalizer 3.3.2
clean-fid 0.1.35
click 8.1.7
clip 1.0
colorama 0.4.6
coloredlogs 15.0.1
contourpy 1.2.1
cycler 0.12.1
Cython 3.0.10
deprecation 2.1.0
diskcache 5.6.3
easydict 1.13
einops 0.4.1
exceptiongroup 1.2.0
facexlib 0.3.0
fastapi 0.94.0
ffmpy 0.3.2
filelock 3.13.4
filterpy 1.4.5
flatbuffers 24.3.25
fonttools 4.51.0
frozenlist 1.4.1
fsspec 2024.3.1
ftfy 6.2.0
gitdb 4.0.11
GitPython 3.1.32
gradio 3.41.2
gradio_client 0.5.0
h11 0.12.0
httpcore 0.15.0
httpx 0.24.1
huggingface-hub 0.22.2
humanfriendly 10.0
idna 3.7
ifnude 0.0.3
imageio 2.34.0
importlib_resources 6.4.0
inflection 0.5.1
insightface 0.7.3
Jinja2 3.1.3
joblib 1.4.0
jsonmerge 1.8.0
jsonschema 4.21.1
jsonschema-specifications 2023.12.1
kiwisolver 1.4.5
kornia 0.6.7
lark 1.1.2
lazy_loader 0.4
lightning-utilities 0.11.2
llvmlite 0.42.0
MarkupSafe 2.1.5
matplotlib 3.8.4
mpmath 1.3.0
multidict 6.0.5
networkx 3.3
numba 0.59.1
numpy 1.26.2
omegaconf 2.2.3
onnx 1.16.0
onnxruntime 1.17.3
onnxruntime-gpu 1.17.1
open-clip-torch 2.20.0
opencv-python 4.9.0.80
opencv-python-headless 4.9.0.80
orjson 3.10.1
packaging 24.0
pandas 2.2.2
piexif 1.1.3
Pillow 9.5.0
pip 22.2.1
prettytable 3.10.0
protobuf 3.20.3
psutil 5.9.5
pydantic 1.10.15
pydantic_core 2.18.1
pydub 0.25.1
pyparsing 3.1.2
pyreadline3 3.4.1
python-dateutil 2.9.0.post0
python-multipart 0.0.9
pytorch-lightning 1.9.4
pytz 2024.1
PyWavelets 1.6.0
PyYAML 6.0.1
referencing 0.34.0
regex 2024.4.16
requests 2.31.0
resize-right 0.0.2
rpds-py 0.18.0
safetensors 0.4.2
scikit-image 0.21.0
scikit-learn 1.4.2
scipy 1.13.0
semantic-version 2.10.0
sentencepiece 0.2.0
setuptools 63.2.0
six 1.16.0
smmap 5.0.1
sniffio 1.3.1
spandrel 0.1.6
starlette 0.26.1
sympy 1.12
threadpoolctl 3.4.0
tifffile 2024.4.18
timm 0.9.16
tokenizers 0.13.3
tomesd 0.1.3
toolz 0.12.1
torch 2.1.2+cu121
torchdiffeq 0.2.3
torchmetrics 1.3.2
torchsde 0.2.6
torchvision 0.16.2+cu121
tqdm 4.66.2
trampoline 0.1.2
transformers 4.30.2
typing_extensions 4.11.0
tzdata 2024.1
urllib3 2.2.1
uvicorn 0.29.0
wcwidth 0.2.13
websockets 11.0.3
yarl 1.9.4

from sd-webui-faceswaplab.

SkGirlUru avatar SkGirlUru commented on June 11, 2024

the same happens to me

from sd-webui-faceswaplab.

henrikmk avatar henrikmk commented on June 11, 2024

For what it's worth, the fix that works for me is taken from the automatic1111 fix:

First go to the automatic1111 root directory. Then:

Powershell:

.\venv\Scripts\Activate.ps1
pip install albumentations==1.4.3
pip install pydantic==1.10.15

Cmd:

venv\Scripts\activate
pip install albumentations==1.4.3
pip install pydantic==1.10.15

Linux:

source venv/bin/activate
pip install albumentations==1.4.3
pip install pydantic==1.10.15

Source:

AUTOMATIC1111/stable-diffusion-webui#15564

Make sure to be on the latest PIP version.

from sd-webui-faceswaplab.

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.