Sign In

Wildcards for Prometheus - camera angles and shots

129
2.2k
20
Updated: Oct 5, 2024
toolcamerawildcard
Type
Wildcards
Stats
2,163
Reviews
Published
Jul 25, 2023
Base Model
Other
Hash
AutoV2
731A6C17AE
Holiday 2024: Donor
DonMischo's Avatar
DonMischo

Dr. Derps Prometheus package features a ton of hypernetworks for camera angles and shots, to give you better control of your images. For detailed infos have a look at the model page.

I made those wildcards after a little chat about this package in Discord.

Usage:

Usage is pretty much the same as for "regular" wildcards.

You need the SD Dynamic Prompt Extension. Put the files directly into the wildcard folder:

~\stable-diffusion-webui\extensions\sd-dynamic-prompts\wildcards 

They show up as a menu on the left in the Wildcards tab.

The YAML is structured and indented (that's how they work). Just with a little difference. You have to add the category layers in the wildcard.

# choose random weight in 5 suggested strengths (.55,.45,.35,.25,.15)
__dr.derp-hypernetworks/front-shot/full-body__ ${weight=!__weight/*__} 

# chooses set weight
__dr.derp-hypernetworks/front-shot/full-body__ ${weight=.42} 

# you can make it random by adding a wildcard character *
# the example will choose from all angles, but be full body
__dr.derp-hypernetworks/*/full-body__ ${weight=.42} 

# the example will choose from all shots, but be front-shot
__dr.derp-hypernetworks/front-shot/*__ ${weight=.42} 

Content

dr.derp-hypernetworks:
    front-shot:
        full-body:
        medium-shot:
        cowboy-shot:
        upper-body-shot:
        close-up-shot:
        extreme-close-up-shot:
    side-shot:
        full-body:
        medium-shot:
        cowboy-shot:
        upper-body-shot:
        close-up-shot:
        extreme-close-up-shot:
    profile-shot:
        full-body:
        medium-shot:
        cowboy-shot:
        upper-body-shot:
        close-up-shot:
        extreme-close-up-shot:
    back-side-shot:
        full-body:
        medium-shot:
        cowboy-shot:
        upper-body-shot:
        close-up-shot:
        extreme-close-up-shot:
    back-shot:
        full-body:
        medium-shot:
        cowboy-shot:
        upper-body-shot:
        close-up-shot:
        extreme-close-up-shot:
weight:
    strong:
    moderate:
    medium:
    modest:
    weak: