A-suozhang commited on
Commit
56cbb0e
1 Parent(s): f4d0e1a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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="stein666/mixdq_test",
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