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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Looking at the docs, animation is using a gRPC API. In the 'animation.py' file, the stub is being imported via:
import stability_sdk.interfaces.gooseai.generation.generation_pb2 as generation
Going down tot he 'Animator' class and the 'render' method, i don't see the stub being used.
This might be naive question, but how is the gRPC API working for animation if there is no stub being implemented in the animation?
Beta Was this translation helpful? Give feedback.
All reactions