ovedrive commited on
Commit
969071b
·
verified ·
1 Parent(s): da80d47

Update README.md

Browse files

Fix metadata for hf

Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -8,6 +8,7 @@ library_name: diffusers
8
  pipeline_tag: text-to-image
9
  base_model:
10
  - Qwen/Qwen-Image
 
11
  ---
12
 
13
  This is an NF4 quantized model of Qwen-image so it can run on GPUs using 20GB VRAM. You can run it on lower VRAM like 16GB.
@@ -18,6 +19,7 @@ You can use the original Qwen-Image parameters as is though I recommend atleast
18
 
19
  This model is available for inference at [JustLab.ai](https://justlab.ai)
20
 
 
21
  ```python
22
  from diffusers import DiffusionPipeline
23
  import torch
 
8
  pipeline_tag: text-to-image
9
  base_model:
10
  - Qwen/Qwen-Image
11
+ base_model_relation: quantized
12
  ---
13
 
14
  This is an NF4 quantized model of Qwen-image so it can run on GPUs using 20GB VRAM. You can run it on lower VRAM like 16GB.
 
19
 
20
  This model is available for inference at [JustLab.ai](https://justlab.ai)
21
 
22
+
23
  ```python
24
  from diffusers import DiffusionPipeline
25
  import torch