Text-to-Image
Diffusers
Safetensors
English
ZImagePipeline

fix: typo on import line

#7
by alxgirard - opened
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