Skip to content
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

[advanced dreambooth lora training script][bug_fix] change token_abstraction type to str #6040

Merged
merged 10 commits into from Dec 4, 2023

Conversation

linoytsaban
Copy link
Contributor

@linoytsaban linoytsaban commented Dec 4, 2023

Bug fix to advanced Dreambooth LoRA SDXL training script:
changes token_abstraction arg type to str to fix bug when using tensorboard with multiple identifiers input as a List.
Support of multiple concepts when using pivotal tuning will now be done using a comma separated string, e.g. "TOK, TOK2,TOK3" etc. Default remains "TOK".

cc @apolinario

@HuggingFaceDocBuilderDev

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint.

@linoytsaban linoytsaban marked this pull request as ready for review December 4, 2023 10:20
@apolinario apolinario merged commit 880c0fd into huggingface:main Dec 4, 2023
20 checks passed
AmericanPresidentJimmyCarter pushed a commit to AmericanPresidentJimmyCarter/diffusers that referenced this pull request Apr 26, 2024
…raction type to str (huggingface#6040)

* improve help tags

* style fix

* changes token_abstraction type to string.
support multiple concepts for pivotal using a comma separated string.

* style fixup

* changed logger to warning (not yet available)

* moved the token_abstraction parsing to be in the same block as where we create the mapping of identifier to token

---------

Co-authored-by: Linoy <linoy@huggingface.co>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants