Blender Rendering

Render 3D scenes and animations using Blender on CLORE.AI GPUs.

circle-check

Renting on CLORE.AI

  1. Filter by GPU type, VRAM, and price

  2. Choose On-Demand (fixed rate) or Spot (bid price)

  3. Configure your order:

    • Select Docker image

    • Set ports (TCP for SSH, HTTP for web UIs)

    • Add environment variables if needed

    • Enter startup command

  4. Select payment: CLORE, BTC, or USDT/USDC

  5. Create order and wait for deployment

Access Your Server

  • Find connection details in My Orders

  • Web interfaces: Use the HTTP port URL

  • SSH: ssh -p <port> root@<proxy-address>

Why Rent GPUs for Blender?

  • Render complex scenes 10-50x faster than CPU

  • Multiple GPUs for even faster rendering

  • No need to invest in expensive hardware

  • Pay only for render time

Requirements

Scene Complexity
Recommended GPU
VRAM

Simple

RTX 3070

8GB

Medium

RTX 3090

24GB

Complex

RTX 4090

24GB

Production

A100

40-80GB

Quick Deploy

Docker Image:

Or headless rendering:

Ports:

Headless Rendering Setup

Image:

Command:

Accessing Your Service

After deployment, find your http_pub URL in My Orders:

  1. Go to My Orders page

  2. Click on your order

  3. Find the http_pub URL (e.g., abc123.clorecloud.net)

Use https://YOUR_HTTP_PUB_URL instead of localhost in examples below.

Upload Your Project

Via SCP

Via rsync (large projects)

Render Commands

Single Frame

Animation (Frame Range)

Specific Frames

Render Options

Resolution

Use Python Script

render_setup.py:

Multi-GPU Rendering

For servers with multiple GPUs:

Render Farm Style (Multiple Servers)

Rent multiple servers and split frames:

Server 1:

Server 2:

Server 3:

Then combine renders locally.

Eevee Rendering (Faster)

For real-time quality:

OptiX Support (RTX GPUs)

For RTX ray tracing:

Automated Render Script

render.sh:

Usage:

Monitoring Render Progress

Watch Output Folder

Blender Output

Blender prints frame progress to stdout:

Download Rendered Frames

Video Encoding

After rendering frames, encode to video:

Performance Tips

Optimize for Speed

Memory Optimization

Render Time Estimates

Scene
GPU
Resolution
Samples
Time/Frame

Simple

RTX 3090

1080p

128

~30s

Medium

RTX 3090

1080p

256

~2min

Complex

RTX 4090

4K

512

~10min

Production

A100

4K

1024

~20min

Cost Calculation

Example: 250 frame animation

Troubleshooting

"CUDA device not found"

triangle-exclamation
  • Reduce texture resolution

  • Use smaller tile size

  • Enable "persistent data"

  • Use simpler shaders

Slow rendering

  • Check GPU is being used (nvidia-smi)

  • Optimize scene geometry

  • Use denoising with fewer samples

Next Steps

Last updated

Was this helpful?