derekcbr

Results 7 issues of derekcbr

Suppose we need to use multiple sheets, is there a way of doing this?

Could not figure out the password.

return self.indices_to_positions[i] I got wrong! What is indices_to_positions in p01_color_cube_assembly.py ?

Can someone help explain? D:\AI\stable-diffusion-webui-forge\venv\lib\site-packages\diffusers\utils\outputs.py:63: UserWarning: torch.utils._pytree._register_pytree_node is deprecated. Please use torch.utils._pytree.register_pytree_node instead.

I add a grid and then create a particle system. I have no idea how to run this addon?

image0 = Image.open("C:\city.pang") unit1 = webuiapi.ControlNetUnit(input_image=image0, module='canny', model='control_canny-fp16 [e3fe7712]') But it shows an error TypeError: Object of type PngImageFile is not JSON serializable How to get the right input image...

class ControlNetUnit: def __init__( self, input_image: Image = None, mask: Image = None, .... ) How to generate mask image and use the mask image as the ControlNetUnit class parameter?...