i
This commit is contained in:
parent
db9f0a1dfa
commit
da3d36eabb
@ -15,7 +15,7 @@ from modules.samplers_advanced import KSampler, KSamplerWithRefiner
|
||||
from modules.adm_patch import patch_negative_adm
|
||||
|
||||
|
||||
# patch_negative_adm()
|
||||
patch_negative_adm()
|
||||
opCLIPTextEncode = CLIPTextEncode()
|
||||
opEmptyLatentImage = EmptyLatentImage()
|
||||
opVAEDecode = VAEDecode()
|
||||
|
||||
2
webui.py
2
webui.py
@ -4,7 +4,7 @@ from modules.default_pipeline import process
|
||||
|
||||
def generate_clicked(positive_prompt):
|
||||
return process(positive_prompt=positive_prompt,
|
||||
negative_prompt='plastic, blur, blurred, lack of detail, surface, plain, toon, clip art, flat')
|
||||
negative_prompt='')
|
||||
|
||||
|
||||
block = gr.Blocks().queue()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user