
Stable Diffusion Scraper
Deprecated
Pricing
Pay per usage
Go to Store

Stable Diffusion Scraper
Deprecated
Get instant access to Stable Diffusion and hundreds of other generative AI models hosted on Replicate.
0.0 (0)
Pricing
Pay per usage
1
Total users
11
Monthly users
3
Last modified
2 years ago
You can access the Stable Diffusion Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "prompt": "an astronaut riding on a horse",
3 "model": "ai-forever/kandinsky-2.2:ea1addaab376f4dc227f5368bbd8eff901820fd1cc14ed8cad63b29249e9d463",
4 "options": {
5 "width": 1024,
6 "height": 1024
7 }
8}' |
9apify call oelin/stable-diffusion-scraper --silent --output-dataset
Stable Diffusion Scraper API through CLI
The Apify CLI is the official tool that allows you to use Stable Diffusion Scraper locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: