CoolFace
Modelpublic

Charles322/agentic_1_resources

sourceHugging Faceopenrail++updated 11mo agoView on Hugging Face
0likes
Model Card

Agent_00 Resources

Downloads ![Model on HF](https://huggingface.co/Charles322/agentic1resources)

Curated AI models and resources for 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
  • โ€”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 (Agent00 Verified)" from the Stable Diffusion settings in Agent00.

๐Ÿ“Š 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
  • โ€”Original Stable Diffusion: Stability AI, RunwayML
  • โ€”MLX Framework: Apple ML Research

๐Ÿค Contributing

This repository is maintained for Agent00 compatibility. If you'd like to suggest additional models, please open an issue in the [Agent00 repository](https://github.com/yourusername/Agent_00).