CoolFace
Datasetpublic

LiM-De/blenderllm-v2-polyhaven-dataset

BlenderLLM v2 - Poly Haven Training Dataset Fine-tuning dataset for BlenderLLM to use local Poly Haven library (2,194 assets). Purpose BlenderLLM v1 only generates primitive-based scripts. This dataset teaches it to: Load models from local .blend files (426 models) Apply HDRIs for realistic lighting (963 HDRIs) Apply textures with PBR materials (805 textures) Compose scenes combining real assets + primitives Search/list available assets by category Handle errors… See the full description on the dataset page: https://huggingface.co/datasets/LiM-De/blenderllm-v2-polyhaven-dataset.

sourceHugging Faceapache-2.0updated 6mo agoView on Hugging Face
0likes44downloads
Dataset Card

BlenderLLM v2 - Poly Haven Training Dataset

Fine-tuning dataset for BlenderLLM to use local Poly Haven library (2,194 assets).

Purpose

BlenderLLM v1 only generates primitive-based scripts. This dataset teaches it to:

  • Load models from local .blend files (426 models)
  • Apply HDRIs for realistic lighting (963 HDRIs)
  • Apply textures with PBR materials (805 textures)
  • Compose scenes combining real assets + primitives
  • Search/list available assets by category
  • Handle errors (missing assets, overlaps, verification)

Dataset Structure

CategorySamplesDescription
Load single model100bpy.data.libraries.load() from .blend
Load + position100Load + location/rotation
HDRI lighting80World environment from .hdr
Apply textures80Diffuse + Normal maps
Scene compositions32Multi-asset + HDRI + camera
Search assets20os.listdir + info.json
Error handling33Missing assets, verification
Combined (primitives + assets)48Hybrid scenes
Total493

Base Model

FreedomIntelligence/BlenderLLM (Qwen2.5-Coder-7B fine-tuned on BlendNet 12.1K samples)

Training

See for the complete Unsloth LoRA training notebook.

Local Poly Haven Library

Assets at:

  • Each asset: + +
  • Models loaded with:
  • HDRIs loaded with:
LiM-De/blenderllm-v2-polyhaven-dataset · CoolFace