salgótarján kapitány
salgótarján kapitány
RRunPod
Created by salgótarján kapitány on 3/6/2024 in #⚡|serverless
Postman returns either 401 Unauthorized, or when the request can be sent it returns as Failed, error
Postman reads the following, when I send runsync request from runpod tutorial (from generativelabs) json "error": "Unexpected input. api_name is not a valid input option.\nUnexpected input. cfg_scale is not a valid input option.\nUnexpected input. email is not a valid input option.\nUnexpected input. negative_prompt is not a valid input option.\nUnexpected input. num_inference_steps is not a valid input option.\nUnexpected input. override_settings is not a valid input option.\nUnexpected input. prompt is not a valid input option.\nUnexpected input. restore_faces is not a valid input option.\nUnexpected input. sampler_index is not a valid input option.\nUnexpected input. seed is not a valid input option.\napi is a required input.\npayload is a required input.", When I send request from ashleyk's worker a1111 json it always returns as 401 Unauthorized. How can I solve?
20 replies
RRunPod
Created by salgótarján kapitány on 3/2/2024 in #⚡|serverless
Docker build can't finish
When I try to run docker build . in bash, it starts the process, but fails and says exit code: 1 It downloads around 4 gigabytes, and then at #13 it reads the following: download 3/8] RUN . /clone.sh taming-transformers https://github.com/CompVis/taming-transformers.git 24268930bf1dce879235a7fddd0b2355b84d7ea6 && rm -rf data assets /*.ipynb: set: line 3: illegal option -o pipefail Dockerfile:9 8 | # Clone the repos and clean unnecessary files 9 | >>> RUN . /clone.sh taming-transformers https://github.com/CompVis/taming-transformers.git 24268930bf1dce879235a7fddd0b2355b84d7ea6 && 10 | >>> rm -rf data assets /.ipynb 11 | ERROR: failed to solve: process "/bin/sh -c . /clone.sh taming-transformers https://github.com/CompVis/taming-transformers.git 24268930bf1dce879235a7fddd0b2355b84d7ea6 && rm -rf data assets **/.ipynb" did not complete successfully: exit code: 1 How can I solve this? I'm running it from win 10 pro 64x I'm really new to the community, please help me with your knowledge 🙂 looking forward to your anwsers!
3 replies