File size: 1,291 Bytes
f7095e2
45042e7
2011e87
0281e9a
45042e7
b8b4135
716a958
 
 
 
 
 
 
 
 
 
 
 
bdf29b5
e8b930e
5d1c956
5b3c963
111f19a
 
 
9de3c9a
716a958
 
 
 
 
 
 
 
 
 
 
 
 
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
34
35
36
37
38
39
40
import autenticacion
version = "0.1.1"

#previo = "Una fotografía de un plato blanco con "
previo = "A photograph of a white plate with a visually appealing culinary dish of  "  
llave, servidor = autenticacion.defineAmbiente()


# espacio = [
#             "black-forest-labs/FLUX.1-dev",
#             #"black-forest-labs/FLUX.1-schnell",
#             "NihalGazi/FLUX-Pro-Unlimited",
#             #"HiDream-ai/HiDream-I1-Dev",
#             #"stabilityai/stable-diffusion"

#           ]


#espacio = "black-forest-labs/FLUX.1-dev"
inferencia = "black-forest-labs/FLUX.1-dev"
inferencia_backup = "black-forest-labs/FLUX.1-schnell"
proveedor =  "hf-inference" #falai
proveedor_back = "fal-ai"
work_cost = 1 #Los segundos que cuesta la generación de una imagen, para control de la capa gratuita.
inference_cost = 1
quota = 1500


SERVER_NAMES = {
    "google_us": "Google US Server",
    #"azure_lite": "Azure Lite Supercomputer Server",
    #"artemis" : "Artemis GPU Super cluster",
    #"nb_dr" : "NebulaDrive Tensor Server",
    #"pixelnet" : "PixelNet NPU Server",
    #"nsfw_core" : "NSFW-Core: Uncensored Server",
    #"nsfw_core_2" : "NSFW-Core: Uncensored Server 2",
    #"nsfw_core_3" : "NSFW-Core: Uncensored Server 3",
    #"nsfw_core_4" : "NSFW-Core: Uncensored Server 4",
}