Open yangydeng opened 1 year ago
It works on my end. Sometimes Huggingface throws an error and resubmitting usually works.
Are you referring to the einops related error ? AttributeError: module 'keras.backend' has no attribute 'is_tensor'
.
It seems to stem from einops==0.3.0
in sdkit
. I've solved this with pip install --upgrade einops
then restarting the kernel.
If you get an error related to RGBA
values, then you just need to run again. The colors are generated randomly, so maybe sometimes the value is not good for being a color
Are you sure the RGBA error is due to randomness? I ran it multiple times and got the error every single time
Are you referring to the einops related error ?
AttributeError: module 'keras.backend' has no attribute 'is_tensor'
. It seems to stem fromeinops==0.3.0
insdkit
. I've solved this withpip install --upgrade einops
then restarting the kernel.If you get an error related to
RGBA
values, then you just need to run again. The colors are generated randomly, so maybe sometimes the value is not good for being a color
It's work for me, thanks!
Hello, GREAT JOB! It looks like your demo shows an error when inference, do you have any plan to fix it? Looking forward to play with it :D