Update README.md
Browse files
README.md
CHANGED
|
@@ -50,7 +50,7 @@ install the prerequisite for Mixdq:
|
|
| 50 |
run the pipeline:
|
| 51 |
```python
|
| 52 |
pipe = DiffusionPipeline.from_pretrained(
|
| 53 |
-
"stabilityai/sdxl-turbo", custom_pipeline="
|
| 54 |
torch_dtype=torch.float16, variant="fp16"
|
| 55 |
)
|
| 56 |
|
|
|
|
| 50 |
run the pipeline:
|
| 51 |
```python
|
| 52 |
pipe = DiffusionPipeline.from_pretrained(
|
| 53 |
+
"stabilityai/sdxl-turbo", custom_pipeline="nics-efc/MixDQ",
|
| 54 |
torch_dtype=torch.float16, variant="fp16"
|
| 55 |
)
|
| 56 |
|