Danylo Kelvich
Danylo Kelvich
@mturoci it doesn't work for me
@mturoci sure ```py from h2o_wave import main, app, Q, ui @app('/downloads') async def serve(q: Q): download_path, = await q.site.upload(['data/img.png']) q.page['download'] = ui.form_card(box='1 1 2 2', items = [ ui.link(label='Download Results',...
@YuvalNirkin any updates perhaps?
Same, but I have: Library not found for -lPods-PyTorchDemo @AAAblaze have you found a solution yet?
@xta0 can you take a look, please?
There is no such file. 404 Client Error: Entry Not Found for url: https://huggingface.co/CompVis/stable-diffusion-v1-4/resolve/main/config.json Edit: Issue resolved.
@pdjohntony try to update transformers library `pip install -U transformers`
Still same error. Default model (1.5), new method.
@TheLastBen This is weird. I've checked the original diffusers and your fork and it seems that colab code does not resemble either of them.