fast-stable-diffusion icon indicating copy to clipboard operation
fast-stable-diffusion copied to clipboard

fast-dreambooth gradio error

Open dave27652 opened this issue 8 months ago • 2 comments

made sure i was using latest notebook. tried installing gradio 3.44 based off a post. still bombs. any workarounds? edit added: this is using fast-dreambooth.

Traceback (most recent call last): File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/webui.py", line 22, in import gradio File "/usr/local/lib/python3.11/dist-packages/gradio/init.py", line 3, in import gradio.components as components File "/usr/local/lib/python3.11/dist-packages/gradio/components/init.py", line 1, in from gradio.components.annotated_image import AnnotatedImage File "/usr/local/lib/python3.11/dist-packages/gradio/components/annotated_image.py", line 13, in from gradio.components.base import IOComponent, _Keywords File "/usr/local/lib/python3.11/dist-packages/gradio/components/base.py", line 29, in from gradio.blocks import Block, BlockContext File "/usr/local/lib/python3.11/dist-packages/gradio/blocks.py", line 23, in from gradio import ( ImportError: cannot import name 'encryptor' from partially initialized module 'gradio' (most likely due to a circular import) (/usr/local/lib/python3.11/dist-packages/gradio/init.py)

dave27652 avatar Jun 13 '25 16:06 dave27652

im not very savvy about how to report an error properly, if there is any information i need to provide i will do my best to find it. or if anybody can point me in the right direction on how to solve it, im happy to do the legwork.

dave27652 avatar Jun 14 '25 13:06 dave27652

use the A1111 notebook for inference

TheLastBen avatar Jun 18 '25 16:06 TheLastBen