Teriks

Results 9 issues of Teriks

Twice now I have not been at my computer and generated a first layer test from my mobile phone from chrome to upload to octoprint. The resulting G-Code seems to...

### Describe the bug You cannot provide an auth token value to the **kwargs of [``load_textual_inversion``](https://github.com/huggingface/diffusers/blob/cf6e0407e051467b480830d3ed97d2873b5019d3/src/diffusers/loaders/textual_inversion.py#L267) in ``src/diffusers/loaders/textual_inversion.py`` due to it being a named argument used for another purpose. It...

bug

### Describe the bug I am not sure if this is a bug, but the documentation does not mention a limitation to power of 2 that I can find. Generating...

bug

### Describe the bug In version 0.24.0, on line 283 of ``schedulers\scheduling_euler_discrete.py`` https://github.com/huggingface/diffusers/blob/76c645d3a641c879384afcb43496f0b7db8cc5cb/src/diffusers/schedulers/scheduling_euler_discrete.py#L283 An exception occurs when ``sigmas`` is a Tensor object and not a numpy array, when `self.config.interpolation_type ==...

bug
good first issue
contributions-welcome

### Describe the bug There seems to be an issue with certain non power of 2 sized control net guidance images when using SD3ControlNetModel ### Reproduction ``` import diffusers import...

bug

The PidiNet detector cannot run on any other GPU aside from GPU 0 due always initializing a specific tensor on the first available GPU. Changing this line of code so...

Any plans for a PyPi release for Python 3.12?

It seems like it might be possible for this to work with stable cascade? I am wondering if there is a working snippet for prior + decoder or if it...

Stable Cascade support in `EmbeddingsProvider` via new returned embeddings type. Usage: ```python import gc import torch import compel from diffusers import StableCascadePriorPipeline, StableCascadeDecoderPipeline device = 'cuda' prompt = "an image...