Skip to main content

Python SDK for RockAI.online

Project description

Setup

Python SDK for inference and training for RockAI

# Install package using pip
pip install rockai-cli-app
from rockai_cli_app import Client
import asyncio

my_client = Client()


# Function to run the asynchronous function and print the result
async def main():
    
    result = await my_client.run_async(
        version="001bb81139b01780380407b4106ac681df46108e002eafbeb9ccb2d8faca42e1",
        input={
            "width": 1024,
            "height": 1024,
            "prompt": "a cartoon of a IRONMAN fighting with HULK, wall painting",
            "guidance_scale": 3,
            "negative_prompt": "(deformed, distorted, disfigured:1.3), poorly drawn, bad anatomy, wrong anatomy, extra limb, missing limb, floating limbs, (mutated hands and fingers:1.4), disconnected limbs, mutation, mutated, ugly, disgusting, blurry, amputation, NSFW",
            "num_inference_steps": 15,
        }
    )
    print("Result:", result)


# Run the main function using asyncio.run
if __name__ == "__main__":
    asyncio.run(main())
# clean docker space
docker system prune --all --force --volumes

Development

  • Python version 3.9.19

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rockai_cli_app-0.2.130.tar.gz (25.6 kB view details)

Uploaded Source

Built Distribution

rockai_cli_app-0.2.130-py3-none-any.whl (31.0 kB view details)

Uploaded Python 3

File details

Details for the file rockai_cli_app-0.2.130.tar.gz.

File metadata

  • Download URL: rockai_cli_app-0.2.130.tar.gz
  • Upload date:
  • Size: 25.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.2 CPython/3.12.3 Darwin/23.4.0

File hashes

Hashes for rockai_cli_app-0.2.130.tar.gz
Algorithm Hash digest
SHA256 96d2c92ec6ee744f1c23b59419ad2d29e3a34bd1da94cd0f76df5c86975ff667
MD5 d7703a6fbf9302ec9ee4dc847005c637
BLAKE2b-256 a02a08680309ed177f4bb1e5587d1fba1556d271e4591a1d62b09c85e2efc4bc

See more details on using hashes here.

File details

Details for the file rockai_cli_app-0.2.130-py3-none-any.whl.

File metadata

File hashes

Hashes for rockai_cli_app-0.2.130-py3-none-any.whl
Algorithm Hash digest
SHA256 ecb72a1637c5e1aa7afb1edced75e1024cf5622d6d7c680606b1d6cbc324a49c
MD5 7dbe390c30a00f4fddc2619d8a7bf42c
BLAKE2b-256 1216c8aa1f93e10e9be44a72e401e90480e530748477f92a1b2901aa116670ed

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page