#Can't get new models to run

2 messages · Page 1 of 1 (latest)

arctic mountain
#

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!

arctic mountain
#

Ok figured put i used the wrong .yaml . For 2084mb .ckpt the v1-inference.yaml works but with other sizes? is there a guideline i could check out? I have for example some models i trained in colab which are 4165mb big that didnt create a .yaml soi have no clue what i should use there. The chromaV5 (2.0) had a .yaml to download but i get the errors that a visible in the screenshot.