nowme-images / espacios.py
Moibe's picture
Diccionario de Modelos Disponibles
d41899b
raw
history blame
913 Bytes
import herramientas
server = herramientas.getFluxServer()
print("Server elegido: ", server)
print("El type es: ", type(server))
espacio = [
{
"id": "black-forest-labs/FLUX.1-dev",
"static_kwargs": {
"api_name": "/infer",
}
},
{
"id": "black-forest-labs/FLUX.1-schnell",
"static_kwargs": {
"api_name": "/infer",
}
},
# {
# "id": "NihalGazi/FLUX-Pro-Unlimited",
# "static_kwargs": {
# "api_name": "/generate_image",
# "server_choice": server,
# }
# },
# {
# "id": "HiDream-ai/HiDream-I1-Dev",
# "static_kwargs": {
# "api_name": "/infer",
#
# }
# },
# {
# "id": "stabilityai/stable-diffusion",
# "static_kwargs": {
# "api_name": "/generate",
#
# }
# }
]