testing negative prompts for draw
This commit is contained in:
parent
faec8d38fc
commit
5abb216081
1 changed files with 1 additions and 1 deletions
|
|
@ -1098,7 +1098,7 @@ async def draw(ctx):
|
||||||
prompt = prompt + " masterpiece, studio quality"
|
prompt = prompt + " masterpiece, studio quality"
|
||||||
else:
|
else:
|
||||||
prompt = prompt + ", masterpiece, studio quality"
|
prompt = prompt + ", masterpiece, studio quality"
|
||||||
negative_prompt = ""
|
negative_prompt = "easynegative verybadimagenegative_v1.3"
|
||||||
payload = {"prompt": prompt,"steps": 25, "negative_prompt": negative_prompt,"batch_size": amount}
|
payload = {"prompt": prompt,"steps": 25, "negative_prompt": negative_prompt,"batch_size": amount}
|
||||||
try:
|
try:
|
||||||
async with aiohttp.ClientSession() as session:
|
async with aiohttp.ClientSession() as session:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue