-
Notifications
You must be signed in to change notification settings - Fork 340
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stable Fast 3D example notebook (#293)
Example notebook for our new Stable Fast 3D API https://platform.stability.ai/docs/api-reference#tag/3D/paths/~1v2beta~13d~1stable-fast-3d/post
- Loading branch information
1 parent
8c44516
commit 42f6896
Showing
2 changed files
with
325 additions
and
1 deletion.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Submodule interfaces
updated
12 files
+35 −25 | gooseai/engines/engines.pb.go | |
+4 −0 | gooseai/engines/engines_pb.d.ts | |
+31 −1 | gooseai/engines/engines_pb.js | |
+12 −12 | gooseai/engines/engines_pb2.py | |
+733 −630 | gooseai/generation/generation.pb.go | |
+52 −17 | gooseai/generation/generation_pb.d.ts | |
+378 −95 | gooseai/generation/generation_pb.js | |
+106 −95 | gooseai/generation/generation_pb2.py | |
+7 −8 | gooseai/go.mod | |
+15 −22 | gooseai/go.sum | |
+1 −0 | src/proto/engines.proto | |
+13 −4 | src/proto/generation.proto |