CR-TZM
CR-TZM
RRunPod
Created by CR-TZM on 8/25/2024 in #⚡|serverless
Dependencies version issue between gradio and runpod
Ok thank you, I'll continue to test so
3 replies
RRunPod
Created by CR-TZM on 8/10/2024 in #⚡|serverless
Does Runpod have an alternative to Ashley Kleynhans' github repository for creating a1111 worker?
I think I found the issue for openpose too. It's due to the input image 🥲 The openart image that I use doesn't get analyzed by the preprocessor. I used another picture and now it's working well
40 replies
RRunPod
Created by CR-TZM on 8/10/2024 in #⚡|serverless
Does Runpod have an alternative to Ashley Kleynhans' github repository for creating a1111 worker?
Concerning the openpose model I'm still trying to make it work
40 replies
RRunPod
Created by CR-TZM on 8/10/2024 in #⚡|serverless
Does Runpod have an alternative to Ashley Kleynhans' github repository for creating a1111 worker?
I found the solution for the bash error. It's caused by my Windows env. To solve it you need to add one line in the Dockerfile : #- Add RunPod Handler and Docker container start script COPY start.sh rp_handler.py ./ COPY schemas /schemas #- Fix line endings in the start.sh script (this is the line added) RUN sed -i 's/\r$//' /start.sh #- Start the container RUN chmod +x /start.sh ENTRYPOINT /start.sh
40 replies
RRunPod
Created by CR-TZM on 8/10/2024 in #⚡|serverless
Does Runpod have an alternative to Ashley Kleynhans' github repository for creating a1111 worker?
Ok no problem I'll try to solve this issue. Thank you
40 replies
RRunPod
Created by CR-TZM on 8/10/2024 in #⚡|serverless
Does Runpod have an alternative to Ashley Kleynhans' github repository for creating a1111 worker?
Thank you for the help, I probably didn't have the openpose models. I wanted to try again but Ashley deleted his docker image. So I recreated the network volume and docker image by following step by step the whole tuto. Now I have this error when I try to make an API call: 2024-08-16T15:44:25.039554668Z /usr/bin/env: 'bash\r': No such file or directory This error comes from my docker image, it's probably because I created it on windows. Idk. Do you have a working docker image so I can test to use openpose now that I added the model?
40 replies
RRunPod
Created by CR-TZM on 8/10/2024 in #⚡|serverless
Does Runpod have an alternative to Ashley Kleynhans' github repository for creating a1111 worker?
The picture generated with this API call doesn't use the pose from the picture above.
40 replies
RRunPod
Created by CR-TZM on 8/10/2024 in #⚡|serverless
Does Runpod have an alternative to Ashley Kleynhans' github repository for creating a1111 worker?
Hello @GenerativeLabs , do you know what is wrong with my API call that openpose is not used?
40 replies
RRunPod
Created by CR-TZM on 8/10/2024 in #⚡|serverless
Does Runpod have an alternative to Ashley Kleynhans' github repository for creating a1111 worker?
No description
40 replies
RRunPod
Created by CR-TZM on 8/10/2024 in #⚡|serverless
Does Runpod have an alternative to Ashley Kleynhans' github repository for creating a1111 worker?
{ "input": { "api": { "method": "POST", "endpoint": "/sdapi/v1/txt2img" }, "payload": { "override_settings": { "sd_model_checkpoint": "cyberrealistic_v42", "sd_vae": "vae-ft-mse-840000-ema-pruned.safetensors" }, "override_settings_restore_afterwards": true, "refiner_checkpoint": "", "refiner_switch_at": 0.8, "prompt": "my prompt", "negative_prompt": "", "seed": -1, "batch_size": 1, "steps": 25, "cfg_scale": 7, "width": 512, "height": 720, "sampler_name": "DPM++ SDE", "sampler_index": "DPM++ SDE", "scheduler": "karras", "restore_faces": false, "alwayson_scripts": { "controlnet": { "args": [ { "enabled": true, "module": "openpose", "model": "control_v11p_sd15_openpose", "weight": 1.0, "input_image": base64 image, "resize_mode": "Crop and Resize", "lowvram": false, "processor_res": 64, "threshold_a": 64, "threshold_b": 64, "guidance_start": 0.0, "guidance_end": 1.0, "control_mode": "Balanced", "pixel_perfect": false } ] } } } } }
40 replies
RRunPod
Created by CR-TZM on 8/10/2024 in #⚡|serverless
Does Runpod have an alternative to Ashley Kleynhans' github repository for creating a1111 worker?
Ok I'll test it thanks
40 replies
RRunPod
Created by CR-TZM on 8/10/2024 in #⚡|serverless
Does Runpod have an alternative to Ashley Kleynhans' github repository for creating a1111 worker?
Thank you, yes I need to use SD with some specific checkpoints and Loras. I'm also using ad detailer. Do you know if it's possible to use controlnet openpose in txt2img? If yes, should I just use the img2img JSON for controlnet and add it at the end of my txt2img JSON?
40 replies
RRunPod
Created by CR-TZM on 8/10/2024 in #⚡|serverless
Does Runpod have an alternative to Ashley Kleynhans' github repository for creating a1111 worker?
40 replies
RRunPod
Created by CR-TZM on 8/10/2024 in #⚡|serverless
Does Runpod have an alternative to Ashley Kleynhans' github repository for creating a1111 worker?
Great thank you a lot, I found one copy of Ashley but IDk if it's the last one but at least there is already Ad detailer and Controlnet.
40 replies
RRunPod
Created by CR-TZM on 8/10/2024 in #⚡|serverless
Does Runpod have an alternative to Ashley Kleynhans' github repository for creating a1111 worker?
Does anybody has forked Ashley's repo?
40 replies
RRunPod
Created by CR-TZM on 8/10/2024 in #⚡|serverless
Does Runpod have an alternative to Ashley Kleynhans' github repository for creating a1111 worker?
No it's not the same, it's the same as runpod's template https://github.com/runpod-workers/worker-a1111 Do you know if Ashley will reopen his repo?
40 replies
RRunPod
Created by CR-TZM on 8/10/2024 in #⚡|serverless
Does Runpod have an alternative to Ashley Kleynhans' github repository for creating a1111 worker?
Thank you. How can I use ad detailer, loras and upscaler with this one?
40 replies
RRunPod
Created by CR-TZM on 1/21/2024 in #⚡|serverless
Can we use other SD models (and Loras) on Quick Deploy serverless?
Yes you're probably right, thank you for your answer
7 replies
RRunPod
Created by CR-TZM on 1/21/2024 in #⚡|serverless
Can we use other SD models (and Loras) on Quick Deploy serverless?
I finally use another method which is using a network volume every time.
7 replies