lightweight-ai / model3_3_0

  • Public
  • 150.5K runs
Iterate in playground

Input

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

docker run -d -p 5000:5000 --gpus=all r8.im/lightweight-ai/model3_3_0@sha256:98d46439cf9e1f90e5c32ace5ff31d3d5b97f777b3f640d473eba0cfcfa8ffcd
curl -s -X POST \
  -H "Content-Type: application/json" \
  -d $'{
    "input": {
      "loras": [],
      "width": 1024,
      "height": 1024,
      "prompt": "A bohemian-style female travel blogger with sun-kissed skin and messy beach waves",
      "inpaint": false,
      "version": 0,
      "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
    }
  }' \
  http://localhost:5000/predictions

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.