File size: 2,171 Bytes
5ccf059
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
---
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).