We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae5a2ff commit 3da0e94Copy full SHA for 3da0e94
examples/remove_foreground.py
@@ -15,7 +15,7 @@
15
16
substrate = Substrate(api_key=api_key, timeout=60 * 5)
17
prompt = "by edward hopper, a red leather wing chair in an open room, pillars, amazing painting composition"
18
-image = GenerateImage(prompt=prompt, negative_prompt="photo realistic")
+image = GenerateImage(prompt=prompt)
19
mask = RemoveBackground(
20
image_uri=image.future.image_uri,
21
return_mask=True,
0 commit comments