Update README.md
Browse files
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 |
|