patrickvonplaten commited on
Commit
e9f687c
·
1 Parent(s): 027e574

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -56,6 +56,11 @@ You can use the model both with the [🧨Diffusers library](https://github.com/h
56
 
57
  Diffusers let's you both use a unified and more memory-efficient, task-specific pipelines.
58
 
 
 
 
 
 
59
  ## VersatileDiffusionPipeline
60
 
61
  To use Versatile Diffusion for all tasks, it is recommend to use the [`VersatileDiffusionPipeline`](https://huggingface.co/docs/diffusers/main/en/api/pipelines/versatile_diffusion#diffusers.VersatileDiffusionPipeline)
 
56
 
57
  Diffusers let's you both use a unified and more memory-efficient, task-specific pipelines.
58
 
59
+ **Make sure to install `transformers` from `"main"` in order to use this model.**:
60
+ ```
61
+ pip install git+https://github.com/huggingface/transformers
62
+ ```
63
+
64
  ## VersatileDiffusionPipeline
65
 
66
  To use Versatile Diffusion for all tasks, it is recommend to use the [`VersatileDiffusionPipeline`](https://huggingface.co/docs/diffusers/main/en/api/pipelines/versatile_diffusion#diffusers.VersatileDiffusionPipeline)