Creating doodles with HED detection and ControlNet
Want to use your profile image and use this alongside edge detection and stable diffusion to generate an image based off your profile? Then, you are in luck and should read this post.
Python content for tutorials and blogs
Want to use your profile image and use this alongside edge detection and stable diffusion to generate an image based off your profile? Then, you are in luck and should read this post.
This assumes you know how to programme in Python and know a little about n-dimensional arrays and how to work with them in numpy (don’t worry if you don’t I got you covered). PyTorch is a pythonic way of building Deep Learning neural networks from scratch. This is something I have been learning over the…