Add model card
Browse files
README.md
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: diffusers
|
| 3 |
+
tags:
|
| 4 |
+
- text-to-image
|
| 5 |
+
- diffusion
|
| 6 |
+
- dreamo
|
| 7 |
+
- transformer
|
| 8 |
+
license: other
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# DreamO Fused Transformer v1.1
|
| 12 |
+
|
| 13 |
+
This repository contains the fused transformer weights for DreamO v1.1, a text-to-image diffusion model.
|
| 14 |
+
|
| 15 |
+
## Model Details
|
| 16 |
+
|
| 17 |
+
- **Model Type**: Diffusion Transformer
|
| 18 |
+
- **Version**: 1.1
|
| 19 |
+
- **File Format**: SafeTensors
|
| 20 |
+
- **Model Size**: ~22GB
|
| 21 |
+
|
| 22 |
+
## Usage
|
| 23 |
+
|
| 24 |
+
```python
|
| 25 |
+
# Example usage code would go here
|
| 26 |
+
# This depends on the specific DreamO implementation
|
| 27 |
+
```
|
| 28 |
+
|
| 29 |
+
## License
|
| 30 |
+
|
| 31 |
+
Please check the original DreamO repository for license information.
|
| 32 |
+
|
| 33 |
+
## Citation
|
| 34 |
+
|
| 35 |
+
```bibtex
|
| 36 |
+
# Add appropriate citation if available
|
| 37 |
+
```
|