georgedavila / pixart-alpha-general

Allows you to test out different Pixart-Alpha models, text encoders for those models, and run custom Pixart-Alpha checkpoints on replicate

  • Public
  • 7 runs
  • L40S
  • GitHub

Input

You can run this model locally using Cog. First, install Cog:
brew install cog

If you don’t have Homebrew, there are other installation options available.

Run this to download the model and run it in your local environment:

cog predict r8.im/georgedavila/pixart-alpha-general@sha256:3bc1c7f4264ca6bde44c8fb9610c820815ef128bec04f01a33dbb03a091f5b0f \
  -i 'style="None"' \
  -i 'width=1024' \
  -i 'height=1024' \
  -i 'prompt="A cat doing karate in Madrid, cinematic, 8k UHD"' \
  -i 'scheduler="DPMSolverMultistep"' \
  -i 'customModel="PixArt-alpha/PixArt-XL-2-1024-MS"' \
  -i 'modelChoice="PixArt-alpha/PixArt-XL-2-1024-MS"' \
  -i 'num_outputs=1' \
  -i 'guidance_scale=4.5' \
  -i 'useCustomModel=false' \
  -i 'customTextEncoder="PixArt-alpha/PixArt-XL-2-1024-MS"' \
  -i 'textEncoderChoice="PixArt-alpha/PixArt-XL-2-1024-MS"' \
  -i 'num_inference_steps=14' \
  -i 'useCustomTextEncoder=false'

To learn more, take a look at the Cog documentation.

Output

No output yet! Press "Submit" to start a prediction.

Run time and cost

This model runs on Nvidia L40S GPU hardware. We don't yet have enough runs of this model to provide performance information.

Readme

This model doesn't have a readme.