-
I was looking at the [FLUX.1-dev FP8 example code](https://huggingface.co/docs/diffusers/main/en/api/pipelines/flux#single-file-loading-for-the-fluxtransformer2dmodel) in the documentation and noticed…
-
I am experiencing a memory leak while running my application, which is to run an MMLU accuracy test on my Radeon 780M iGPU via DirectML.
Each inference adds tens-hundreds of megabytes to the total …
-
### System Info
node: 22.7
nextjs: 14
### Environment/Platform
- [X] Website/web-app
- [ ] Browser extension
- [X] Server-side (e.g., Node.js, Deno, Bun)
- [ ] Desktop app (e.g., Electron)
- [ ] O…
-
### What behavior of the library made you think about the improvement?
```
generator = outlines.generate.json(model, MyModel)
answer = generator(prompt)
```
Answer is now type hinted as `str | …
-
### Description
The SEO defaults in the AI Content Generator App do not follow [length guidelines](https://www.contentful.com/seo-guide/on-page-seo/#meta-description), causing prompts to return gener…
-
I want to use a Flux.1 Dev LoRa from a huggingface repo [https://huggingface.co/adirik/flux-cinestill](url) . I got the safetensors file and I run it with the diffusers library with the python script …
-
### Self Checks
- [X] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general).
- [X] I have s…
-
How to set the language type of the generated questions when creating a test set?
code:
```py
import nest_asyncio
nest_asyncio.apply()
from ragas.testset import TestsetGenerator
from ragas.tests…
-
This is kind of tricky and it would be awesome to add this
Library plan: `inquirer-test`
-
### Describe the bug
batched diffusers pipeline inference is really slow
### Reproduction
```
class prompt_data(Dataset):
def __init__(self,prompt_file):
self.txt_pr…