Rodin / constant.py
skkk's picture
rodin
ff1e8e9
raw
history blame
No virus
637 Bytes
# Replace with your own backend
BASE_URL = "https://hyperhuman.deemos.com/api"
# Creds
USER = "[email protected]"
PASSWORD = "lrhswjj1314"
DEFAULT = [0, 0]
CONTRAST = [360, 0]
METAL = [0, 360]
NORMAL = [360, 360]
rodin_url = "https://hyperhuman.deemos.com/rodin"
PROMPT_HINT_LIST = [
["symmetric", "symmetric geometry."],
["character", "character."],
["low-poly", "low-poly."],
["high-poly", "high-poly."],
["sharp", "sharp edges."],
["smooth", "smooth edges."],
["simple", "simple geometry."],
["complex", "complex geometry."],
["single", "single asset."],
["game-ready", "game-ready."],
]