File size: 1,078 Bytes
43acc4d
 
 
 
 
 
 
 
944ffcd
 
aa14eed
 
 
 
 
 
 
 
 
944ffcd
 
 
 
 
 
 
aa14eed
 
 
 
944ffcd
 
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
26
27
28
29
30
31
32
33
# config.py

# Default values for the parameters
DEFAULT_NEGATIVE_PROMPT = ""
DEFAULT_CONTROLNET_CONDITIONING_SCALE = 0.9
DEFAULT_GUIDANCE_SCALE = 3.5
DEFAULT_SEED = 124
DEFAULT_NUM_INFERENCE_STEPS = 24
DEFAULT_TRUE_GUIDANCE_SCALE = 3.5

BUY_ME_A_COFFE = """  
<a href="https://buymeacoffee.com/thesab" target="_blank">  
    <button style="background-color: #FFDD00; border: none; color: black; padding: 10px 20px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; margin: 4px 2px; cursor: pointer; border-radius: 10px;">  
        ☕ Buy Me a Coffee  
    </button>  
</a>   
"""

DESCRIPTION = f"""  
<div style="max-width: 600px; margin: auto; font-family: Arial, sans-serif; color: #333;">  
r    <h1 style="text-align: center; color: #fff;">🧽🫧Snap Clean!</h1>  
    <p style="text-align: center; font-size: 1.1em; line-height: 1.6;">  
Remove Unwanted Objects from Photos. 
    </p>
    <p style="text-align: center; font-size: 1.1em; line-height: 1.6;">      
    </p>  
    <div>
        {BUY_ME_A_COFFE}
    </div>  
</div>
"""