Results 3 issues of James Arnold

Hi, I'm getting this error. ``` File "make_record.py", line 30, in record.write(img.tostring()) TypeError: write() argument must be str, not bytes ``` I have my digits folder (all bmp files with...

I have this python code using stable diffusion 1.5 ``` !pip install -U git+https://github.com/huggingface/diffusers !pip install -q transformers accelerate !pip install omegaconf !pip install safetensors from diffusers import StableDiffusionPipeline, DPMSolverMultistepScheduler...

I am getting this error when I writeLn to a connected device. ``` EasyBluetooth.writeln("Test 123") .then(() => { console.log("Writing " + "Test 123") }) .catch((ex) => { console.warn(ex); }) ```...