Ariel
Ariel
Hi, I'm trying to inpaint without streamlit using the **scripts/inpaint.py** but i get this error ``` Traceback (most recent call last): File "scripts/inpaint.py", line 83, in c = model.cond_stage_model.encode(batch["masked_image"]) File...
Hey ! 👋 Thanks for another great project ! This pull request makes it possible to run your model up-scaling model inside a Docker environment, which makes it easier for...
Hi I'm using blip-2 and the loading of the models into GPU (weights cached) works very slowly `AutoModelForCausalLM.from_pretrained('facebook/opt-6.7b', cache_dir=".") ` `load_model_and_preprocess(name="img2prompt_vqa", model_type="base", is_eval=True, device=device)` each take a few minutes. Is...
Hi, is 38 seconds normal for the upscaling model to run? How fast do you expect it to run on a V100?
Hey @PeterL1n ! 👋 Thanks for this wonderful project! This pull request makes it possible to run your model inside a Docker environment, which makes it easier for other people...
Hey @JackLee396 ! 👋 Thanks for this very cool project. I was happy to see depth from stereo is an ongoing research area. This pull request makes it possible to...
Hi, Thanks for this great work and for uploading the trained weights. I'm using your pretrained model for inference and I don't really get the purpose of the **cache_size** parameter....
Hey @xuebinqin! 👋 Thank you for uploading the code and trained networks. It works easily and is very usefull. This pull request makes it possible to run your model inside...
Hey @dome272 ! 👋 Thank for this cool model. It's the fastest diffusion model I encountered and can be very usefull! This pull request makes it possible to run your...
Hi, I'm trying to understand the way the _scale_ parameter affects the translation output. The only information I found at the here was in the config file: _"unconditional guidance scale....