Skip to main content
Playbook’s Python SDK integrates any python application with ComfyUI. It allows you to quickly create images and videos using generative diffusion models. Get the Python SDK

How To Use Playbook’s Python SDK

1

Install our SDK

Pip install is here!. You can install Playbook3d via
2

Import the sdk

Import the sdk into your code with:
3

Initialize the client

Create an Initialize function and set your api key:

Creating a run

After you pull data from the sdk, you can queue a generation using:

Getting your results

You can either get your results from the Playbook webclient logging in with the same account or by calling: