Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
This Python script provides advanced parsing and scheduling functionality for prompts in Stable Diffusion models. It supports:

Weighted and scheduled prompt modifications using brackets ([ ], ( ), { }) and the separator :.
Parsing complex prompt structures for conditional generation, including grouped descriptions and de-emphasis weights.
Multiconditional learned conditioning with support for dynamic scheduling over sampling steps.
Attention parsing for fine-grained control over prompt focus (e.g., [(word:1.2)] for emphasis).
  • Loading branch information
Kittensx authored Nov 25, 2024
1 parent 6b69503 commit bc8fe02
Showing 1 changed file with 541 additions and 0 deletions.
Loading

0 comments on commit bc8fe02

Please sign in to comment.