predatortoabuse
commited on
Update index.html
Browse files- index.html +3 -3
index.html
CHANGED
@@ -355,7 +355,7 @@
|
|
355 |
<div id="main">
|
356 |
<div id="cont">
|
357 |
<input type="text" name="" id="inp" placeholder="Enter Prompt here..">
|
358 |
-
<button id="create">
|
359 |
</div>
|
360 |
|
361 |
<div id="as">
|
@@ -447,11 +447,11 @@ document.getElementById('styles').onchange = ()=>{
|
|
447 |
if(selectedStyle.value =='photo'){
|
448 |
isFumes = true
|
449 |
prompt = ' ,RAW photo, portrait photo,(high detailed skin:1. 2), 8k uhd, dslr, soft lighting, high quality, film grain, Fujifilm'
|
450 |
-
nps = ' ,deformed fingers,mutated hands,
|
451 |
}
|
452 |
if(selectedStyle.value == 'cinema'){
|
453 |
isFumes = true
|
454 |
-
prompt = ' ,cinematic film still awardwinning photo, highly detailed, high budget, bokeh, cinemascope, moody, epic, gorgeous, film grain, grainy'
|
455 |
nps = ' ,deformed fingers,mutated hands,unrealistic hands,extra fingers,less fingers,mutated eyes,malformed hands,malformed fingers,malformed faces,malfromed eyes,malformed body parts,mutated body parts,mutated fingers,mutated hands,(deformed iris, deformed pupils, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime:1.4), text, close up, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck'
|
456 |
}
|
457 |
if(selectedStyle.value == 'real'){
|
|
|
355 |
<div id="main">
|
356 |
<div id="cont">
|
357 |
<input type="text" name="" id="inp" placeholder="Enter Prompt here..">
|
358 |
+
<button id="create">Generate</button>
|
359 |
</div>
|
360 |
|
361 |
<div id="as">
|
|
|
447 |
if(selectedStyle.value =='photo'){
|
448 |
isFumes = true
|
449 |
prompt = ' ,RAW photo, portrait photo,(high detailed skin:1. 2), 8k uhd, dslr, soft lighting, high quality, film grain, Fujifilm'
|
450 |
+
nps = ' , realistic image, deformed fingers,mutated hands,realistic hands,extra fingers,less fingers,mutated eyes,malformed hands,malformed fingers,malformed faces,malfromed eyes,malformed body parts,mutated body parts,mutated fingers,mutated hands,(deformed iris, deformed pupils, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime:1.4), text, close up, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck'
|
451 |
}
|
452 |
if(selectedStyle.value == 'cinema'){
|
453 |
isFumes = true
|
454 |
+
prompt = ' ,cinematic film still awardwinning photo, unrealistic, highly detailed, high budget, bokeh, cinemascope, moody, epic, gorgeous, film grain, grainy'
|
455 |
nps = ' ,deformed fingers,mutated hands,unrealistic hands,extra fingers,less fingers,mutated eyes,malformed hands,malformed fingers,malformed faces,malfromed eyes,malformed body parts,mutated body parts,mutated fingers,mutated hands,(deformed iris, deformed pupils, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime:1.4), text, close up, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck'
|
456 |
}
|
457 |
if(selectedStyle.value == 'real'){
|