Readme
…
Model description
…
Intended use
…
Ethical considerations
…
Caveats and recommendations
…
Compile Stable Diffusion using AIT for A100
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 anotherjesse/ait-sd using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run(
"anotherjesse/ait-sd:66f7b1d6d72a3bcfb8a925d5d0608f6214e871b3aa370b12ddb446a0feba1d15",
input={
"seed": 4896,
"width": 512,
"height": 512,
"num_outputs": 1,
"use_fp16_acc": True,
"convert_conv_to_gemm": True
}
)
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 runs on Nvidia A100 (80GB) GPU hardware. We don't yet have enough runs of this model to provide performance information.
…
…
…
…
…