We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27b965c commit 6402da6Copy full SHA for 6402da6
README.md
@@ -149,6 +149,7 @@ API is avaliable on `/replacer/replace`
149
fix_steps : bool = False
150
inpainting_fill : int = 0
151
sd_model_checkpoint : str = ""
152
+ scripts : dict = {} # ControlNet and Soft Inpainting. See apiExample.py for example
153
```
154
155
Avaliable options on `/replacer/avaliable_options`
scripts/replacer_api.py
@@ -44,7 +44,7 @@ class ReplaceRequest(BaseModel):
44
45
46
47
- scripts : dict = {}
48
49
50
@app.post("/replacer/replace")
0 commit comments