You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update sdxl reference pipeline to latest sdxl pipeline (#9938)
* Update sdxl reference community pipeline
* Update README.md
Add example images.
* Style & quality
* Use example images from huggingface documentation-images repository
---------
Co-authored-by: Sayak Paul <[email protected]>
Copy file name to clipboardExpand all lines: examples/community/README.md
+11-10
Original file line number
Diff line number
Diff line change
@@ -2619,16 +2619,17 @@ for obj in range(bs):
2619
2619
2620
2620
### Stable Diffusion XL Reference
2621
2621
2622
-
This pipeline uses the Reference. Refer to the [stable_diffusion_reference](https://github.com/huggingface/diffusers/blob/main/examples/community/README.md#stable-diffusion-reference).
2622
+
This pipeline uses the Reference. Refer to the [Stable Diffusion Reference](https://github.com/huggingface/diffusers/blob/main/examples/community/README.md#stable-diffusion-reference) section for more information.
2623
2623
2624
2624
```py
2625
2625
import torch
2626
-
fromPILimportImage
2626
+
#from diffusers import DiffusionPipeline
2627
2627
from diffusers.utils import load_image
2628
-
from diffusers import DiffusionPipeline
2629
2628
from diffusers.schedulers import UniPCMultistepScheduler
0 commit comments