Vinh H. Pham

Results 12 issues of Vinh H. Pham

I'm working on translating cs-221-states-models

in progress

I'm working on translating this cheatsheet

in progress

Hi @shervinea , this is the complete translation for cs-221-reflex-models. Please help me add `reviewer wanted` label. Thank you

reviewer wanted

### Model/Pipeline/Scheduler description ResAdapter support image generation in arbitrary resolution for comunity models. The result is quite interesting Project page: https://res-adapter.github.io/ Github: https://github.com/bytedance/res-adapter ### Open source status - [X] The...

### Model/Pipeline/Scheduler description A competitor of LCM-Lora, with higher generation quality and consistency regardless number of steps Project page: https://piecewise-rectified-flow.github.io/ Github: https://github.com/magic-research/piecewise-rectified-flow/tree/main ### Open source status - [X] The model...

### Model/Pipeline/Scheduler description The paper's authors performs an analysis and proposes 1 line change in order to make Classifier-Free Guidance looks better ![cfg](https://github.com/huggingface/diffusers/assets/23548268/95e6801a-d734-4a50-bfbc-1d48a224f248) I personally run some test to confirm...

# What does this PR do? Using diffusers `save_pretrained` give me an preprocessor config like bellow ``` { "_valid_processor_keys": [ "images", "do_resize", "size", "resample", "do_center_crop", "crop_size", "do_rescale", "rescale_factor", "do_normalize", "image_mean",...

# What does this PR do? Fixes #7985 ## Before submitting - [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if...

### Describe the bug When use IPAdapter with torch.compile will return error message below: ``` torch._dynamo.exc.Unsupported: UNPACK_SEQUENCE NNModuleVariable() ``` Due to the use of this line https://github.com/huggingface/diffusers/blob/main/src/diffusers/models/embeddings.py#L879 Which can be...

bug