In the 3D game development industry, generating realistic textures and baking assets are GPU-intensive processes traditionally reliant on centralized cloud services like AWS or Azure. However, high costs and cold-start latency pose significant barriers for mid-sized and small studios. At Q2BSTUDIO, a software and technology development company, we have explored decentralized alternatives that offer efficiency and scalability without compromising quality. This article describes how we built an AI texture pipeline for 3D games by combining the Nosana GPU network with Arweave permanent storage, creating a workflow that reduces costs and ensures global asset availability.
Our solution is based on three key phases: first, we package a procedural texture generation model in a Docker container with CUDA support; second, we run that container on nodes of the Nosana network, which assigns consumer GPUs on demand; third, we store the generated textures (diffuse, normal, and roughness maps) on Arweave via the Irys protocol, ensuring immutable persistence. This approach eliminates dependence on centralized servers and reduces inference costs by up to 70% compared to traditional cloud providers.
The Docker container is built from a base PyTorch image with CUDA 12.1, including the necessary dependencies for image processing and model execution. At Q2BSTUDIO, we customize this container for each client, adapting generation parameters (resolution, number of steps, style) according to game requirements. The configuration is defined in a JSON file describing the job to run on Nosana, specifying the GPU type (e.g., NVIDIA RTX 4090), environment variables, and required resources. Once the node completes inference, the textures are automatically downloaded to an output directory.
The storage step on Arweave is critical for long-term immutability and availability. Using a Node.js script that leverages the Irys SDK, we upload the generated PNG files along with metadata such as asset type and associated project. The resulting transaction hash is integrated directly into the game engine (Unity or Unreal), allowing players to download textures on demand from the decentralized network. This eliminates broken link issues and guarantees that assets remain permanently accessible, even if the studio disappears.
Integrating Nosana and Arweave not only reduces costs but also improves scalability. At Q2BSTUDIO, we have applied this architecture in massive multiplayer game projects, where procedural texture generation dynamically adapts to workload. Additionally, we combine this pipeline with our artificial intelligence solutions to optimize generation models, and with AWS and Azure cloud services for hybrid tasks requiring low latency. We also offer cybersecurity services to protect sensitive data during transmission and storage, as well as Business Intelligence (Power BI) tools to monitor pipeline performance.
One of the most innovative features of this pipeline is the incorporation of AI agents that automate parameter selection based on feedback from the design team. These agents learn from artists' preferences and dynamically adjust prompts, reducing iteration time. At Q2BSTUDIO, we develop custom software to integrate these agents with existing workflows, using reinforcement learning and natural language processing techniques. This enables even small studios to compete with large productions in terms of visual quality.
From a business perspective, adopting decentralized infrastructure represents a paradigm shift. Instead of paying for idle capacity on cloud servers, studios pay only for the GPU time used on Nosana, and Arweave storage has a one-time, predictable cost. This facilitates financial planning and reduces dependence on external providers. Moreover, Arweave's immutable nature protects assets against censorship and data loss, crucial in games with active communities demanding constant updates.
At Q2BSTUDIO, we have seen how this architecture fits perfectly into agile development environments. For example, an indie studio can generate hundreds of procedural textures in minutes during the prototyping phase without investing in their own hardware. Then, in production, the pipeline scales automatically as GPU demand increases. Our consulting services help companies migrate existing pipelines to this decentralized model, minimizing downtime and maximizing savings.
The results from our pilot projects are promising: 70% reduction in inference costs, near-zero startup latency (Nosana nodes are always active), and 99.9% global availability thanks to Arweave redundancy. Additionally, integration with popular game engines like Unity and Unreal is straightforward, allowing designers to work with textures without complex adaptations.
In conclusion, the AI texture pipeline based on Nosana and Arweave represents a viable and scalable solution for 3D game studios of all sizes. At Q2BSTUDIO, we combine this technology with our expertise in custom software development, AI, cybersecurity, and cloud to offer a complete service ecosystem. We invite developers to explore how decentralized infrastructure can transform their workflows, reducing costs and improving the resilience of their digital assets. The future of 3D gaming is decentralized, and we are ready to build it together.





