You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error message you've encountered indicates that there's a failed assertion within the C library that handles thread priority (tpp.c). The assertion failure is related to thread priority values, where new_prio should either be -1 or within the range defined by fifo_min_prio and fifo_max_prio.
Here are some steps to troubleshoot and potentially resolve the issue:
(vlogger_backup) root@ubuntu-vm01:/sdb/github/Vlogger# python sample_scripts/vlog_read_script_sample.py
Seed set to 3407
pretrained/stable-diffusion-v1-4/unet/config.json
Warnning: using half percision for inferencing!
model ready!
protagonists ready!
video script ready!
reference script ready!
zh script ready!
time script ready!
Generating the (Teddy bear in a kid's room.) prompt
python: tpp.c:83: __pthread_tpp_change_priority: Assertion `new_prio == -1 || (new_prio >= fifo_min_prio && new_prio <= fifo_max_prio)' failed.
Aborted (core dumped)
The text was updated successfully, but these errors were encountered: