agentic_1_resources / README.md
Charles322's picture
Add README with download badges and model documentation
5ccf059 verified
---
license: openrail++
tags:
- stable-diffusion
- text-to-image
- mlx
- macos
- agent-00
---
# Agent_00 Resources
![Downloads](https://img.shields.io/badge/dynamic/json?url=https://huggingface.co/api/models/Charles322/agentic_1_resources&query=$.downloads&label=Downloads&color=blue)
[![Model on HF](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Model-yellow)](https://huggingface.co/Charles322/agentic_1_resources)
Curated AI models and resources for [Agent_00](https://github.com/yourusername/Agent_00) - verified for MLX compatibility on Apple Silicon.
## πŸ“¦ Stable Diffusion Models
All models are tested with the MLX framework and optimized for Apple Silicon (M1/M2/M3).
### BK-SDM Small (~1 GB)
- **Path**: `stable-diffusion/bk-sdm-small/`
- **Format**: SafeTensors
- **Framework**: MLX
- **Resolution**: 512x512
- **Speed**: Fast
- **Source**: [nota-ai/bk-sdm-small](https://huggingface.co/nota-ai/bk-sdm-small)
- **Use case**: Quick generation, testing, lightweight deployment
## πŸš€ Quick Start
### Download with Python
```python
from huggingface_hub import snapshot_download
# Download BK-SDM Small
model_path = snapshot_download(
repo_id="Charles322/agentic_1_resources",
allow_patterns=["stable-diffusion/bk-sdm-small/**"]
)
```
### Use with Agent_00
Simply select "BK-SDM Small (Agent_00 Verified)" from the Stable Diffusion settings in Agent_00.
## πŸ“Š Download Statistics
This repository automatically tracks download metrics. View detailed analytics at the top of this page.
## πŸ”„ Updates
- **2025-10-30**: Added BK-SDM Small model
## πŸ“ License
Models are redistributed under their original licenses:
- **BK-SDM Small**: OpenRAIL++ (same as Stable Diffusion)
All models allow commercial use with attribution.
## πŸ™ Attribution
- **BK-SDM Small**: [NOTA-AI](https://huggingface.co/nota-ai)
- **Original Stable Diffusion**: Stability AI, RunwayML
- **MLX Framework**: Apple ML Research
## 🀝 Contributing
This repository is maintained for Agent_00 compatibility. If you'd like to suggest additional models, please open an issue in the [Agent_00 repository](https://github.com/yourusername/Agent_00).