Haoming

Results 17 issues of Haoming

### Context If you *"mess up"* your Python virtual environment *(`venv`)*, such as installing Extensions that cause package version conflicts, one of the easiest way to solve this is to...

## Description - **a simple description of what you're trying to accomplish:** Check the updates for all Extensions at once rather than one by one - On my system, checking...

## Description - **Simple Description:** Currently, in certain situations *(see **Repro**)*, the `Emphasis` parameter would be missing from the infotext - **Summary of Changes:** Moved the code that adds this...

1. Added 3 block informations to the `transformer_options` for **Wan**: - **block_index** - the index of the current block - **total_blocks** - the total amount of blocks of that type...

Core

## (Barebone) Implementation of [DyPE](https://github.com/guyyariv/DyPE) > **DyPE** *(Dynamic Position Extrapolation)* enables pre-trained diffusion transformers to generate ultra-high-resolution images far beyond their training scale #### Status - contains redundant logics -...

- Convert the `block_index` from `int` to a `torch.Tensor`, to support `torch.compile` - **dtype:** `torch.uint8` - **device:** ~~input's device~~ `cpu`

Core