joseph-schwartz

Results 7 comments of joseph-schwartz

![is_img2img batch error](https://user-images.githubusercontent.com/103238320/221333126-3bd1aff4-2ad4-4425-92dd-5ac0d825a486.PNG) Getting this error when making api calls to control net. Specifically here it's the depth model. Works fine from the Automatic1111 GUI, but when I make calls...

This has since cleared up, I believe someone fixed it :)

I actually have gotten this behavior with a 600x450 image returning a 600x448 image. Doesn't sound like a big deal unless you are checking for their sizes to be the...

I had the same issue. Run this in the API Swagger docks for ControlNetImage2Image ``` { "init_images": ["You'reBase64StringHere"], "cfg_scale": 7, "prompt": "You'rePromptHere", "width": 512, "height": 512, "controlnet_units": [ { "input_image":...

Still getting the error when calling CN with the API. This still being debugged? ![image](https://user-images.githubusercontent.com/103238320/229404899-734e8b21-c6ca-446b-a682-9ec8630420ef.png) Here is my json payload: ``` { "init_images": [ "Base64ImageString" ], "resize_mode": 0, "denoising_strength": 0.6000000238418579,...

Awesome, thanks for the clarification and suggestion!

This fixed it both when I reverted to the deprecated way and in the new way. Thank you so much! Hope they merge it soon! Awesome work!