IF-webui
IF-webui copied to clipboard
DeepFloyd IF web UI
A conda environment to run the web UI is attached. Download : [DeepFloyd_IF.zip](https://github.com/niklasku/IF-webui/files/12279945/DeepFloyd_IF.zip) or copy paste this to yaml file to import to anaconda : name: DeepFloyd_IF channels: - pytorch...
I run it in a server with Tesla M40. In loadding model,it's show >Getting T5 embs... Traceback (most recent call last): File "/home/maoweicao/miniconda3/envs/if-webui/lib/python3.10/site-packages/gradio/routes.py", line 437, in run_predict output = await...
How long exactly does it take to generate an image ? Cause when I run it, it just keeps running, doesn't generate anything just keeps increasing STEP count but nothing...
Is this, or could this UI be made, compatible with this Mac-specific IF fork: https://github.com/brkirch/DeepFloyd-IF-example-Mac? The fork works but is hard to use because it requires editing a script file...
torch.cuda.OutOfMemoryError: CUDA out of memory. Tried to allocate 16.00 GiB (GPU 0; 23.99 GiB total capacity; 7.31 GiB already allocated; 14.07 GiB free; 7.36 GiB reserved in total by PyTorch)...
Hey! Is there a chance we could get LoRA loading as described here https://github.com/huggingface/diffusers/pull/3360 in the webui?