70 lines
2.6 KiB
Python
Executable File
70 lines
2.6 KiB
Python
Executable File
# Copyright 2024 NVIDIA CORPORATION & AFFILIATES
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
examples = [
|
|
[
|
|
"A small cactus with a happy face in the Sahara desert.",
|
|
"flow_dpm-solver",
|
|
20,
|
|
5.0,
|
|
2.5,
|
|
],
|
|
[
|
|
"An extreme close-up of an gray-haired man with a beard in his 60s, he is deep in thought pondering the history"
|
|
"of the universe as he sits at a cafe in Paris, his eyes focus on people offscreen as they walk as he sits "
|
|
"mostly motionless, he is dressed in a wool coat suit coat with a button-down shirt, he wears a brown beret "
|
|
"and glasses and has a very professorial appearance, and the end he offers a subtle closed-mouth smile "
|
|
"as if he found the answer to the mystery of life, the lighting is very cinematic with the golden light and "
|
|
"the Parisian streets and city in the background, depth of field, cinematic 35mm film.",
|
|
"flow_dpm-solver",
|
|
20,
|
|
5.0,
|
|
2.5,
|
|
],
|
|
[
|
|
"An illustration of a human heart made of translucent glass, standing on a pedestal amidst a stormy sea. "
|
|
"Rays of sunlight pierce the clouds, illuminating the heart, revealing a tiny universe within. "
|
|
"The quote 'Find the universe within you' is etched in bold letters across the horizon."
|
|
"blue and pink, brilliantly illuminated in the background.",
|
|
"flow_dpm-solver",
|
|
20,
|
|
5.0,
|
|
2.5,
|
|
],
|
|
[
|
|
"A transparent sculpture of a duck made out of glass. The sculpture is in front of a painting of a landscape.",
|
|
"flow_dpm-solver",
|
|
20,
|
|
5.0,
|
|
2.5,
|
|
],
|
|
[
|
|
"A litter of golden retriever puppies playing in the snow. Their heads pop out of the snow, covered in.",
|
|
"flow_dpm-solver",
|
|
20,
|
|
5.0,
|
|
2.5,
|
|
],
|
|
[
|
|
"a kayak in the water, in the style of optical color mixing, aerial view, rainbowcore, "
|
|
"national geographic photo, 8k resolution, crayon art, interactive artwork",
|
|
"flow_dpm-solver",
|
|
20,
|
|
5.0,
|
|
2.5,
|
|
],
|
|
]
|