Mythical grey cat with blue ears

#125
by emporas - opened

A starting image as a result of a Racket program. Code at the end of the post

Prompt:

mythical grey cat with blue ears, ornamental logo cat, style of Catherine Abel, industrial, literature,fantasy , detailed, sharp,  pastel, , oil on canvas

Sketch:

Generations:

(define p (circle 40 "solid" "gray"))
(define (rotated_triangle rotation)
(rotate rotation (triangle 30 "solid" "navy")))

(underlay/offset p
0 -40
(underlay/offset (rotated_triangle -30)
-30 0
(rotated_triangle 30)))

Huggingface Projects org

Very cool, thanks for sharing!

Sign up or log in to comment