n1x-ax commited on
Commit
bfe019d
·
verified ·
1 Parent(s): 564f05d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -7
README.md CHANGED
@@ -6,9 +6,6 @@ tags:
6
  - flux
7
  - blender
8
  - upscaler
9
- widget:
10
- - output:
11
- url: https://huggingface.co/n1x-ax/blender-ai-render/blob/main/ai_render3.png
12
  ---
13
  # What is Neural Render?
14
  Neural Render is a Blender add-on that integrates AI models from Replicate into your Blender workflow. It allows you to process rendered images with AI, enhancing their quality and resolution or generating new images based on your renders directly within Blender.
@@ -18,10 +15,25 @@ Neural Render is a Blender add-on that integrates AI models from Replicate into
18
  **Why Replicate?**
19
  While we can use local models for inference, making the project truly open-source, the first version was built on top of Replicate – cloud computing provider, to ensure we can run any models in the cloud with great speed and quality. I plan to publish updates on this workflow when we’ll be closer to on-device image inference.
20
 
21
- ### Render Will Never Be The Same
22
  While traditional render still is very important and nothing can be compared to its flexibility, there are already many applications AI render could be better, or even replace the traditional approach. I will show you some of the recently discovered.
23
 
24
- Current Features:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  - Upscale and enhance rendered images using Clarity Upscaler
26
  - Generate new images based on your renders using Control Net
27
  - Customizable parameters for AI processing
@@ -33,7 +45,7 @@ Current Features:
33
 
34
  [Blender Neural Render On GitHub](https://github.com/n1x-ax/Neural-Render)
35
 
36
- ### Installation
37
  - Download the addon ZIP file
38
  - In Blender, go to Edit > Preferences > Add-ons
39
  - Click "Install" and select the downloaded ZIP file
@@ -83,7 +95,7 @@ These methods should install the necessary 'replicate' package in Blender's Pyth
83
  - Replicate account
84
  - Replicate API key
85
 
86
- ### Credits
87
  - Developed by Alex Nix
88
  - Powered by Replicate and the Clarity Upscaler model
89
  - Built for Blender, the free and open source 3D creation suite
 
6
  - flux
7
  - blender
8
  - upscaler
 
 
 
9
  ---
10
  # What is Neural Render?
11
  Neural Render is a Blender add-on that integrates AI models from Replicate into your Blender workflow. It allows you to process rendered images with AI, enhancing their quality and resolution or generating new images based on your renders directly within Blender.
 
15
  **Why Replicate?**
16
  While we can use local models for inference, making the project truly open-source, the first version was built on top of Replicate – cloud computing provider, to ensure we can run any models in the cloud with great speed and quality. I plan to publish updates on this workflow when we’ll be closer to on-device image inference.
17
 
18
+ ## Render Will Never Be The Same
19
  While traditional render still is very important and nothing can be compared to its flexibility, there are already many applications AI render could be better, or even replace the traditional approach. I will show you some of the recently discovered.
20
 
21
+ ### Pre-Visualization
22
+ With no need to spend hours in light and textures research, we can quickly visualize any scene with the needed textures, light, environment, and anything we can imagine to get the final look we wanted to see. Here is an example based on this scene from Skethfab.
23
+
24
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6677021c14e2aebef8723ef8/Hoe8FUFL-N2_m__eTnTxE.png)
25
+
26
+ ### Proof Of Concept
27
+ When it’s too lazy to model a whole scene, make a layout, or create detailed models, we can visualize a whole picture by rendering simple blocking with a single prompt, while experimenting with its variations by toggling parameters.
28
+
29
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6677021c14e2aebef8723ef8/L6TbIZBed0m3PXAsFpRAs.png)
30
+
31
+ ### AI Render As Art
32
+ For art creators, it could be the best way to create something truly magical, by turning 3D scenes into dozens of creative variations, reimagining them, or totally distracting the reality with AI capabilities within Blender scenes.
33
+
34
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6677021c14e2aebef8723ef8/CH_HY3CNMErKUGp0Qs42p.png)
35
+
36
+ ### Current Features:
37
  - Upscale and enhance rendered images using Clarity Upscaler
38
  - Generate new images based on your renders using Control Net
39
  - Customizable parameters for AI processing
 
45
 
46
  [Blender Neural Render On GitHub](https://github.com/n1x-ax/Neural-Render)
47
 
48
+ ## Installation
49
  - Download the addon ZIP file
50
  - In Blender, go to Edit > Preferences > Add-ons
51
  - Click "Install" and select the downloaded ZIP file
 
95
  - Replicate account
96
  - Replicate API key
97
 
98
+ ## Credits
99
  - Developed by Alex Nix
100
  - Powered by Replicate and the Clarity Upscaler model
101
  - Built for Blender, the free and open source 3D creation suite