• Photography basics: Depth of Field and composition

    ,

    Depth of field is the range within which focusing is resolved in a photo.
    Aperture has a huge affect on to the depth of field.

     

     

    Changing the f-stops (f/#) of a lens will change aperture and as such the DOF.

    f-stops are a just certain number which is telling you the size of the aperture. That’s how f-stop is related to aperture (and DOF).

    If you increase f-stops, it will increase DOF, the area in focus (and decrease the aperture). On the other hand, decreasing the f-stop it will decrease DOF (and increase the aperture).

    The red cone in the figure is an angular representation of the resolution of the system. Versus the dotted lines, which indicate the aperture coverage. Where the lines of the two cones intersect defines the total range of the depth of field.

    This image explains why the longer the depth of field, the greater the range of clarity.

  • How does Stable Diffusion work?

    ,

    https://stable-diffusion-art.com/how-stable-diffusion-work/

    Stable Diffusion is a latent diffusion model that generates AI images from text. Instead of operating in the high-dimensional image space, it first compresses the image into the latent space.

    Stable Diffusion belongs to a class of deep learning models called diffusion models. They are generative models, meaning they are designed to generate new data similar to what they have seen in training. In the case of Stable Diffusion, the data are images.

    Why is it called the diffusion model? Because its math looks very much like diffusion in physics. Let’s go through the idea.

    (more…)