Readme
This model doesn't have a readme.
A fine-tuned FLUX.1 model for my Replicate avatar, an onboarding adventure.
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 meatballhat/onboarding-replicate-avatar using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run(
"meatballhat/onboarding-replicate-avatar:125d6c8fcd672b82028a8135a0db68b31ea0a9f7109f41b33181a3f564b526ef",
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.031 to run on Replicate, or 32 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 21 seconds.
This model doesn't have a readme.