clarity-upscaler
clarity-upscaler copied to clipboard
ValueError: 'tiled diffusion' is not in list
thank you for your great work I got an error when running predict.py: Try to disable xformers, but it is not enabled. Skipping... Style database not found: /content/clarity-upscaler/styles.csv Loading weights [None] from /content/clarity-upscaler/models/Stable-diffusion/epicrealism_naturalSinRC1VAE.safetensors Creating model from config: /content/clarity-upscaler/configs/v1-inference.yaml fatal: No names found, cannot describe anything. ====>scripts:[<img2imgalt.py.Script object at 0x7d4488a486d0>, <loopback.py.Script object at 0x7d4488a48a30>, <outpainting_mk_2.py.Script object at 0x7d4488a48a60>, <poor_mans_outpainting.py.Script object at 0x7d4488a48ac0>, <prompt_matrix.py.Script object at 0x7d4488a48b20>, <prompts_from_file.py.Script object at 0x7d4488a48b50>, <sd_upscale.py.Script object at 0x7d4488a49240>, <xyz_grid.py.Script object at 0x7d4488a492a0>, <extra_options_section.py.ExtraOptionsSection object at 0x7d4488a492d0>, <hypertile_script.py.ScriptHypertile object at 0x7d4488a49300>, <refiner.py.ScriptRefiner object at 0x7d4488a49330>, <seed.py.ScriptSeed object at 0x7d4488a49360>] Traceback (most recent call last): File "/content/clarity-upscaler/modules/api/api.py", line 41, in script_name_to_index return [script.title().lower() for script in scripts].index(name.lower()) ValueError: 'tiled diffusion' is not in list
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/content/clarity-upscaler/predict.py", line 331, in
seems like you need to install multi-diffusion extension
seems like you need to install multi-diffusion extension
how to install multi-diffusion extension?I don't seem to see it in your requirements.txt
@823863429 @philz1337x Do you have any suggestion for fix this ?
You need to clone the multidiffusion upscaler and controlnet extensions to extensions/
.
For the controlnet extension, the most recent version does not work with this repo, so clone tag 1.1.436:
git clone --depth 1 --branch 1.1.436 [email protected]:Mikubill/sd-webui-controlnet.git
@e-cal added a great download-weights.py file to make all this easier!