Dan Zeitman

Results 6 comments of Dan Zeitman

Does anyone know if this issue has be addressed or solve?

https://github.com/plemeri/transparent-background could be a nice replacement for RemBG dependency. Works on Apple Silicon and M3 MacBook Pro. (with set PYTORCH_ENABLE_MPS_FALLBACK=1 )

You are correct! Edit the serverless.yml file to include the additional permission to PutObjectAcl `service: serverless-thumbnail provider: name: aws iamRoleStatements: - Effect: Allow Action: - s3:putObject - s3:PutObjectAcl Resource: '*'...

Any progress on adding the Apple Silicon support?