adhikjoshi commited on
Commit
06bb453
1 Parent(s): 56ef61f

converted using stablediffusionapi.com

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -30,7 +30,7 @@ View all models: [View Models](https://stablediffusionapi.com/models)
30
  import requests
31
  import json
32
 
33
- url = "https://stablediffusionapi.com/api/v3/dreambooth"
34
 
35
  payload = json.dumps({
36
  "key": "your_api_key",
 
30
  import requests
31
  import json
32
 
33
+ url = "https://stablediffusionapi.com/api/v4/dreambooth"
34
 
35
  payload = json.dumps({
36
  "key": "your_api_key",