channudam commited on
Commit
40befcd
·
verified ·
1 Parent(s): 2510e88

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -26,8 +26,9 @@ For best results, it is recommended to fine-tune the following three main compon
26
  ## Usage (with GPU)
27
 
28
  ```python
29
- from diffusers import StableDiffusionPipeline
30
  import matplotlib.pyplot as plt
 
 
31
 
32
  pipe = StableDiffusionPipeline.from_pretrained(
33
  "channudam/stable-diffusion-khm-53",
 
26
  ## Usage (with GPU)
27
 
28
  ```python
 
29
  import matplotlib.pyplot as plt
30
+ import torch
31
+ from diffusers import StableDiffusionPipeline
32
 
33
  pipe = StableDiffusionPipeline.from_pretrained(
34
  "channudam/stable-diffusion-khm-53",