Daniel Jarvis

Results 4 comments of Daniel Jarvis

@sumanttyagi had the same issue today. Check the losses.py and the weights are values of the classes not the function what are set at the end of the file. So...

Found this issue today. There seem there two options. One resize the image before putting it replicate . Two create an alternative version of the repo and fix all the...

My Current quck fix to this issue for a discord bot using replicate, is to use backblaze api to hold a resized image then use that for the imgurl. May...

https://github.com/huggingface/diffusers/blob/main/src/diffusers/pipelines/stable_diffusion_xl/pipeline_stable_diffusion_xl_img2img.py Going through the StableDiffusionXLImg2ImgPipeline that replicate uses there no width or height setting as these values seem to be based of the input image size but there is a...