Update README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,9 @@ pipeline_tag: image-to-video
|
|
12 |
|
13 |
Comfyui doesnt natively support these Quants yet but there is a workaround:
|
14 |
|
15 |
-
|
|
|
|
|
16 |
|
17 |
and change the __init__ function
|
18 |
|
|
|
12 |
|
13 |
Comfyui doesnt natively support these Quants yet but there is a workaround:
|
14 |
|
15 |
+
First of all you need to load the vae, which you can download in this repo too and then
|
16 |
+
|
17 |
+
we need to edit this file Comfyui/comfy/ldm/lightricks/model.py
|
18 |
|
19 |
and change the __init__ function
|
20 |
|