un-loc / cracow-swiatowid-01

  • Public
  • 359 runs
  • H100

Input

pip install replicate
Set the REPLICATE_API_TOKEN environment variable:
export REPLICATE_API_TOKEN=<paste-your-token-here>

Find your API token in your account settings.

Import the client:
import replicate

Run un-loc/cracow-swiatowid-01 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.

output = replicate.run(
    "un-loc/cracow-swiatowid-01:c31d87b9975acc2ea86cbbc2dec597f3c74d48fa613426aeb6a74e503a2c0b1c",
    input={
        "model": "dev",
        "go_fast": False,
        "lora_scale": 1,
        "megapixels": "1",
        "num_outputs": 1,
        "aspect_ratio": "1:1",
        "output_format": "webp",
        "guidance_scale": 3,
        "output_quality": 80,
        "prompt_strength": 0.8,
        "extra_lora_scale": 1,
        "num_inference_steps": 28
    }
)
print(output)

To learn more, take a look at the guide on getting started with Python.

Output

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

Run time and cost

This model costs approximately $0.0098 to run on Replicate, or 102 runs per $1, but this varies depending on your inputs. It is also open source and you can run it on your own computer with Docker.

This model runs on Nvidia H100 GPU hardware. Predictions typically complete within 7 seconds.

Readme

This model doesn't have a readme.