Image-to-Image
Diffusers
English
JOY-Huang commited on
Commit
bf2fe16
1 Parent(s): f44c3cc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -42,7 +42,7 @@ hf_hub_download(repo_id="InstantX/InstantIR", filename="models/previewer_lora_we
42
  ### 3. Load InstantIR with 🧨 diffusers
43
 
44
  ```python
45
- # !pip install opencv-python transformers accelerate
46
  import torch
47
  from PIL import Image
48
 
 
42
  ### 3. Load InstantIR with 🧨 diffusers
43
 
44
  ```python
45
+ # !pip install diffusers opencv-python transformers accelerate
46
  import torch
47
  from PIL import Image
48