๐Ÿณ RedInk

Red Ink - A one-stop Xiaohongshu image-and-text generator based on the ๐ŸŒNano Banana Pro๐ŸŒ, "One Sentence, One Image: Generate Xiaohongshu Text and Images."

Docker Ready 1 Services Ports: 12398 5,227 stars
1. Pull Image docker pull histonemax/redink
2. 1-Click Launch Command docker run -d -p 12398:12398 --name redink histonemax/redink:latest
3. Compose Deployment docker compose up -d
docker-compose.yml
Download .yml
services:
  redink:
    image: histonemax/redink:latest
    container_name: redink
    ports:
      - "12398:12398"
    volumes:
      # ๆŒไน…ๅŒ–ๆ•ฐๆฎ็›ฎๅฝ•
      - ./history:/app/history
      - ./output:/app/output
      # ๅฏ้€‰๏ผšๆŒ‚่ฝฝ่‡ชๅฎšไน‰้…็ฝฎๆ–‡ไปถ
      # - ./text_providers.yaml:/app/text_providers.yaml
      # - ./image_providers.yaml:/app/image_providers.yaml
    restart: unless-stopped