elioonpc commited on
Commit
4b257d6
1 Parent(s): 59fcbdc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -19,6 +19,8 @@ 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
  - **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.
 
19
  https://devbud.gumroad.com/l/Shap-e
20
  ![Alternative Text](./image_2023-05-16_081953032.png)
21
  ## Shap_E Addon Configuration Options
22
+ - **Prompt Batching:** This option controls how many prompts the AI processes at a time. If you have a large number of prompts, increasing the batch size can speed up the generation process. However, keep in mind that a larger batch size requires more GPU memory. If you encounter memory issues, try reducing the batch size.
23
+ -
24
  - **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.
25
 
26
  - **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.