File size: 1,629 Bytes
04ef268
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<details open>
    <summary style="background-color: #CE6400; padding-left: 10px;">
        About
    </summary>
    <div style="display: flex; flex-direction: row; background-color: #D87F2B; padding-left: 10px;">
        <div style="flex: 1;">
            <p style="margin-top: 10px">
                This tab generates a circular trajectory through latent space that begins and ends with the same image. 
                If we specify a large number of steps around the circle, the successive images will be closely related, resulting in a gradual deformation that produces a nice animation.
            </p>
            <p style="font-weight: bold;">
                Additional Controls:
            </p>  
            <p style="font-weight: bold;">
                Number of Steps around the Circle:
            </p>
            <p>
                Specify the number of images to produce along the circular path.
            </p>
            <p style="font-weight: bold;">
                Proportion of Circle:
            </p>
            <p>
                Sets the proportion of the circle to cover during image generation. 
                Ranges from 0 to 360 degrees. 
                Using a high step count with a small number of degrees allows you to explore very subtle image transformations.
            </p>
        </div>
        <div style="flex: 1; align-content: center;">
            <img src="https://raw.githubusercontent.com/touretzkyds/DiffusionDemo/master/images/circular.png" style="max-width: 100%; height: auto; margin-top: 10px; margin-bottom: 10px; padding-left: 10px;">
        </div>
    </div>