Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 597 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 597 Bytes

RNPD-Diffusion

A custom Docker image built on top of madiator2011/better-launcher:dev with additional ML tools and configurations for RunPod environments.

Environment Variables

  • WANDB_API_KEY - Weights & Biases API key
  • HF_TOKEN - HuggingFace token
  • LLM_KEY - LLM API key
  • ANTHROPIC_API_KEY - Anthropic API key

Ports

  • 7777 - Code Server
  • 7222 - App Manager
  • 7862 - Better Forge Web UI
  • 7863 - Better Automatic1111 Web UI
  • 3000 - Better Comfy UI

Build and Push

docker build -t rafrafraf/rnpd-diffusion:latest .
docker push rafrafraf/rnpd-diffusion:latest