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