diff --git a/public/index.html b/public/index.html
index 3bb51cfd6907aa8cb0b29e91de67b0f2f283106b..c4d31f98416d38bcee5c44c75ba4a692576221e3 100644
--- a/public/index.html
+++ b/public/index.html
@@ -218,6 +218,7 @@
 //https://immersive-web.github.io/webxr-samples/media/gltf/sunflower/sunflower.gltf
       loader.load("https://transfer.hft-stuttgart.de/gitlab/geovistoogsi/ar/-/raw/master/public/assets/models/trash_model/scene.gltf", (gltf) => {
         models.sunflower = gltf.scene;
+        models.sunflower.scale.set(0.01, 0.01, 0.01);
       });
 
       loader.load("https://raw.githubusercontent.com/KhronosGroup/glTF-Sample-Assets/refs/heads/main/Models/Lantern/glTF/Lantern.gltf", (gltf) => {