DataMen

Results 5 issues of DataMen

The repository says that a method for finding trends in real time has been added. But when you try to check-an error: 'TrendReq' object has no attribute 'realtime_trending_searches' My version...

Hello! Will this model be added to diffusers as a pipeline?

Why does the model take so long to generate images if I uploaded the pipeline to cuda? ![1](https://github.com/user-attachments/assets/34845ba3-e5a7-4a11-a6e6-8a4e8b05434e)

When I try to use the original pipeline img2img - StableDiffusionImg2ImgPipeline I get the error: StableDiffusionImg2ImgPipeline.__init__() got an unexpected keyword argument 'controlnet' When using the pipeline with controlnet in this...

Hello! I set device_map='balanced' and get images generated in 2.5 minutes (expected in 12-20 seconds), while in pipe.hf_device_map it shows that the devices are distributed like this: { "transformer": "cuda:0",...