Louis Li

Results 35 comments of Louis Li

``` {'prompt': 'cake, fruit, cream ,masterpiece, best quality, top quality, ultra highres, 8k hdr, 8k wallpaper', 'negative_prompt': 'lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits,...

{'prompt': 'cake, fruit, cream ,masterpiece, best quality, top quality, ultra highres, 8k hdr, 8k wallpaper', 'negative_prompt': 'lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped,...

> ControlNet cannot be used, it has no effect, and updating to the latest version of ControlNet 1.1 still cannot be solved. I used the sample code and it didn't...

The location is based China, but I have added import socks socks.set_default_proxy(socks.SOCKS5, "proxy_host", 7890)

> Try replacing > > `playwright.chromium.connect_over_cdp(("http://localhost:1234"))` > > with > > `playwright.chromium.connect_over_cdp(("http://127.0.0.1:1234"))` > > It sound like localhost resolves to ipv6 on your system. > Try replacing > > `playwright.chromium.connect_over_cdp(("http://localhost:1234"))`...

> My guess is that > > > chrome_path = r'"C:\Program Files\Google\Chrome\Application\chrome.exe"' > > debugging_port = "--remote-debugging-port=1234" > > > command = f"{chrome_path} {debugging_port}" > > subprocess.Popen(command, shell=True) > >...

> I had to modify it a little bit, since I'm on macOS, then it was working for me, note the `--user-data-dir`: > > ``` > chrome_path = r'"/Applications/Google Chrome.app/Contents/MacOS/Google...