Dowon
Dowon
#2712 maybe same issue? temporary solution ```py # ui.py line 91 def image_from_url_text(filedata): if type(filedata) == dict: if 'name' in filedata: return Image.open(filedata['name']) if type(filedata) == list: if len(filedata) ==...
same issue, but this problem is at `save files` (line 115) function... ui.py, near line 150 ```py with open(os.path.join(opts.outdir_save, "log.csv"), "a", encoding="utf8", newline='') as file: at_start = file.tell() == 0...
yes, same error occurs. ```python from datasets import load_dataset # error repo = "nateraw/ade20k-tiny" dataset = load_dataset(repo, split="train+validation", streaming=True) ``` ```python --------------------------------------------------------------------------- ValueError Traceback (most recent call last) [](https://localhost:8080/#) in...
Is this something like #5? How about a button that is only visible in the img2img tab, and when checked, adds the mask that the model has detected?
What error messages do you see in the terminal?
Do you get the same error after restarting?
https://github.com/ThereforeGames/unprompted/issues/93 This issue seems to be similar to yours.
Well, do you have the same problem when applying controlnet alone?
I've just added an option to run only selected scripts.
I just added the `--ad-no-huggingface` option, try adding it when you run it. The `hf_hub_download` function also includes a check for files. Please note that this extension uses unsafe torch...