Dhruv Nair
Dhruv Nair
Hello, I've been trying to use the **get_scene_graph_of_image** method, but it seems to hang indefinitely.
# What does this PR do? Adds single file support to the StableCascadeUNet, which allows users to load in checkpoints published in the original format. The single file loading logic...
# What does this PR do? There are some issues related to dtypes and torch versions with the Stable Cascade model. This PR: 1. Adds the appropriate information to the...
# What does this PR do? 1. Adds the conversion script for Stable Cascade Lite 2. Updates the conversion script for Stable Cascade to support the `variant` argument Fixes #...
# What does this PR do? We were passing the wrong embedding to the Decoder Pipeline, which resulted in weird artifacts. Fixes # (issue) #7266 ## Before submitting - [...
# What does this PR do? Add AnimateDiff SparseCntrl model to diffusers https://github.com/guoyww/AnimateDiff/tree/main?tab=readme-ov-file#202312-animatediff-v3-and-sparsectrl TODO: - [x] Convert checkpoints to diffusers format - [x] Add sparse control pipeline and sparse controlnet...
# What does this PR do? `set_additional_components` for SDXL refiner based pipelines in `from_single_file` is breaking because no checkpoint argument is passed in. This PR 1. Passes in the checkpoint...
# What does this PR do? The The UNet2DConditionModel has become quite large is starting to become quite difficult to understand and maintain. In order to simplify this a bit,...
# What does this PR do? There's some confusion around how `num_attention_heads` is being used in the 3D UNet + Block. This PR attempts to fix the issue by correcting...
SDXL for Outpainting functionality can be improved. Attached are some attempts at Outpainting with `StableDiffusionXLInpaintPipeline` and `stabilityai/stable-diffusion-xl-base-1.0` checkpoint. Given this image/mask combination ((black pixels ignored and white pixels are to...