Saiphe
Results
3
comments of
Saiphe
Not sure if you already added it but I was able to disable enderman head in config supplementaries-common.json or by using YACL in game
- pip install diffusers==0.8.1 worked for me as well ! Thank you
> In transcriber.py there are two lines: message = transcript["text"] message = transcript.text comment the second one like this: # message = transcript.text or delete it entirely then it will...