AIRemoteHorizons / db_examples.py
alfakat's picture
Initial commit
ed7dd18 verified
raw
history blame contribute delete
274 Bytes
import os
examples = [
[rf'{os.path.join(os.getcwd(), "input_image", "input_image_example.jpg")}',
rf'{os.path.join(os.getcwd(), "backgrounds", "tianmen_mountain_glass_bridge.jpg")}',
'waving from Tianmen Mountain Glass Bridge',
1024, 1024, 1936]]