Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
d3x-at committed Jun 26, 2024
1 parent fcd7f4f commit fc2a357
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,11 @@ The output returned from `ParserManager` is a `PromptInfo` object (as can be see

Otherwise, a simple concatenation of all negative prompts found.

* `prompts`: Prompts as found in the parsed metadata.
* `prompts`: All prompts found in the parsed metadata.

* `negative_prompts`: Negative prompts as found in the parsed metadata.
* `negative_prompts`: All negative prompts found in the parsed metadata.

* `models`: Models used in the image generation process.

* `samplers`: Samplers used in the image generation process.

Expand All @@ -110,8 +112,6 @@ The output returned from `ParserManager` is a `PromptInfo` object (as can be see
* `prompts`: A list of positive prompts used by this sampler.
* `negative_prompts`: A list of negative prompts used by this sampler.

* `models`: Models used in the image generation process.

* `metadata`: Additional metadata which could not be attributed to one of the former described.

Highly dependent on the provided data structure of the respective image generator.
Expand Down

0 comments on commit fc2a357

Please sign in to comment.