Lou Alcalá
Lou Alcalá
Hello I'm trying to install pony orm-migrations in MacOS `pip install git+git://github.com/ponyorm/pony.git@orm-migrations ` and I'm getting this error: ``` ERROR: Command errored out with exit status 1: command: /Users/loualcala/Work/png.to/venv/bin/python -c...
I'm having this issue with Flask, Pony ORM and PostgreSQL 10.14, I tried checking the max_connections and increasing to 100 ``` >psql >show max_connections; max_connections ----------------- 100 (1 row) ```...
I'm trying the API using this endpoint https://developer.authorize.net/api/reference/index.html#customer-profiles-get-customer-profile and in the Request Field information I see that I can send merchantCustomerId, but every time I tried it always return the...
Every time I try to use the "imagine 'something...'" command it's loading the model huggingface into cuda, is there anything to keep the model loaded onto cuda so the process...
Hi, is there a way to use the upscale feature with another model? I tried: ``` aimg upscale "test.jpeg" --fix-faces --outdir "/results/" --model openjourney-v4 ... Error: No such option: --model...
Hello, I'm looking at the kitchen remodeling example, and I wanted to know if I can use some control mode that detects the space and based on this, it can...
Hi, I'm trying to add your repository but I'm getting that error. Regards
Hello there, I'm trying to change the CUDA selection, I saw this: ``` def run_inference(args, gpu_num, gpu_no, **kwargs): ... model = model.cuda(gpu_no) ... if __name__ == '__main__': ... rank, gpu_num...
How can I turn ON the requires_safety_checker in model.process_text2video? I thought it was True by default but I can still create NSFW videos.