Readme
This model doesn't have a readme.
A fine-tuned FLUX.1 model
pip install replicate
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
import replicate
Run zaktechgis/skali using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run(
"zaktechgis/skali:4f39ce9ec3948279e33e2a0b3b5d571ee7f99cea0e198db1eb28d827e30a5f5e",
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.
No output yet! Press "Submit" to start a prediction.
This model costs approximately $0.011 to run on Replicate, or 90 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 8 seconds.
This model doesn't have a readme.