Update README.md
Browse files
README.md
CHANGED
|
@@ -102,6 +102,8 @@ image = pipe(
|
|
| 102 |
image.save("output.png")
|
| 103 |
```
|
| 104 |
|
|
|
|
|
|
|
| 105 |
### **reference**
|
| 106 |
- base model from [qwen](https://huggingface.co/Qwen)
|
| 107 |
- distilled model from [modelscope](https://github.com/modelscope/DiffSynth-Studio)
|
|
|
|
| 102 |
image.save("output.png")
|
| 103 |
```
|
| 104 |
|
| 105 |
+
note: diffusers not yet supported t and i quants; opt gguf-node via comfyui or run it straight with gguf-connector
|
| 106 |
+
|
| 107 |
### **reference**
|
| 108 |
- base model from [qwen](https://huggingface.co/Qwen)
|
| 109 |
- distilled model from [modelscope](https://github.com/modelscope/DiffSynth-Studio)
|