I tried to install via the terminal and also by adding to the model.yaml. Both didnt work but gave me different errors.
In Terminal:
invoke> !import_model /Users/xxx/invokeai/models/ldm/stable-diffusion-v1/clazy.ckpt
** /Users/xxx/invokeai/models/ldm/stable-diffusion-v1/clazy.ckpt: file not found
When trying to do it via models.yaml it tells me model loaded but as soon i try to generate an image i get this for example:
Image generation requested: {'prompt': 'vbn', 'iterations': 1, 'steps': 25, 'cfg_scale': 4.5, 'threshold': 0, 'perlin': 0, 'height': 512, 'width': 512, 'sampler_name': 'k_heun', 'seed': 3614347924, 'progress_images': False, 'progress_latents': True, 'save_intermediates': 5, 'generation_mode': 'img2img', 'init_mask': '...', 'seamless': False, 'hires_fix': False, 'init_img': 'outputs/000003.fe72cbec.3390836873.png...', 'strength': 0.75, 'fit': True, 'variation_amount': 0}
ESRGAN parameters: False
Facetool parameters: False
{'prompt': 'vbn', 'iterations': 1, 'steps': 25, 'cfg_scale': 4.5, 'threshold': 0, 'perlin': 0, 'height': 512, 'width': 512, 'sampler_name': 'k_heun', 'seed': 3614347924, 'progress_images': False, 'progress_latents': True, 'save_intermediates': 5, 'generation_mode': 'img2img', 'init_mask': '', 'seamless': False, 'hires_fix': False, 'init_img': <PIL.Image.Image image mode=RGB size=512x512 at 0x1DFCE1962F0>, 'strength': 0.75, 'fit': True, 'variation_amount': 0}
not enough values to unpack (expected 2, got 1)
Yesterday it was working fine but today i tried to add a new model and somehow it broke. I tried arpund for hours now but i cant fix it myself or figure out what values to unpack are meant.
Please help!