Protected
clientProtected
eip712Protected
listenersProtected
providerSend new project request to the network. Returns project instance which can be used to track progress and get resulting images.
Protected
emitDispatch an event to all listeners
Estimate project cost
Get available models and their worker counts. Normally, you would get list once you connect to the server, but you can also call this method to get the list of available models manually.
Get supported size presets for the model and network. Size presets are cached for 10 minutes.
'fast' or 'relaxed'
model id (e.g. 'flux1-schnell-fp8')
force refresh cache
Remove an event listener
Add an event listener, returns a function that can be called to remove the listener
Add an event listener that will be called only once
Wait for available models to be received from the network. Useful for scripts that need to run after the models are loaded.
timeout in milliseconds until the promise is rejected
Cancel project by id. This will cancel all jobs in the project and mark project as canceled. Client may still receive job events for the canceled jobs as it takes some time, but they will be ignored