diff --git a/daras_ai_v2/base.py b/daras_ai_v2/base.py index d6243aeb7..ee8b40ca5 100644 --- a/daras_ai_v2/base.py +++ b/daras_ai_v2/base.py @@ -1518,7 +1518,7 @@ def _render_after_output(self): if "seed" in self.RequestModel.schema_json(): randomize = st.button( - ' Regenerate', type="tertiary" + ' Remix', type="tertiary" ) if randomize: st.session_state[StateKeys.pressed_randomize] = True diff --git a/daras_ai_v2/descriptions.py b/daras_ai_v2/descriptions.py index 02664f1d8..73556825c 100644 --- a/daras_ai_v2/descriptions.py +++ b/daras_ai_v2/descriptions.py @@ -36,8 +36,8 @@ def prompting101(): st.markdown( """ You can keep editing your prompt until you have your desired output. Consider AI generators as a collaborative tool. - ##### What is the difference between Submit and Regenerate? + ##### What is the difference between Submit and Remix? Each AI generation has a unique Seed number. A random seed is created when you initiate the first run on clicking the Submit button. The seed is maintained as you continue editing the image with different setting options on each subsequent Submit click.\n - However, by clicking the Regenerate button, the AI will generate a new Seed and a completely new/different set of outputs. + However, by clicking the Remix button, the AI will generate a new Seed and a completely new/different set of outputs. """ ) diff --git a/recipes/QRCodeGenerator.py b/recipes/QRCodeGenerator.py index 1512e4523..1691c44a4 100644 --- a/recipes/QRCodeGenerator.py +++ b/recipes/QRCodeGenerator.py @@ -523,7 +523,7 @@ def run(self, state: dict) -> typing.Iterator[str | None]: # state["output_images"] = [attempt] # break # raise RuntimeError( - # 'Doh! That didn\'t work. Sometimes the AI produces bad QR codes. Please press "Regenerate" to try again.' + # 'Doh! That didn\'t work. Sometimes the AI produces bad QR codes. Please press "Remix" to try again.' # ) def preview_description(self, state: dict) -> str: