Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
genekogan committed Apr 13, 2024
1 parent 955dbae commit da516ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions logos/creation_interfaces/kojii_untitledxyz.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def kojii_untitledxyz(request: KojiiUntitledxyzRequest, callback=None):
if request.human_machine_nature < 1 / 3:
text_inputs_to_interpolate = [
"isometric architectural drawing, displaying an ultra close up of distorted roman columns connected to a modern building, emphasizing stone corinthian capitals and white blocks, pen and ink, yellow, orange, light brown, solid white background, sharpness, noise",
"architectural drawing, giant blocks, displaying an ultra close up of a modernist building made of computer parts, emphasizing entangled wires with intense precision, the intricate web of wires are seen up close, accentuating the fusion of modern and ancient, the image depicts wires illustrated with vibrant colors, sharpness, noise.",
"architectural drawing, giant blocks, displaying an ultra close up of a modernist building made of computer parts, emphasizing entangled wires with intense precision, the intricate web of wires are seen up close, accentuating the fusion of modern and ancient, the image depicts wires illustrated with vibrant colors, solid color background, sharpness, noise.",
]
text_inputs_to_interpolate_weights = [
1 - 3 * request.human_machine_nature,
Expand All @@ -96,7 +96,7 @@ def kojii_untitledxyz(request: KojiiUntitledxyzRequest, callback=None):

elif request.human_machine_nature < 2 / 3:
text_inputs_to_interpolate = [
"architectural drawing, giant blocks, displaying an ultra close up of a modernist building made of computer parts, emphasizing entangled wires with intense precision, the intricate web of wires are seen up close, accentuating the fusion of modern and ancient, the image depicts wires illustrated with vibrant colors, sharpness, noise.",
"architectural drawing, giant blocks, displaying an ultra close up of a modernist building made of computer parts, emphasizing entangled wires with intense precision, the intricate web of wires are seen up close, accentuating the fusion of modern and ancient, the image depicts wires illustrated with vibrant colors, solid color background, sharpness, noise.",
"an isometric architectural drawing, displaying an ultra close up of a modern superstructure, geometric stone blocks, emphasis on dense overwhelming vines with intense precision, plants are shot up close, accentuating the fusion of nature and columns, the image depicts giant leaves illustrated with vibrant colors, solid white background, sharpness, noise.",
]
text_inputs_to_interpolate_weights = [
Expand Down

0 comments on commit da516ee

Please sign in to comment.