Qortora · Search · Indexed page

discuss.huggingface.coFetched 2026-08-17T11:48:10Z

Report: Not working 3 - Spaces - Hugging Face Forums

Traceback (most recent call last): File "/app/app.py", line 14, in <module> api = APIHandler() # <-- FIXED: no api_key anymore File "/app/api_handler.py", line 29, in __init__ from generate import Le…

Open original source · Full cached text

Report: Not working 3 - Spaces - Hugging Face Forums = 40rem)" rel="stylesheet" data-target="discourse-ai_desktop" /> = 40rem)" rel="stylesheet" data-target="discourse-reactions_desktop" /> = 40rem)" rel="stylesheet" data-target="poll_desktop" /> Report: Not working 3 Spaces Gertie2013 June 5, 2026, 6:01pm 1 Traceback (most recent call last): File "/app/app.py", line 14, in <module> api = APIHandler() # <-- FIXED: no api_key anymore File "/app/api_handler.py", line 29, in __init__ from generate import LeVoPipeline # from Tencent's repo ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ModuleNotFoundError: No module named 'generate' Here: New Riffusion - a Hugging Face Space by Gertie2013 @John6666 John6666 June 6, 2026, 12:52am 2 I’m sure it wouldn’t be too hard to fix that error, but could you please describe the functionality you want to implement in that space using “natural language” rather than just model names? Just a few lines would be fine… Otherwise, while I can fix the error itself, I won’t be able to make it work properly. Gertie2013 June 6, 2026, 11:02pm 3 The tencent/SongGeneration model is primarily designed as a large-scale framework (LeLM and music codec) with parameters extending into the billions. Because of its immense memory requirements and specialized inference architecture, it cannot be hosted on Hugging Face’s free CPU-based Inference API. The daydreamlive/DreamVAE model is not available through the free hosted API because it requires specific, dedicated hardware. Inference requires a robust machine with around ~ 7.5 GB of VRAM and 27 GB of RAM, which exceeds the limitations of the free Hugging Face infrastructure. John6666 June 7, 2026, 3:26am 4 Yeah. That’s right. And that’s a problem that can’t be solved even with the best programming or coding. Generative AI is very powerful, but “it’s not magic. It’s technology.” It’s technology that makes it easy to achieve what’s possible. So, it can’t make the impossible possible. By the way, even without generative AI, it’s impossible for me, at least, to make the impossible possible. So, as a minimum solution, you’ll probably need to rent a GPU from HF for a fee, or if that’s not possible, you’ll need to find some kind of existing API. However, APIs aren’t usually free either. Gertie2013 June 10, 2026, 4:17pm 5 I tried to download the models from their repos. John6666 June 11, 2026, 7:52am 6 Oh, I see. Running OSS models on a local PC is one option. If you have a PC with a really powerful GeForce GPU, you could probably get it to work with enough effort… But if it’s like my PC’s GPU with only 8GB of VRAM, it might run, but it’ll be super slow… VRAM capacity isn’t the only indicator of GPU performance, but when it comes to generative AI, running out of VRAM is the biggest hurdle you’ll face. In that case, it’s pretty hopeless—it’s easier to just buy a new GPU or rent one on the cloud. Or, if a model is too large to run, you could look for a different, lighter model with a similar purpose. Gertie2013 June 12, 2026, 12:36pm 7 Why don’t you prove it by duplicating my space: New Riffusion - a Hugging Face Space by Gertie2013 John6666 June 12, 2026, 10:44pm 8 What does that mean??? Gertie2013 August 8, 2026, 10:20pm 9 Can you help me complete this app: Many Happy Returns 5 - a Hugging Face Space by Gertie2013 It needs: ai-forever/rudalle-Malevich · Hugging Face John6666 August 9, 2026, 6:45am 10 Hmm… No idea but maybe like this? Gertie2013/many-happy-returns-5 · Upload 34 files Gertie2013 August 10, 2026, 12:56am 11 Very good. Now, can you help me complete this app: Many Happy Returns 6 - a Hugging Face Space by Gertie2013 It needs: stabilityai/stable-diffusion-xl-base-1.0 · Hugging Face @John6666 John6666 August 10, 2026, 9:55pm 12 I think it’s possible, but running SDXL on a CPU would be difficult. If you’re using a GPU, it’s not difficult.