elioonpc commited on
Commit
59fcbdc
·
1 Parent(s): d06f4e4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -5
README.md CHANGED
@@ -19,11 +19,14 @@ use localy inside blender
19
  https://devbud.gumroad.com/l/Shap-e
20
  ![Alternative Text](./image_2023-05-16_081953032.png)
21
  ## Shap_E Addon Configuration Options
 
22
 
23
- The Shap_E addon provides several options that allow you to customize the generated 3D models. Here's a rundown of what each option does:
24
 
25
- - **Prompt Batch:** Enter the description of the 3D model(s) you want to create. The AI uses this text to understand what to generate. Multiple prompts can be entered, separated by commas.
26
 
27
- ```markdown
28
- Example: "A chair that looks like an avocado, A table that looks like a banana"
29
- https://devbud.gumroad.com/l/Shap-e
 
 
 
19
  https://devbud.gumroad.com/l/Shap-e
20
  ![Alternative Text](./image_2023-05-16_081953032.png)
21
  ## Shap_E Addon Configuration Options
22
+ - **Seed:** This value initializes the AI's random number generator. Changing the seed will yield different outputs for the same prompt. Setting the seed to 0 will generate a new random seed for each model, producing a variety of models from the same prompt.
23
 
24
+ - **Guidance Scale:** This controls the degree to which the AI attempts to match your prompt. A higher value means the AI works harder to match your description, whereas a lower value allows the AI more creative freedom. Adjust based on your needs.
25
 
26
+ - **Number of Inference Steps:** This determines the number of iterations the AI performs when generating your model. More steps can result in more detailed and accurate models, but will also take longer to generate.
27
 
28
+ - **Batch:** This is the number of models the addon will generate for each prompt in your batch. For example, if you set the Batch to 3 and enter two prompts, the addon will generate six models in total (three for each prompt).
29
+
30
+ These options provide a great deal of flexibility in controlling how the Shap_E addon generates your 3D models. By experimenting with these settings, you can find the perfect balance between speed, accuracy, and variety in your outputs.
31
+
32
+ For more information and tutorials on how to use these options effectively, please check out our [guide on the addon's page](https://devbud.gumroad.com/l/Shap-e). Also, don't forget to follow us on [Twitter](https://twitter.com/DevBud7) for the latest updates and tips!