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)
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.
use the A1111 notebook for inference