camenduru
camenduru
Hi @marctytus π the invite link is working. Please try again.
Hi @yesyeahvh123 π Hi @Metheenami π Hi @DeedgeMatrixGrafx π please try it again with v2.0 maybe it will works now
Hi @Enferlain please try other tunnels 
now we have --multiple tunnels at the same time π₯³ `cloudflared` and `remotemoe` and `gradio` and do not use gradio link we are getting ERROR: Exception in ASGI application
did you try this https://www.kaggle.com/code/camenduru/stable-diffusion-webui-kaggle
very cool conda thanks for sharing β€
@Gazzoo-byte thanks for the PR β€ maybe this is a better solution https://github.com/Stability-AI/stablediffusion/blob/d55bcd4d31d0316fcbdf552f2fd2628fdc812500/ldm/models/diffusion/ddpm.py#L903 `logvar_t = self.logvar[t].to(self.device)` to `logvar_t = self.logvar[t.item()].to(self.device)`
Hi @abidlabs π I am working on this https://huggingface.co/spaces/camenduru/webui I will use π File Browser component for Textual Inversion and Dreambooth Training, user will upload images .jpg or .png from...
@aliabid94 how user browse and download files when training done? Please build a simple π File Browser component π€ needs a simple input output gradio can give π€ this fundamental...