Jack Langerman

Results 9 comments of Jack Langerman

@yamsgithub I spoke with @luciay and she shared her batch script which runs on the prince cluster with Singularity instead of Docker on CPU. I then made some modifications so...

I have also been working on this with not much success. Please let me know if you find a solution. I'll do the same. I also tried wrapping the model...

this gives the same result (though it is unclear to me if the init image needs to be repeated in the controlnet portion) ```json { "prompt": "", "negative_prompt": "", "sampler_name":...

Really appreciate your response! I'll give it a try now.

I had switched commits. With the older commits it still doesn't work. Switching back to the new commits now and will try again. when I use the UI I always...

both. I switched to a9fed7c364061ae6efb37f797b6b522cb3cf7aa2 for sd-webit and 274dd5df217a03e059e9cf052447aece81bbd1cf for controlnet Which commits did you run your tests against? I'm happy to use those. Thanks again for your help!

Amazing! So let me make sure I understand: - if I make `max_units == number_units` in call it should work now - once #676 is merged it will be ok...

awesome! Just got it working (even without updating the `max_units`) using sd-webui-controlnet : `241c05f8c9d3c5abe637187e3c4bb46f17447029` stable-diffusion-webui: `769def1e418c74107e4bfe1c7c990d20faed4c17` and the old syntax ```json { ... "denoising_strength": 0.95, "controlnet_units": [ { "model": "control_depth-fp16...

@vspinu any thoughts on this? I think @spencerlangerman and I are both willing to put in a little time to clean this up a bit, but don't want to start...