-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Closed
Labels
bugSomething isn't workingSomething isn't workingstaleIssues that haven't received updatesIssues that haven't received updates
Description
Describe the bug
I notice that width, height variables are not initialized as self.unet.config.sample_size * self.vae_scale_factor said in the doc
https://github.com/huggingface/diffusers/blob/main/src/diffusers/pipelines/controlnet/pipeline_controlnet.py#L1024
I'm not sure if this is intentional, else it would cause division error between two None varables when #6360 is merged
Reproduction
None
Logs
No response
System Info
diffusersversion: 0.25.0.dev0- Platform: Linux-4.18.0-408.el8.x86_64-x86_64-with-glibc2.28
- Python version: 3.9.18
- PyTorch version (GPU?): 2.1.2+cu121 (True)
- Huggingface_hub version: 0.20.1
- Transformers version: 4.36.2
- Accelerate version: 0.25.0
- xFormers version: not installed
Who can help?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingstaleIssues that haven't received updatesIssues that haven't received updates