|
57 | 57 | "name": "dreamlike-art/dreamlike-anime-1.0", |
58 | 58 | "convert_args": ['--trust-remote-code', '--weight-format', 'fp16', "--task", "stable-diffusion"] |
59 | 59 | }, |
| 60 | + "LCM_Dreamshaper_v7-int8-ov": { |
| 61 | + "name": "OpenVINO/LCM_Dreamshaper_v7-int8-ov", |
| 62 | + "convert_args": [] |
| 63 | + }, |
| 64 | + "llava-1.5-7b-hf": { |
| 65 | + "name": "llava-hf/llava-1.5-7b-hf", |
| 66 | + "convert_args": ['--trust-remote-code'] |
| 67 | + }, |
| 68 | + "llava-v1.6-mistral-7b-hf": { |
| 69 | + "name": "llava-hf/llava-v1.6-mistral-7b-hf", |
| 70 | + "convert_args": ['--trust-remote-code'] |
| 71 | + }, |
| 72 | + "dreamlike-anime-1.0": { |
| 73 | + "name": "dreamlike-art/dreamlike-anime-1.0", |
| 74 | + "convert_args": ['--trust-remote-code', '--weight-format', 'fp16', "--task", "stable-diffusion"] |
| 75 | + }, |
60 | 76 | "LCM_Dreamshaper_v7-int8-ov": { |
61 | 77 | "name": "OpenVINO/LCM_Dreamshaper_v7-int8-ov", |
62 | 78 | "convert_args": [] |
|
66 | 82 | TEST_FILES = { |
67 | 83 | "how_are_you_doing_today.wav": "https://storage.openvinotoolkit.org/models_contrib/speech/2021.2/librispeech_s5/how_are_you_doing_today.wav", |
68 | 84 | "adapter_model.safetensors": "https://huggingface.co/smangrul/tinyllama_lora_sql/resolve/main/adapter_model.safetensors", |
| 85 | + "monalisa.jpg": "https://llava-vl.github.io/static/images/monalisa.jpg", |
69 | 86 | "soulcard.safetensors": "https://civitai.com/api/download/models/72591", |
70 | 87 | "image.png": "https://raw.githubusercontent.com/CompVis/latent-diffusion/main/data/inpainting_examples/overture-creations-5sI6fQgYIuo.png", |
71 | 88 | "mask_image.png": "https://raw.githubusercontent.com/CompVis/latent-diffusion/main/data/inpainting_examples/overture-creations-5sI6fQgYIuo_mask.png" |
|
0 commit comments