Disguised-Giraffe

Results 3 comments of Disguised-Giraffe

I only get this error when using Controlnet It's always off by one 75 token chunk plus the semantic guidance prompts. If I use other extensions the value can be...

In previous sd webui versions I've used Dynamic Thresholding after running noise inversion without it while in Multidiffusion mode. That's allowed me to activate a refiner model. I"m don't use...

I replaced the code line 212-13 in tilediffusion.py can be replaced with: ``` prompt = gr.Text(show_label=False, placeholder=f'Prompt, will append to your {tab} prompt', lines=2, elem_id=f'MD-{tab}-{i}-prompt', elem_classes=["prompt"]) neg_prompt = gr.Text(show_label=False, placeholder='Negative...