Text-to-Image
Diffusers
Safetensors
English
ZImagePipeline
alxgirard commited on
Commit
7678e42
·
verified ·
1 Parent(s): 12377fc

fix: typo on import line

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -95,7 +95,7 @@ pip install git+https://github.com/huggingface/diffusers
95
 
96
  ```python
97
  import torch
98
- from diffusers import ZImagePipeline,
99
 
100
  # 1. Load the pipeline
101
  # Use bfloat16 for optimal performance on supported GPUs
 
95
 
96
  ```python
97
  import torch
98
+ from diffusers import ZImagePipeline
99
 
100
  # 1. Load the pipeline
101
  # Use bfloat16 for optimal performance on supported GPUs