alfredplpl commited on
Commit
9f4261d
1 Parent(s): f922dc5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -51,8 +51,7 @@ However, its structure is expected to be the same as the final version.
51
 
52
  ## How to Get Started with the Model
53
 
54
- - diffusers
55
- -- 16GB+ VRAM GPU
56
 
57
  1. Install libraries.
58
 
@@ -65,7 +64,7 @@ pip install transformers diffusers
65
  ```python
66
  ```
67
 
68
- -- 8GB VRAM GPU
69
  1. Install libraries.
70
 
71
  ```bash
 
51
 
52
  ## How to Get Started with the Model
53
 
54
+ - diffusers for 16GB+ VRAM GPU
 
55
 
56
  1. Install libraries.
57
 
 
64
  ```python
65
  ```
66
 
67
+ - diffusers for 8GB VRAM GPU
68
  1. Install libraries.
69
 
70
  ```bash