-
Notifications
You must be signed in to change notification settings - Fork 278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sd-webui-creaprompt #275
sd-webui-creaprompt #275
Conversation
your extension works but you need to be careful about creaprompt.py:67: GradioDeprecationWarning: The `style` method is deprecated. Please set these arguments in the constructor instead.
Prefix = gr.Textbox(label="Prefix of the Prompt", elem_id="promptgen_prompt_prefix", show_label=True, lines=2, placeholder="Type your prefix or leave blank if you don't want it").style(container=True) also your extension seems to provide in duplicate functionality to the existing ones such as wildcards with integration tagcomplete extension? or other prompt symptoms extensions such as dynamic prompt |
I think yes, there are several reasons, there is much more flexibility to choose, what will be included in the result and above all we can easily include our own categories and the order in which they will appear in the result. |
so I took your CSVs and rename them to txt add them to wildcard dir of wildcards and use tagcomplete to call them
from what I can see this is the same function of you as your extensions maybe I'm missing something obvious if you continue to develop I suggest you stop calling your categories CSVs because there are not, CSV is Comma-separated_values you're using New Line separated values, which is |
Thanks for your suggestions, I'll look into it. I updated the script to remove the gradio warnings. |
Hello, do you intend to do the merge or not ? Because otherwise I will broadcast the github url. |
oh I was waiting on you to fix the gradio warning ahhh you wrote "updated" not will update |
Info
Checklist:
Readme.md
index.json
andextension_template.json
have not been modified.entry
is placed in theextensions
directory with the.json
file extension.