File size: 637 Bytes
ff1e8e9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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."],
]