default prompts changed
parent
4114c85b97
commit
a50c104650
|
|
@ -4,21 +4,22 @@ import modules.sd_samplers
|
|||
|
||||
default_prompt = """
|
||||
{
|
||||
"commonPromptPrefix":"<lora:epiNoiseoffset_v2:0.6> ",
|
||||
"prompts":{
|
||||
"headers":["outpaint steps","prompt","img"],
|
||||
"data":[
|
||||
[0,"Huge spectacular Waterfall in a dense tropical forest,epic perspective,(vegetation overgrowth:1.3)(intricate, ornamentation:1.1),(baroque:1.1), fantasy, (realistic:1) digital painting , (magical,mystical:1.2) , (wide angle shot:1.4), (landscape composed:1.2)(medieval:1.1), divine,cinematic,(tropical forest:1.4),(river:1.3)mythology,india, volumetric lighting, Hindu ,epic"]
|
||||
]
|
||||
},
|
||||
"commonPromptSuffix":"style by Alex Horley Wenjun Lin greg rutkowski Ruan Jia (Wayne Barlowe:1.2)",
|
||||
"negPrompt":"frames, border, edges, borderline, text, character, duplicate, error, out of frame, watermark, low quality, ugly, deformed, blur, bad-artist"
|
||||
"commonPromptPrefix": "Huge spectacular Waterfall in ",
|
||||
"prompts": {
|
||||
"headers": ["outpaint steps", "prompt"],
|
||||
"data": [
|
||||
[0, "a dense tropical forest"],
|
||||
[2, "a Lush jungle"],
|
||||
[3, "a Thick rainforest"],
|
||||
[5, "a Verdant canopy"]
|
||||
]
|
||||
},
|
||||
"commonPromptSuffix": "epic perspective,(vegetation overgrowth:1.3)(intricate, ornamentation:1.1),(baroque:1.1), fantasy, (realistic:1) digital painting , (magical,mystical:1.2) , (wide angle shot:1.4), (landscape composed:1.2)(medieval:1.1),(tropical forest:1.4),(river:1.3) volumetric lighting ,epic, style by Alex Horley Wenjun Lin greg rutkowski Ruan Jia (Wayne Barlowe:1.2)",
|
||||
"negPrompt": "frames, border, edges, borderline, text, character, duplicate, error, out of frame, watermark, low quality, ugly, deformed, blur, bad-artist"
|
||||
}
|
||||
"""
|
||||
|
||||
empty_prompt = (
|
||||
'{"prompts":{"data":[],"headers":["outpaint steps","prompt"]},"negPrompt":"", commonPromptPrefix:"", commonPromptSuffix}'
|
||||
)
|
||||
empty_prompt = '{"prompts":{"data":[],"headers":["outpaint steps","prompt"]},"negPrompt":"", commonPromptPrefix:"", commonPromptSuffix}'
|
||||
|
||||
invalid_prompt = {
|
||||
"prompts": {
|
||||
|
|
@ -27,7 +28,7 @@ invalid_prompt = {
|
|||
},
|
||||
"negPrompt": "Invalid prompt-json",
|
||||
"commonPromptPrefix": "Invalid prompt",
|
||||
"commonPromptSuffix": "Invalid prompt"
|
||||
"commonPromptSuffix": "Invalid prompt",
|
||||
}
|
||||
|
||||
available_samplers = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue