TheLastBen / fast-stable-diffusion

fast-stable-diffusion + DreamBooth
MIT License
7.48k stars 1.3k forks source link

please fix this still the same error almost burnt 9 units of gpu #2172

Open rajdeepjaiswall opened 1 year ago

rajdeepjaiswall commented 1 year ago

Loading weights [43c90409bd] from /content/gdrive/MyDrive/sd/stable-diffusion-webui/models/Stable-diffusion/model.ckpt Creating model from config: /content/gdrive/MyDrive/sd/stablediffusion/configs/stable-diffusion/v2-inference-v.yaml LatentDiffusion: Running in v-prediction mode DiffusionWrapper has 865.91 M params. Applying scaled dot product cross attention optimization. Textual inversion embeddings loaded(0): Model loaded in 74.1s (load weights from disk: 62.1s, find config: 4.3s, load config: 1.9s, create model: 0.4s, apply weights to model: 3.1s, apply half(): 1.3s, move model to device: 1.0s). Traceback (most recent call last): File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/webui.py", line 337, in webui() File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/webui.py", line 240, in webui shared.demo = modules.ui.create_ui();shared.demo.queue(concurrency_count=999999,status_update_rate=0.1) File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/ui.py", line 461, in create_ui txt2img_prompt, txt2img_prompt_styles, txt2img_negativeprompt, submit, , _, txt2img_prompt_style_apply, txt2img_save_style, txt2img_paste, extra_networks_button, token_counter, token_button, negative_token_counter, negative_token_button = create_toprow(is_img2img=False) File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/ui.py", line 284, in create_toprow with gr.Row(elem_id=f"{id_part}_toprow", variant="compact"): File "/usr/local/lib/python3.10/dist-packages/gradio/layouts.py", line 44, in init super().init(visible=visible, elem_id=elem_id, kwargs) File "/usr/local/lib/python3.10/dist-packages/gradio/blocks.py", line 274, in init super().init(visible=visible, render=render, kwargs) File "/usr/local/lib/python3.10/dist-packages/gradio/blocks.py", line 79, in init self.render() File "/usr/local/lib/python3.10/dist-packages/gradio/blocks.py", line 94, in render if isinstance(self, components.TempFileManager): AttributeError: module 'gradio.components' has no attribute 'TempFileManager'....... i tried everything itsnot working the other altrnative is also crashing

TheLastBen commented 1 year ago

I could not reproduce the error

rajdeepjaiswall commented 1 year ago

so how can it get fixed

TheLastBen commented 1 year ago

have you tried ngrok ?

rajdeepjaiswall commented 1 year ago

yes i did but nothing happened

rajdeepjaiswall commented 1 year ago

i tried unistalling gratio and re installing it but it gives this error now image