Update README.md
Browse files
README.md
CHANGED
|
@@ -49,6 +49,34 @@ However, its structure is expected to be the same as the final version.
|
|
| 49 |
- **Repository:** [Github](https://github.com/PixArt-alpha/PixArt-sigma)
|
| 50 |
- **Paper :** [PIXART-δ](https://arxiv.org/abs/2401.05252)
|
| 51 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 52 |
## Uses
|
| 53 |
|
| 54 |
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
|
@@ -75,12 +103,6 @@ However, its structure is expected to be the same as the final version.
|
|
| 75 |
|
| 76 |
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 77 |
|
| 78 |
-
## How to Get Started with the Model
|
| 79 |
-
|
| 80 |
-
Use the code below to get started with the model.
|
| 81 |
-
|
| 82 |
-
[More Information Needed]
|
| 83 |
-
|
| 84 |
## Training Details
|
| 85 |
|
| 86 |
### Training Data
|
|
|
|
| 49 |
- **Repository:** [Github](https://github.com/PixArt-alpha/PixArt-sigma)
|
| 50 |
- **Paper :** [PIXART-δ](https://arxiv.org/abs/2401.05252)
|
| 51 |
|
| 52 |
+
## How to Get Started with the Model
|
| 53 |
+
|
| 54 |
+
- diffusers
|
| 55 |
+
-- 16GB+ VRAM GPU
|
| 56 |
+
|
| 57 |
+
1. Install libraries.
|
| 58 |
+
|
| 59 |
+
```bash
|
| 60 |
+
pip install transformers diffusers
|
| 61 |
+
```
|
| 62 |
+
|
| 63 |
+
2. Run the following script
|
| 64 |
+
|
| 65 |
+
```python
|
| 66 |
+
```
|
| 67 |
+
|
| 68 |
+
-- 8GB VRAM GPU
|
| 69 |
+
1. Install libraries.
|
| 70 |
+
|
| 71 |
+
```bash
|
| 72 |
+
pip install transformers diffusers quanto
|
| 73 |
+
```
|
| 74 |
+
|
| 75 |
+
2. Run the following script
|
| 76 |
+
|
| 77 |
+
```python
|
| 78 |
+
```
|
| 79 |
+
|
| 80 |
## Uses
|
| 81 |
|
| 82 |
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
|
|
|
| 103 |
|
| 104 |
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 105 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 106 |
## Training Details
|
| 107 |
|
| 108 |
### Training Data
|