{
    "a hairy shark and two spotted clams": {
        "original_prompt": "a hairy shark and two spotted clams",
        "base_prompt": "#1 and #2 and #3",
        "objects": {
            "#1": {
                "prompt": "#1",
                "object": "a hairy shark",
                "r2f": [
                    "a hairy animal"
                ],
                "visual_detail_levels": [
                    5
                ],
                "bbox": [
                    0.1,
                    0.2,
                    0.4,
                    0.6
                ]
            },
            "#2": {
                "prompt": "#2",
                "object": "a spotted clam",
                "r2f": [
                    "a spotted object"
                ],
                "visual_detail_levels": [
                    2
                ],
                "bbox": [
                    0.6,
                    0.4,
                    0.8,
                    0.6
                ]
            },
            "#3": {
                "prompt": "#3",
                "object": "a spotted clam",
                "r2f": [
                    "a spotted object"
                ],
                "visual_detail_levels": [
                    2
                ],
                "bbox": [
                    0.7,
                    0.7,
                    0.9,
                    0.9
                ]
            }
        }
    },
    "a thorny clam and a horned monkfish": {
        "original_prompt": "a thorny clam and a horned monkfish",
        "base_prompt": "#1 and #2",
        "objects": {
            "#1": {
                "prompt": "#1",
                "object": "a thorny clam",
                "r2f": [
                    "a thorny object"
                ],
                "visual_detail_levels": [
                    5
                ],
                "bbox": [
                    0.1,
                    0.4,
                    0.4,
                    0.6
                ]
            },
            "#2": {
                "prompt": "#2",
                "object": "a horned monkfish",
                "r2f": [
                    "a horned animal"
                ],
                "visual_detail_levels": [
                    3
                ],
                "bbox": [
                    0.6,
                    0.4,
                    0.9,
                    0.6
                ]
            }
        }
    },
    "a wrinkled monkfish and two wigged octopuses": {
        "original_prompt": "a wrinkled monkfish and two wigged octopuses",
        "base_prompt": "#1 and #2 and #3",
        "objects": {
            "#1": {
                "prompt": "#1",
                "object": "a wrinkled monkfish",
                "r2f": [
                    "a wrinkled object",
                    "a wrinkled fish"
                ],
                "visual_detail_levels": [
                    2,
                    3
                ],
                "bbox": [
                    0.1,
                    0.5,
                    0.3,
                    0.7
                ]
            },
            "#2": {
                "prompt": "#2",
                "object": "a wigged octopus",
                "r2f": [
                    "a wigged object",
                    "a wigged sea creature"
                ],
                "visual_detail_levels": [
                    2,
                    3
                ],
                "bbox": [
                    0.5,
                    0.5,
                    0.7,
                    0.8
                ]
            },
            "#3": {
                "prompt": "#3",
                "object": "a wigged octopus",
                "r2f": [
                    "a wigged object",
                    "a wigged sea creature"
                ],
                "visual_detail_levels": [
                    2,
                    3
                ],
                "bbox": [
                    0.7,
                    0.5,
                    0.9,
                    0.8
                ]
            }
        }
    },
    "a thorny shark and a mustachioed dolphin": {
        "original_prompt": "a thorny shark and a mustachioed dolphin",
        "base_prompt": "#1 and #2",
        "objects": {
            "#1": {
                "prompt": "a thorny #1",
                "object": "thorny shark",
                "r2f": [
                    "a thorny animal"
                ],
                "visual_detail_levels": [
                    3
                ],
                "bbox": [
                    0.2,
                    0.3,
                    0.4,
                    0.5
                ]
            },
            "#2": {
                "prompt": "a dolphin with #2",
                "object": "mustachioed dolphin",
                "r2f": [
                    "a dolphin with a mustache"
                ],
                "visual_detail_levels": [
                    2
                ],
                "bbox": [
                    0.6,
                    0.3,
                    0.9,
                    0.5
                ]
            }
        }
    },
    "a hairy dolphin and two wrinkled sharks": {
        "original_prompt": "a hairy dolphin and two wrinkled sharks",
        "base_prompt": "#1 and #2 and #3",
        "objects": {
            "#1": {
                "prompt": "#1",
                "object": "a hairy dolphin",
                "r2f": [
                    "a hairy animal"
                ],
                "visual_detail_levels": [
                    5
                ],
                "bbox": [
                    0.1,
                    0.3,
                    0.4,
                    0.6
                ]
            },
            "#2": {
                "prompt": "#2",
                "object": "a wrinkled shark",
                "r2f": [
                    "a wrinkled animal"
                ],
                "visual_detail_levels": [
                    4
                ],
                "bbox": [
                    0.5,
                    0.2,
                    0.9,
                    0.5
                ]
            },
            "#3": {
                "prompt": "#3",
                "object": "a wrinkled shark",
                "r2f": [
                    "a wrinkled animal"
                ],
                "visual_detail_levels": [
                    4
                ],
                "bbox": [
                    0.6,
                    0.6,
                    0.9,
                    0.9
                ]
            }
        }
    },
    "a wrinkled shark and three spotted clownfishes": {
        "original_prompt": "a wrinkled shark and three spotted clownfishes",
        "base_prompt": "#1 and #2 and #3 and #4",
        "objects": {
            "#1": {
                "prompt": "#1",
                "object": "a wrinkled shark",
                "r2f": [
                    "a textured shark"
                ],
                "visual_detail_levels": [
                    2
                ],
                "bbox": [
                    0.1,
                    0.3,
                    0.6,
                    0.7
                ]
            },
            "#2": {
                "prompt": "#2",
                "object": "a spotted clownfish",
                "r2f": [],
                "visual_detail_levels": [],
                "bbox": [
                    0.7,
                    0.4,
                    0.85,
                    0.6
                ]
            },
            "#3": {
                "prompt": "#3",
                "object": "a spotted clownfish",
                "r2f": [],
                "visual_detail_levels": [],
                "bbox": [
                    0.6,
                    0.2,
                    0.8,
                    0.4
                ]
            },
            "#4": {
                "prompt": "#4",
                "object": "a spotted clownfish",
                "r2f": [],
                "visual_detail_levels": [],
                "bbox": [
                    0.75,
                    0.5,
                    0.9,
                    0.7
                ]
            }
        }
    },
    "a bearded frog and two mustachioed parrots": {
        "original_prompt": "a bearded frog and two mustachioed parrots",
        "base_prompt": "#1 and #2 and #3",
        "objects": {
            "#1": {
                "prompt": "#1",
                "object": "a bearded frog",
                "r2f": [
                    "a bearded animal"
                ],
                "visual_detail_levels": [
                    5
                ],
                "bbox": [
                    0.1,
                    0.4,
                    0.3,
                    0.7
                ]
            },
            "#2": {
                "prompt": "#2",
                "object": "a mustachioed parrot",
                "r2f": [
                    "a mustachioed bird"
                ],
                "visual_detail_levels": [
                    3
                ],
                "bbox": [
                    0.6,
                    0.2,
                    0.8,
                    0.4
                ]
            },
            "#3": {
                "prompt": "#3",
                "object": "a mustachioed parrot",
                "r2f": [
                    "a mustachioed bird"
                ],
                "visual_detail_levels": [
                    3
                ],
                "bbox": [
                    0.6,
                    0.5,
                    0.8,
                    0.7
                ]
            }
        }
    },
    "a wooly alligator and a horned squid": {
        "original_prompt": "a wooly alligator and a horned squid",
        "base_prompt": "#1 and #2",
        "objects": {
            "#1": {
                "prompt": "#1",
                "object": "a wooly alligator",
                "r2f": [
                    "a wooly animal"
                ],
                "visual_detail_levels": [
                    5
                ],
                "bbox": [
                    0.1,
                    0.3,
                    0.4,
                    0.7
                ]
            },
            "#2": {
                "prompt": "#2",
                "object": "a horned squid",
                "r2f": [
                    "a horned animal"
                ],
                "visual_detail_levels": [
                    3
                ],
                "bbox": [
                    0.5,
                    0.3,
                    0.8,
                    0.7
                ]
            }
        }
    },
    "a mustachioed monkey and a wigged eagle": {
        "original_prompt": "a mustachioed monkey and a wigged eagle",
        "base_prompt": "#1 and #2",
        "objects": {
            "#1": {
                "prompt": "#1",
                "object": "a mustachioed monkey",
                "r2f": [
                    "a decorated primate"
                ],
                "visual_detail_levels": [
                    3
                ],
                "bbox": [
                    0.2,
                    0.4,
                    0.4,
                    0.6
                ]
            },
            "#2": {
                "prompt": "#2",
                "object": "a wigged eagle",
                "r2f": [
                    "a decorated bird"
                ],
                "visual_detail_levels": [
                    3
                ],
                "bbox": [
                    0.6,
                    0.3,
                    0.8,
                    0.7
                ]
            }
        }
    },
    "a wrinkled glass ball and a bearded globe": {
        "original_prompt": "a wrinkled glass ball and a bearded globe",
        "base_prompt": "#1 and #2",
        "objects": {
            "#1": {
                "prompt": "#1",
                "object": "a wrinkled glass ball",
                "r2f": [
                    "a textured glass sphere"
                ],
                "visual_detail_levels": [
                    2
                ],
                "bbox": [
                    0.2,
                    0.3,
                    0.4,
                    0.4
                ]
            },
            "#2": {
                "prompt": "#2",
                "object": "a bearded globe",
                "r2f": [
                    "a decorated globe"
                ],
                "visual_detail_levels": [
                    3
                ],
                "bbox": [
                    0.6,
                    0.3,
                    0.8,
                    0.5
                ]
            }
        }
    },
    "a horned lion and a wigged elephant": {
        "original_prompt": "a horned lion and a wigged elephant",
        "base_prompt": "#1 and #2",
        "objects": {
            "#1": {
                "prompt": "#1",
                "object": "a horned lion",
                "r2f": [
                    "a horned animal"
                ],
                "visual_detail_levels": [
                    3
                ],
                "bbox": [
                    0.2,
                    0.3,
                    0.5,
                    0.5
                ]
            },
            "#2": {
                "prompt": "#2",
                "object": "a wigged elephant",
                "r2f": [
                    "an animal with a wig"
                ],
                "visual_detail_levels": [
                    2
                ],
                "bbox": [
                    0.5,
                    0.3,
                    0.8,
                    0.6
                ]
            }
        }
    },
    "a hairless sheep and a bearded panda": {
        "original_prompt": "a hairless sheep and a bearded panda",
        "base_prompt": "#1 and #2",
        "objects": {
            "#1": {
                "prompt": "#1",
                "object": "a hairless sheep",
                "r2f": [
                    "a hairless animal"
                ],
                "visual_detail_levels": [
                    3
                ],
                "bbox": [
                    0.1,
                    0.3,
                    0.4,
                    0.7
                ]
            },
            "#2": {
                "prompt": "#2",
                "object": "a bearded panda",
                "r2f": [
                    "an animal with a beard"
                ],
                "visual_detail_levels": [
                    4
                ],
                "bbox": [
                    0.6,
                    0.3,
                    0.9,
                    0.7
                ]
            }
        }
    },
    "a wrinkled snake and two spotted rhinos": {
        "original_prompt": "a wrinkled snake and two spotted rhinos",
        "base_prompt": "#1 and #2 and #3",
        "objects": {
            "#1": {
                "prompt": "#1",
                "object": "a wrinkled snake",
                "r2f": [
                    "a textured object"
                ],
                "visual_detail_levels": [
                    3
                ],
                "bbox": [
                    0.2,
                    0.4,
                    0.4,
                    0.6
                ]
            },
            "#2": {
                "prompt": "#2",
                "object": "a spotted rhino",
                "r2f": [
                    "a patterned animal"
                ],
                "visual_detail_levels": [
                    2
                ],
                "bbox": [
                    0.5,
                    0.4,
                    0.7,
                    0.6
                ]
            },
            "#3": {
                "prompt": "#3",
                "object": "a spotted rhino",
                "r2f": [
                    "a patterned animal"
                ],
                "visual_detail_levels": [
                    2
                ],
                "bbox": [
                    0.6,
                    0.4,
                    0.8,
                    0.6
                ]
            }
        }
    },
    "a wigged giraffe and a bearded eagle": {
        "original_prompt": "a wigged giraffe and a bearded eagle",
        "base_prompt": "#1 and #2",
        "objects": {
            "#1": {
                "prompt": "#1",
                "object": "a wigged giraffe",
                "r2f": [
                    "an animal with a wig"
                ],
                "visual_detail_levels": [
                    3
                ],
                "bbox": [
                    0.1,
                    0.3,
                    0.3,
                    0.7
                ]
            },
            "#2": {
                "prompt": "#2",
                "object": "a bearded eagle",
                "r2f": [
                    "an animal with a beard"
                ],
                "visual_detail_levels": [
                    3
                ],
                "bbox": [
                    0.4,
                    0.3,
                    0.7,
                    0.6
                ]
            }
        }
    },
    "a spotted pig and a wrinkled banana": {
        "original_prompt": "a spotted pig and a wrinkled banana",
        "base_prompt": "#1 and #2",
        "objects": {
            "#1": {
                "prompt": "#1",
                "object": "a spotted pig",
                "r2f": [
                    "a pig"
                ],
                "visual_detail_levels": [
                    2
                ],
                "bbox": [
                    0.1,
                    0.4,
                    0.4,
                    0.7
                ]
            },
            "#2": {
                "prompt": "#2",
                "object": "a wrinkled banana",
                "r2f": [
                    "a banana"
                ],
                "visual_detail_levels": [
                    1
                ],
                "bbox": [
                    0.6,
                    0.4,
                    0.9,
                    0.6
                ]
            }
        }
    },
    "a mustachioed strawberry and two bearded apples": {
        "original_prompt": "a mustachioed strawberry and two bearded apples",
        "base_prompt": "#1 and #2 and #3",
        "objects": {
            "#1": {
                "prompt": "#1",
                "object": "a mustachioed strawberry",
                "r2f": [
                    "an object with a mustache"
                ],
                "visual_detail_levels": [
                    2
                ],
                "bbox": [
                    0.1,
                    0.5,
                    0.3,
                    0.7
                ]
            },
            "#2": {
                "prompt": "#2",
                "object": "a bearded apple",
                "r2f": [
                    "an object with a beard"
                ],
                "visual_detail_levels": [
                    2
                ],
                "bbox": [
                    0.4,
                    0.5,
                    0.6,
                    0.7
                ]
            },
            "#3": {
                "prompt": "#3",
                "object": "a bearded apple",
                "r2f": [
                    "an object with a beard"
                ],
                "visual_detail_levels": [
                    2
                ],
                "bbox": [
                    0.7,
                    0.5,
                    0.9,
                    0.7
                ]
            }
        }
    },
    "a hairless yak and a spotted tulip": {
        "original_prompt": "a hairless yak and a spotted tulip",
        "base_prompt": "#1 and #2",
        "objects": {
            "#1": {
                "prompt": "#1",
                "object": "a hairless yak",
                "r2f": [
                    "an animal"
                ],
                "visual_detail_levels": [
                    2
                ],
                "bbox": [
                    0.2,
                    0.5,
                    0.5,
                    0.8
                ]
            },
            "#2": {
                "prompt": "#2",
                "object": "a spotted tulip",
                "r2f": [
                    "a flower"
                ],
                "visual_detail_levels": [
                    2
                ],
                "bbox": [
                    0.6,
                    0.5,
                    0.9,
                    0.8
                ]
            }
        }
    },
    "a horned pelican and a spotted lion": {
        "original_prompt": "a horned pelican and a spotted lion",
        "base_prompt": "#1 and #2",
        "objects": {
            "#1": {
                "prompt": "#1",
                "object": "a horned pelican",
                "r2f": [
                    "a horned bird"
                ],
                "visual_detail_levels": [
                    3
                ],
                "bbox": [
                    0.2,
                    0.2,
                    0.4,
                    0.5
                ]
            },
            "#2": {
                "prompt": "#2",
                "object": "a spotted lion",
                "r2f": [
                    "a spotted animal"
                ],
                "visual_detail_levels": [
                    3
                ],
                "bbox": [
                    0.6,
                    0.3,
                    0.9,
                    0.7
                ]
            }
        }
    },
    "a wooly banana and a horned lemon": {
        "original_prompt": "a wooly banana and a horned lemon",
        "base_prompt": "#1 and #2",
        "objects": {
            "#1": {
                "prompt": "#1",
                "object": "a wooly banana",
                "r2f": [
                    "a wooly object"
                ],
                "visual_detail_levels": [
                    5
                ],
                "bbox": [
                    0.1,
                    0.4,
                    0.45,
                    0.75
                ]
            },
            "#2": {
                "prompt": "#2",
                "object": "a horned lemon",
                "r2f": [
                    "a horned object"
                ],
                "visual_detail_levels": [
                    3
                ],
                "bbox": [
                    0.55,
                    0.4,
                    0.9,
                    0.75
                ]
            }
        }
    },
    "a thorny horse and two bearded monkeys": {
        "original_prompt": "a thorny horse and two bearded monkeys",
        "base_prompt": "#1 and #2 and #3",
        "objects": {
            "#1": {
                "prompt": "#1",
                "object": "a thorny horse",
                "r2f": [
                    "a thorny animal"
                ],
                "visual_detail_levels": [
                    3
                ],
                "bbox": [
                    0.1,
                    0.5,
                    0.4,
                    0.8
                ]
            },
            "#2": {
                "prompt": "#2",
                "object": "a bearded monkey",
                "r2f": [
                    "an animal with a beard"
                ],
                "visual_detail_levels": [
                    2
                ],
                "bbox": [
                    0.6,
                    0.3,
                    0.8,
                    0.5
                ]
            },
            "#3": {
                "prompt": "#3",
                "object": "a bearded monkey",
                "r2f": [
                    "an animal with a beard"
                ],
                "visual_detail_levels": [
                    2
                ],
                "bbox": [
                    0.7,
                    0.5,
                    0.9,
                    0.7
                ]
            }
        }
    },
    "a zebra striped tiger and a tiger striped zebra": {
        "original_prompt": "a zebra striped tiger and a tiger striped zebra",
        "base_prompt": "#1 and #2",
        "objects": {
            "#1": {
                "prompt": "#1",
                "object": "a zebra striped tiger",
                "r2f": [
                    "a striped animal object"
                ],
                "visual_detail_levels": [
                    3
                ],
                "bbox": [
                    0.15,
                    0.25,
                    0.45,
                    0.75
                ]
            },
            "#2": {
                "prompt": "#2",
                "object": "a tiger striped zebra",
                "r2f": [
                    "a striped animal object"
                ],
                "visual_detail_levels": [
                    3
                ],
                "bbox": [
                    0.55,
                    0.25,
                    0.85,
                    0.75
                ]
            }
        }
    },
    "a donut shaped watermelon and a hamburger made of glass": {
        "original_prompt": "a donut shaped watermelon and a hamburger made of glass",
        "base_prompt": "#1 and #2",
        "objects": {
            "#1": {
                "prompt": "#1",
                "object": "a donut shaped watermelon",
                "r2f": [
                    "a donut shaped object"
                ],
                "visual_detail_levels": [
                    1
                ],
                "bbox": [
                    0.2,
                    0.4,
                    0.45,
                    0.65
                ]
            },
            "#2": {
                "prompt": "#2",
                "object": "a hamburger made of glass",
                "r2f": [
                    "an object made of glass"
                ],
                "visual_detail_levels": [
                    2
                ],
                "bbox": [
                    0.55,
                    0.4,
                    0.8,
                    0.65
                ]
            }
        }
    },
    "a cactus made of steel and two sunflowers made of glass": {
        "original_prompt": "a cactus made of steel and two sunflowers made of glass",
        "base_prompt": "#1 and #2 and #3",
        "objects": {
            "#1": {
                "prompt": "#1",
                "object": "a cactus made of steel",
                "r2f": [
                    "an object made of steel"
                ],
                "visual_detail_levels": [
                    2
                ],
                "bbox": [
                    0.1,
                    0.2,
                    0.3,
                    0.7
                ]
            },
            "#2": {
                "prompt": "#2",
                "object": "a sunflower made of glass",
                "r2f": [
                    "an object made of glass"
                ],
                "visual_detail_levels": [
                    2
                ],
                "bbox": [
                    0.4,
                    0.1,
                    0.6,
                    0.5
                ]
            },
            "#3": {
                "prompt": "#3",
                "object": "a sunflower made of glass",
                "r2f": [
                    "an object made of glass"
                ],
                "visual_detail_levels": [
                    2
                ],
                "bbox": [
                    0.7,
                    0.1,
                    0.9,
                    0.5
                ]
            }
        }
    },
    "a heart shaped moon and a star shaped spaceship": {
        "original_prompt": "a heart shaped moon and a star shaped spaceship",
        "base_prompt": "#1 and #2",
        "objects": {
            "#1": {
                "prompt": "#1",
                "object": "a heart shaped moon",
                "r2f": [
                    "a heart shaped object"
                ],
                "visual_detail_levels": [
                    1
                ],
                "bbox": [
                    0.1,
                    0.1,
                    0.4,
                    0.5
                ]
            },
            "#2": {
                "prompt": "#2",
                "object": "a star shaped spaceship",
                "r2f": [
                    "a star shaped object"
                ],
                "visual_detail_levels": [
                    1
                ],
                "bbox": [
                    0.6,
                    0.1,
                    0.9,
                    0.5
                ]
            }
        }
    },
    "a wigged polar bear and a wigged pig": {
        "original_prompt": "a wigged polar bear and a wigged pig",
        "base_prompt": "#1 and #2",
        "objects": {
            "#1": {
                "prompt": "#1",
                "object": "a wigged polar bear",
                "r2f": [
                    "a wigged animal",
                    "a wigged bear"
                ],
                "visual_detail_levels": [
                    3,
                    4
                ],
                "bbox": [
                    0.2,
                    0.3,
                    0.4,
                    0.6
                ]
            },
            "#2": {
                "prompt": "#2",
                "object": "a wigged pig",
                "r2f": [
                    "a wigged animal"
                ],
                "visual_detail_levels": [
                    3
                ],
                "bbox": [
                    0.5,
                    0.3,
                    0.8,
                    0.6
                ]
            }
        }
    },
    "a stork made of diamonds and a tulip made of diamonds": {
        "original_prompt": "a stork made of diamonds and a tulip made of diamonds",
        "base_prompt": "#1 and #2",
        "objects": {
            "#1": {
                "prompt": "#1",
                "object": "a stork made of diamonds",
                "r2f": [
                    "an animal made of diamonds"
                ],
                "visual_detail_levels": [
                    4
                ],
                "bbox": [
                    0.1,
                    0.2,
                    0.5,
                    0.7
                ]
            },
            "#2": {
                "prompt": "#2",
                "object": "a tulip made of diamonds",
                "r2f": [
                    "a plant made of diamonds"
                ],
                "visual_detail_levels": [
                    3
                ],
                "bbox": [
                    0.55,
                    0.2,
                    0.9,
                    0.7
                ]
            }
        }
    },
    "a tiger striped rock and a zebra striped palm tree": {
        "original_prompt": "a tiger striped rock and a zebra striped palm tree",
        "base_prompt": "#1 and #2",
        "objects": {
            "#1": {
                "prompt": "#1",
                "object": "a tiger striped rock",
                "r2f": [
                    "a tiger striped object"
                ],
                "visual_detail_levels": [
                    3
                ],
                "bbox": [
                    0.2,
                    0.5,
                    0.4,
                    0.7
                ]
            },
            "#2": {
                "prompt": "#2",
                "object": "a zebra striped palm tree",
                "r2f": [
                    "a zebra striped tree"
                ],
                "visual_detail_levels": [
                    3
                ],
                "bbox": [
                    0.6,
                    0.2,
                    0.9,
                    0.8
                ]
            }
        }
    },
    "a star shaped cheese cake and a banana shaped drum": {
        "original_prompt": "a star shaped cheese cake and a banana shaped drum",
        "base_prompt": "#1 and #2",
        "objects": {
            "#1": {
                "prompt": "#1",
                "object": "a star shaped cheese cake",
                "r2f": [
                    "a star shaped object"
                ],
                "visual_detail_levels": [
                    1
                ],
                "bbox": [
                    0.15,
                    0.3,
                    0.5,
                    0.7
                ]
            },
            "#2": {
                "prompt": "#2",
                "object": "a banana shaped drum",
                "r2f": [
                    "a banana shaped object"
                ],
                "visual_detail_levels": [
                    1
                ],
                "bbox": [
                    0.55,
                    0.3,
                    0.9,
                    0.7
                ]
            }
        }
    },
    "an ax shaped guitar and an ax shaped violin": {
        "original_prompt": "an ax shaped guitar and an ax shaped violin",
        "base_prompt": "#1 and #2",
        "objects": {
            "#1": {
                "prompt": "an #1",
                "object": "an ax shaped guitar",
                "r2f": [
                    "a musical instrument shaped like an ax"
                ],
                "visual_detail_levels": [
                    1
                ],
                "bbox": [
                    0.1,
                    0.3,
                    0.45,
                    0.7
                ]
            },
            "#2": {
                "prompt": "an #2",
                "object": "an ax shaped violin",
                "r2f": [
                    "a musical instrument shaped like an ax"
                ],
                "visual_detail_levels": [
                    1
                ],
                "bbox": [
                    0.55,
                    0.3,
                    0.9,
                    0.7
                ]
            }
        }
    },
    "a butterfly shaped dish and a star shaped soccerball": {
        "original_prompt": "a butterfly shaped dish and a star shaped soccerball",
        "base_prompt": "#1 and #2",
        "objects": {
            "#1": {
                "prompt": "#1",
                "object": "a butterfly shaped dish",
                "r2f": [
                    "an object shaped like a butterfly"
                ],
                "visual_detail_levels": [
                    1
                ],
                "bbox": [
                    0.2,
                    0.3,
                    0.4,
                    0.4
                ]
            },
            "#2": {
                "prompt": "#2",
                "object": "a star shaped soccerball",
                "r2f": [
                    "a star shaped object"
                ],
                "visual_detail_levels": [
                    1
                ],
                "bbox": [
                    0.6,
                    0.4,
                    0.9,
                    0.7
                ]
            }
        }
    },
    "a hotdog made of marble and two bananas made of marble": {
        "original_prompt": "a hotdog made of marble and two bananas made of marble",
        "base_prompt": "#1 and #2 and #3",
        "objects": {
            "#1": {
                "prompt": "#1",
                "object": "a hotdog made of marble",
                "r2f": [
                    "an object made of marble"
                ],
                "visual_detail_levels": [
                    2
                ],
                "bbox": [
                    0.2,
                    0.4,
                    0.4,
                    0.6
                ]
            },
            "#2": {
                "prompt": "#2",
                "object": "a banana made of marble",
                "r2f": [
                    "an object made of marble"
                ],
                "visual_detail_levels": [
                    2
                ],
                "bbox": [
                    0.5,
                    0.4,
                    0.7,
                    0.6
                ]
            },
            "#3": {
                "prompt": "#3",
                "object": "a banana made of marble",
                "r2f": [
                    "an object made of marble"
                ],
                "visual_detail_levels": [
                    2
                ],
                "bbox": [
                    0.7,
                    0.4,
                    0.9,
                    0.6
                ]
            }
        }
    },
    "a mustachioed monkey and a zebra striped rock": {
        "original_prompt": "a mustachioed monkey and a zebra striped rock",
        "base_prompt": "#1 and #2",
        "objects": {
            "#1": {
                "prompt": "#1",
                "object": "a mustachioed monkey",
                "r2f": [
                    "an animal with a mustache"
                ],
                "visual_detail_levels": [
                    3
                ],
                "bbox": [
                    0.1,
                    0.3,
                    0.4,
                    0.7
                ]
            },
            "#2": {
                "prompt": "#2",
                "object": "a zebra striped rock",
                "r2f": [
                    "a zebra striped object"
                ],
                "visual_detail_levels": [
                    2
                ],
                "bbox": [
                    0.5,
                    0.3,
                    0.8,
                    0.7
                ]
            }
        }
    },
    "an oval shaped laptop and a diamond shaped durian": {
        "original_prompt": "an oval shaped laptop and a diamond shaped durian",
        "base_prompt": "#1 and #2",
        "objects": {
            "#1": {
                "prompt": "#1",
                "object": "an oval shaped laptop",
                "r2f": [
                    "an oval shaped object"
                ],
                "visual_detail_levels": [
                    1
                ],
                "bbox": [
                    0.1,
                    0.2,
                    0.5,
                    0.7
                ]
            },
            "#2": {
                "prompt": "#2",
                "object": "a diamond shaped durian",
                "r2f": [
                    "a diamond shaped fruit"
                ],
                "visual_detail_levels": [
                    2
                ],
                "bbox": [
                    0.6,
                    0.2,
                    0.9,
                    0.7
                ]
            }
        }
    },
    "a cactus made of steel and a flower patterned mirror": {
        "original_prompt": "a cactus made of steel and a flower patterned mirror",
        "base_prompt": "#1 and #2",
        "objects": {
            "#1": {
                "prompt": "#1",
                "object": "a cactus made of steel",
                "r2f": [
                    "an object made of steel"
                ],
                "visual_detail_levels": [
                    1
                ],
                "bbox": [
                    0.2,
                    0.3,
                    0.4,
                    0.5
                ]
            },
            "#2": {
                "prompt": "#2",
                "object": "a flower patterned mirror",
                "r2f": [],
                "visual_detail_levels": [],
                "bbox": [
                    0.6,
                    0.2,
                    0.8,
                    0.6
                ]
            }
        }
    },
    "a hairless yak and a horned lemon": {
        "original_prompt": "a hairless yak and a horned lemon",
        "base_prompt": "#1 and #2",
        "objects": {
            "#1": {
                "prompt": "#1",
                "object": "a hairless yak",
                "r2f": [
                    "an animal"
                ],
                "visual_detail_levels": [
                    1
                ],
                "bbox": [
                    0.2,
                    0.4,
                    0.4,
                    0.6
                ]
            },
            "#2": {
                "prompt": "#2",
                "object": "a horned lemon",
                "r2f": [
                    "an object with horns"
                ],
                "visual_detail_levels": [
                    2
                ],
                "bbox": [
                    0.6,
                    0.4,
                    0.8,
                    0.6
                ]
            }
        }
    },
    "a shrimp made of steel and a spotted dog": {
        "original_prompt": "a shrimp made of steel and a spotted dog",
        "base_prompt": "#1 and #2",
        "objects": {
            "#1": {
                "prompt": "#1",
                "object": "a shrimp made of steel",
                "r2f": [
                    "an object made of steel"
                ],
                "visual_detail_levels": [
                    1
                ],
                "bbox": [
                    0.1,
                    0.5,
                    0.4,
                    0.7
                ]
            },
            "#2": {
                "prompt": "#2",
                "object": "a spotted dog",
                "r2f": [],
                "visual_detail_levels": [],
                "bbox": [
                    0.5,
                    0.2,
                    0.9,
                    0.6
                ]
            }
        }
    },
    "a globe made of glass and a cake made of clouds": {
        "original_prompt": "a globe made of glass and a cake made of clouds",
        "base_prompt": "#1 and #2",
        "objects": {
            "#1": {
                "prompt": "#1",
                "object": "a globe made of glass",
                "r2f": [
                    "an object made of glass"
                ],
                "visual_detail_levels": [
                    3
                ],
                "bbox": [
                    0.2,
                    0.3,
                    0.4,
                    0.4
                ]
            },
            "#2": {
                "prompt": "#2",
                "object": "a cake made of clouds",
                "r2f": [
                    "an object made of clouds"
                ],
                "visual_detail_levels": [
                    3
                ],
                "bbox": [
                    0.6,
                    0.3,
                    0.8,
                    0.5
                ]
            }
        }
    },
    "a flower patterned deer and a heart shaped diamonds": {
        "original_prompt": "a flower patterned deer and a heart shaped diamonds",
        "base_prompt": "#1 and #2",
        "objects": {
            "#1": {
                "prompt": "#1",
                "object": "a flower patterned deer",
                "r2f": [
                    "an animal with flower pattern"
                ],
                "visual_detail_levels": [
                    3
                ],
                "bbox": [
                    0.2,
                    0.3,
                    0.5,
                    0.5
                ]
            },
            "#2": {
                "prompt": "#2",
                "object": "a heart shaped diamonds",
                "r2f": [
                    "a heart shaped object"
                ],
                "visual_detail_levels": [
                    2
                ],
                "bbox": [
                    0.6,
                    0.4,
                    0.9,
                    0.7
                ]
            }
        }
    },
    "a flower patterned deer and a black white checkered pineapple": {
        "original_prompt": "a flower patterned deer and a black white checkered pineapple",
        "base_prompt": "#1 and #2",
        "objects": {
            "#1": {
                "prompt": "#1",
                "object": "a flower patterned deer",
                "r2f": [
                    "an animal with a flower pattern"
                ],
                "visual_detail_levels": [
                    3
                ],
                "bbox": [
                    0.1,
                    0.3,
                    0.4,
                    0.6
                ]
            },
            "#2": {
                "prompt": "#2",
                "object": "a black white checkered pineapple",
                "r2f": [
                    "a checkered object"
                ],
                "visual_detail_levels": [
                    2
                ],
                "bbox": [
                    0.6,
                    0.3,
                    0.9,
                    0.6
                ]
            }
        }
    },
    "a tiger striped golden retriever and an oval shaped table": {
        "original_prompt": "a tiger striped golden retriever and an oval shaped table",
        "base_prompt": "#1 and #2",
        "objects": {
            "#1": {
                "prompt": "a tiger striped #1",
                "object": "a tiger striped golden retriever",
                "r2f": [
                    "a tiger striped animal"
                ],
                "visual_detail_levels": [
                    3
                ],
                "bbox": [
                    0.1,
                    0.3,
                    0.4,
                    0.6
                ]
            },
            "#2": {
                "prompt": "an oval shaped #2",
                "object": "an oval shaped table",
                "r2f": [],
                "visual_detail_levels": [],
                "bbox": [
                    0.5,
                    0.4,
                    0.9,
                    0.7
                ]
            }
        }
    }
}