mirror of
https://github.com/brycedrennan/imaginAIry
synced 2024-10-31 03:20:40 +00:00
feature: support additional metadata attributes (#271)
added `init-image-strength` and `model` so they can be fully displayed on png info inspectors or stable diffusion browsers such as https://breadboard.me
This commit is contained in:
parent
81b4a0687b
commit
be7f8f3c2a
@ -266,7 +266,7 @@ class ImaginePrompt:
|
||||
return (
|
||||
f'"{self.prompt_text}" {self.width}x{self.height}px '
|
||||
f'negative-prompt:"{self.negative_prompt_text}" '
|
||||
f"seed:{self.seed} prompt-strength:{self.prompt_strength} steps:{self.steps} sampler-type:{self.sampler_type}"
|
||||
f"seed:{self.seed} prompt-strength:{self.prompt_strength} steps:{self.steps} sampler-type:{self.sampler_type} init-image-strength:{self.init_image_strength} model:{self.model}"
|
||||
)
|
||||
|
||||
def as_dict(self):
|
||||
|
Loading…
Reference in New Issue
Block a user