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 Presets #324

Merged
merged 4 commits into from
Oct 18, 2022
Merged

Advanced Presets #324

merged 4 commits into from
Oct 18, 2022

Conversation

carson-katri
Copy link
Owner

@carson-katri carson-katri commented Oct 17, 2022

This adds the ability to create and load presets for the 'Advanced' panel with the built-in Blender UI:
Screen Shot 2022-10-16 at 9 06 22 PM

Three defaults are included:

  • Preview - lower steps for prototyping
    • Steps 25
    • Show Steps: Off
  • Final - higher steps for final generations
    • Steps 50
    • Show Steps: Off
  • Debug - shows each step
    • Steps 25
    • Show Steps: On

Note Model weights were moved to weights/stable-diffusion-v1.4, so they are no longer in stable_diffusion/models/ldm/stable-diffusion-v1

@NullSenseStudio
Copy link
Collaborator

I'll try to get a proper look at this tomorrow.

Copy link
Collaborator

@NullSenseStudio NullSenseStudio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works great!

Might be useful to have an extra button somewhere to re-add the default presets if someone accidentally deleted theirs, or could just have each default preset individually checked and copied instead of checking for the parent directory in register_default_presets().

@carson-katri carson-katri added this to the v0.0.8 milestone Oct 18, 2022
Copy link
Collaborator

@NullSenseStudio NullSenseStudio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect

@carson-katri carson-katri merged commit 5e860d4 into main Oct 18, 2022
@carson-katri carson-katri deleted the advanced_presets branch October 18, 2022 17:29
JasonHoku pushed a commit to JasonHoku/dream-textures that referenced this pull request Dec 20, 2022
* Add 'Advanced' panel presets

* Update submodules

* Move model weights for more control

* Add option to restore default presets
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

2 participants