koolteche
RRunPod
•Created by koolteche on 3/28/2024 in #⚡|serverless
Dreambooth training api
I need help in understanding how can I add lora styles into dreambooth v1.5 api? What are styles in the api request payload used for? https://doc.runpod.io/reference/dreambooth-sd-v15
2 replies
RRunPod
•Created by koolteche on 2/21/2024 in #⚡|serverless
API Wrapper
curl -X POST https://api.runpod.ai/v2/stable-diffusion-v1/run \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' \
-d '{"input": {"prompt": "a cute magical flying dog, fantasy art drawn by disney concept artists"}}'
I wanted to know, is it okay to call the apis straight away from the app with the auth token in the header or do I have to call these apis via some node layer or aws lambda?
4 replies