Drawer Settings
Currently there are four drawers
pixel
pixel_size
pixel_sizePixel size determines how many pixels in rows and columns this pixel art image has. For example a specification of pixel_size=[100,200] generates a 100x200 pixel image, increasing size increases the size of the output, but not number of pixels.
pixel_scale
pixel_scaleThis is a scaling multiplier on the size of the pixels of the image. The final number of pixels equals pixel_size/pixel_scale.
pixel_type
pixel_typePixel type can be one of rect, rectshift, tri, diamond, hex, and knit.

vqgan
vqgan_model
vqgan_modelOne of these:
"imagenet_f16_1024"
"imagenet_f16_16384"
"imagenet_f16_16384m"
"openimages_f16_8192"
"coco"
"faceshq"
"wikiart_1024"
"wikiart_16384"
"wikiart_16384m"
"sflckr"Seems like these three have limited differences (all three seems to be labeled general images), faceshq and sflckr should be tested sometime soon.

clipdraw
strokes
strokesnumber of strokes, default=1024.
min_stroke_width and max_stroke_width
min_stroke_width and max_stroke_widthstroke thickness, percentage of image height. default=1 and 5
line_drawer
strokes
strokesdefault=24
stroke_length
stroke_lengthdefualt=8
min_stroke_width and max_stroke_width
min_stroke_width and max_stroke_widthdefault=0.5 and 2
allow_paper_color
allow_paper_colordefault=False, allows change in color of background
Last updated