Ucodia
Ucodia
RRunPod
Created by Ucodia on 7/19/2024 in #⚡|serverless
Serverless SDXL Turbo endpoint returning seed inconsistent images
Sounds good I’ll give a try to auto1111 api then
52 replies
RRunPod
Created by Ucodia on 7/19/2024 in #⚡|serverless
Serverless SDXL Turbo endpoint returning seed inconsistent images
I finally ended up modifying this one: https://github.com/runpod-workers/worker-sdxl I'll see if I can change the handler code to make it work 🙃
52 replies
RRunPod
Created by Ucodia on 7/19/2024 in #⚡|serverless
Serverless SDXL Turbo endpoint returning seed inconsistent images
Thank you for the tips, really appreciate it. I really hoped I would not have to learn how to code/configure this as it was documented officially 🥲
52 replies
RRunPod
Created by Ucodia on 7/19/2024 in #⚡|serverless
Serverless SDXL Turbo endpoint returning seed inconsistent images
I followed this guide: https://docs.runpod.io/tutorials/serverless/gpu/generate-sdxl-turbo#deploy-a-serverless-endpoint But the runpod/sdxl-turbo:latest did not even exists, I had to use runpod/sdxl-turbo:dev
52 replies
RRunPod
Created by Ucodia on 7/19/2024 in #⚡|serverless
Serverless SDXL Turbo endpoint returning seed inconsistent images
I am using the Runpod SDK for JavaScript
52 replies
RRunPod
Created by Ucodia on 7/19/2024 in #⚡|serverless
Serverless SDXL Turbo endpoint returning seed inconsistent images
I input all of it,
{
"input": {
"prompt": "a magestical orange fluffly cat in a ferny forest full of glowing mushrooms, photo realistic",
"width": 512,
"height": 512,
"num_inference_steps": 2,
"guidance_scale": 1,
"strength": 1,
"seed": 2112
}
}
{
"input": {
"prompt": "a magestical orange fluffly cat in a ferny forest full of glowing mushrooms, photo realistic",
"width": 512,
"height": 512,
"num_inference_steps": 2,
"guidance_scale": 1,
"strength": 1,
"seed": 2112
}
}
52 replies
RRunPod
Created by Ucodia on 7/19/2024 in #⚡|serverless
Serverless SDXL Turbo endpoint returning seed inconsistent images
I did have to use the "dev" tagged image because there was nothing else, it might have been abandoned? https://hub.docker.com/layers/runpod/sdxl-turbo/dev/images/sha256-9855a54c3f7434f472bfc6604313e8bcdfec0390d1d8ba027e690f683c2ab1e7?context=explore
52 replies
RRunPod
Created by Ucodia on 7/19/2024 in #⚡|serverless
Serverless SDXL Turbo endpoint returning seed inconsistent images
I actually realized that the model only seems to take the positive prompt in account, changing the size or steps had no effect either!
52 replies
RRunPod
Created by Ucodia on 7/19/2024 in #⚡|serverless
Serverless SDXL Turbo endpoint returning seed inconsistent images
And by the way, thank you so much for helping and trying to figure it out
52 replies
RRunPod
Created by Ucodia on 7/19/2024 in #⚡|serverless
Serverless SDXL Turbo endpoint returning seed inconsistent images
I need to learn how to "open" a docker image to see what is inside next
52 replies
RRunPod
Created by Ucodia on 7/19/2024 in #⚡|serverless
Serverless SDXL Turbo endpoint returning seed inconsistent images
But I don't see any link between that repo and the image. The worker repo you linked does not pull the image runpod/sdxl-turbo
52 replies
RRunPod
Created by Ucodia on 7/19/2024 in #⚡|serverless
Serverless SDXL Turbo endpoint returning seed inconsistent images
I tested sdxl-turbo in ComfyUI again and I do get the same output given the same parameter. I made sure this was not a cache hit by restarting ComfyUI.
52 replies
RRunPod
Created by Ucodia on 7/19/2024 in #⚡|serverless
Serverless SDXL Turbo endpoint returning seed inconsistent images
How do we know this is the code that is pulled by docker image runpod/sdxl-turbo?
52 replies
RRunPod
Created by Ucodia on 7/19/2024 in #⚡|serverless
Serverless SDXL Turbo endpoint returning seed inconsistent images
What is odd, is that I don't get this issue when using SDXL in Runpod or SDXL Turbo in Comfy, I get consistency. I am building a streaming like app but I really cannot do without the consistency.
52 replies
RRunPod
Created by Ucodia on 7/19/2024 in #⚡|serverless
Serverless SDXL Turbo endpoint returning seed inconsistent images
How can I check the code from the container I am deploying? https://hub.docker.com/r/runpod/sdxl-turbo
52 replies