lightweight-ai / model3_0

  • Public
  • 40.8K runs
  • L40S

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 lightweight-ai/model3_0 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.

output = replicate.run(
    "lightweight-ai/model3_0:22f38463cf6647541b7b837aba94d0ac427efdc4e4e9eb7bae4ef2efb093879a",
    input={
        "loras": [],
        "width": 1024,
        "height": 1024,
        "prompt": "A bohemian-style female travel blogger with sun-kissed skin and messy beach waves",
        "inpaint": False,
        "scheduler": "K_EULER",
        "controlnet": False,
        "lora_scales": [],
        "num_outputs": 1,
        "control_type": "canny",
        "nsfw_chekcer": False,
        "low_threshold": 100,
        "output_format": "png",
        "guidance_scale": 3.5,
        "high_threshold": 200,
        "output_quality": 100,
        "negative_prompt": "",
        "prompt_strength": 0.8,
        "control_strength": 0.2,
        "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 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.