camenduru

Results 141 comments of 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 ![Screenshot 2023-02-28 142942](https://user-images.githubusercontent.com/54370274/221841337-d0d08b6a-ca34-4ea7-a4a5-41eb86a7f659.png)

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

@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...