ZeroCool94 commited on
Commit
257fe1e
1 Parent(s): 0604b03

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -47,6 +47,7 @@ pip install diffusers transformers accelerate scipy safetensors
47
  Running the pipeline (if you don't swap the scheduler it will run with the default DDIM, in this example we are swapping it to DPMSolverMultistepScheduler):
48
 
49
  ```python
 
50
  from diffusers import StableDiffusionPipeline, DPMSolverMultistepScheduler
51
 
52
  model_id = "Sygil/Sygil-Diffusion"
 
47
  Running the pipeline (if you don't swap the scheduler it will run with the default DDIM, in this example we are swapping it to DPMSolverMultistepScheduler):
48
 
49
  ```python
50
+ import torch
51
  from diffusers import StableDiffusionPipeline, DPMSolverMultistepScheduler
52
 
53
  model_id = "Sygil/Sygil-Diffusion"