You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is the error
{
"error": {
"message": "UnboundLocalError: cannot access local variable 'e' where it is not associated with a value"
},
"model": "flux-dev"
}
i was trying the new updates via the fastapi
here is my request
{
"prompt": "Home",
"model": "flux-dev"
}
The text was updated successfully, but these errors were encountered:
1 More thing that when i use provider HuggingFace
{
"error": {
"message": "TypeError: argument of type 'NoneType' is not iterable"
},
"model": "flux-dev",
"provider": "HuggingFace"
}
Here is the error
{
"error": {
"message": "UnboundLocalError: cannot access local variable 'e' where it is not associated with a value"
},
"model": "flux-dev"
}
i was trying the new updates via the fastapi
here is my request
{
"prompt": "Home",
"model": "flux-dev"
}
The text was updated successfully, but these errors were encountered: