stable-diffusion-aws-extension/docs/en/developer-guide/api_upload_ckpt.md

8 lines
217 B
Markdown

### Upload through URL
- Request `CreateCheckpoint`
### Upload through file
- Request `CreateCheckpoint` to create a model file
- Upload files through S3 pre signed address
- Update status through `UpdateCheckpoint`