### Trained on FireRedTeam-Image
#### Generative AI Resources
KoFI: https://www.kofi.com/tensorvizion
Patreon: https://www.patreon.com/tensorvizion
Download with ModelScope’s Python SDK
```bash
#Install ModelScope
pip install modelscope
```
```python
#Download with ModelScope’s Python SDK
from modelscope import snapshot_download
model_dir = snapshot_download('tensorvizion/EmberSol-FireRed')
```
Download with Git clone
```
git clone https://www.modelscope.ai/tensorvizion/EmberSol-FireRed.git
```
If you are a contributor to this model, we invite you to promptly update the model card content according to the model contribution documentation.
