sd-webui-roop icon indicating copy to clipboard operation
sd-webui-roop copied to clipboard

src/tcmalloc.cc:284] Attempt to free invalid pointer 0x11dc32080

Open lewis-v opened this issue 11 months ago • 7 comments

When the roop was executed, it crashed

src/tcmalloc.cc:284] Attempt to free invalid pointer 0x11dc32080

lewis-v avatar Jul 28 '23 12:07 lewis-v

same problem

lzj9072 avatar Jul 31 '23 03:07 lzj9072

same problem

miiiz avatar Jul 31 '23 07:07 miiiz

export NO_TCMALLOC="True"

Set this up and it's working fine for now

lewis-v avatar Aug 01 '23 02:08 lewis-v

I tried add export LD_PRELOAD="/usr/lib64/libjemalloc.so.1" in webui-user.sh and it worked.

miiiz avatar Aug 01 '23 02:08 miiiz

export NO_TCMALLOC="True"

Set this up and it's working fine for now

I try this. i see in the console, it already 100% progress, however, in the webui it doesnt show any sign of success. in addition, it always download buffalo_l.zip

UPDATE: Solved by manually download zip buffalo_l and extract it, i guess i had no change to the tcmalloc option

martinbandung avatar Aug 15 '23 04:08 martinbandung

I tried to add export LD_PRELOAD="/usr/lib64/libjemalloc.so.1" in sh. and download a buffalo_l.zip

Downloading /root/.insightface/models/buffalo_l.zip from https://github.com/deepinsight/insightface/releases/download/v0.7/buffalo_l.zip..

unzip to
.insightface/models/buffalo_l/

lingfengchencn avatar Aug 24 '23 06:08 lingfengchencn

My environment is centos7, just install jemalloc, the following are the steps

Install jemalloc (https://support.sentieon.com/appnotes/jemalloc/) Execute in centos7.x

yum install epel-release
yum install jemalloc

Add in env

export LD_PRELOAD="/usr/lib64/libjemalloc.so.1"

nivance avatar Jan 11 '24 13:01 nivance