Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Prompt Editing Crashes Images Generation #16039

Closed
4 of 6 tasks
don1138 opened this issue Jun 18, 2024 · 2 comments
Closed
4 of 6 tasks

[Bug]: Prompt Editing Crashes Images Generation #16039

don1138 opened this issue Jun 18, 2024 · 2 comments
Labels
bug-report Report of a bug, yet to be confirmed

Comments

@don1138
Copy link

don1138 commented Jun 18, 2024

Checklist

  • The issue exists after disabling all extensions
  • The issue exists on a clean installation of webui
  • The issue is caused by an extension, but I believe it is caused by a bug in the webui
  • The issue exists in the current version of the webui
  • The issue has not been reported before recently
  • The issue has been reported before but has not been fixed yet

What happened?

When using Prompt editing with a when values, the generation errors out.

For example, [cat:dog:0.5] crashes, as does [cat:dog:5].

[cat:dog] generates an image of two cats.

( Perhaps unrelated, but alternating words [cat|dog] works correctly. )

Steps to reproduce the problem

  1. Launch WebUI
  2. Add prompt [cat:dog:0.5]
  3. Press Generate button

Generation fails with error message

What should have happened?

WebUI should use the prompt cat for the first half of the steps, then dog for the last half of the steps, and produce an image.

What browsers do you use to access the UI ?

Mozilla Firefox, Google Chrome, Other

Sysinfo

sysinfo-2024-06-18-01-57.json

Console logs

User1@MyMac ~ % cd /Users/User1/stable-diffusion-webui;./webui.sh       

################################################################
Install script for stable-diffusion + Web UI
Tested on Debian 11 (Bullseye), Fedora 34+ and openSUSE Leap 15.4 or newer.
################################################################

################################################################
Running on User1 user
################################################################

################################################################
Repo already cloned, using it as install directory
################################################################

################################################################
Create and activate python venv
################################################################

################################################################
Launching launch.py...
################################################################
Python 3.10.14 (main, Mar 19 2024, 21:46:16) [Clang 15.0.0 (clang-1500.1.0.2.5)]
Version: v1.9.4
Commit hash: feee37d75f1b168768014e4634dcb156ee649c05

Launching Web UI with arguments: --skip-torch-cuda-test --upcast-sampling --opt-sub-quad-attention --use-cpu interrogate --no-half-vae --medvram-sdxl --disable-safe-unpickle --api

no module 'xformers'. Processing without...
no module 'xformers'. Processing without...
No module 'xformers'. Proceeding without it.

Warning: caught exception 'Torch not compiled with CUDA enabled', memory monitor disabled
OMP: Info #276: omp_set_nested routine deprecated, please use omp_set_max_active_levels instead.
[sdwi2iextender] Developper warning:
[sdwi2iextender] ./modules/img2img.py is being recompiled at run time with a patch. Your debugger will not work in this file.
[sdwi2iextender] If you need debug tools in this file, disable all extensions that use the sdwi2iextender library.
[sdwi2iextender] This patch is temporary and will be removed when v1.9 will be released.
Loading weights [6af0bd7153] from /Users/User1/stable-diffusion-webui/models/Stable-diffusion/anime/Break Domain/BreakDomain Realistic R2462/BreakDomain Realistic R2462.safetensors
Creating model from config: /Users/User1/stable-diffusion-webui/configs/v1-inference.yaml
/Users/User1/stable-diffusion-webui/venv/lib/python3.10/site-packages/huggingface_hub/file_download.py:1132: FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`.
  warnings.warn(
Running on local URL:  http://127.0.0.1:7860

To create a public link, set `share=True` in `launch()`.

Startup time                           : 4.8s (
  prepare environment                  : 0.2s, 
  import torch                         : 1.7s, 
  import gradio                        : 0.4s, 
  setup paths                          : 0.6s, 
  initialize shared                    : 0.1s, 
  other imports                        : 0.4s, 
  load scripts                         : 0.6s, 
  create ui                            : 0.3s, 
  add APIs                             : 0.2s).

Loading VAE weights specified in settings: /Users/User1/stable-diffusion-webui/models/VAE/KL F8 Anime/KL F8 Anime2 fp16.pt
Applying attention optimization: sub-quadratic... done.

Model loaded in                        : 2.2s (
  create model                         : 0.5s, 
  apply weights to model               : 0.5s, 
  load VAE                             : 0.1s, 
  move model to device                 : 0.1s, 
  load textual inversion embeddings    : 0.7s, 
  calculate empty prompt               : 0.2s).

ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "/Users/User1/stable-diffusion-webui/venv/lib/python3.10/site-packages/uvicorn/protocols/websockets/websockets_impl.py", line 244, in run_asgi
    result = await self.app(self.scope, self.asgi_receive, self.asgi_send)  # type: ignore[func-returns-value]
  File "/Users/User1/stable-diffusion-webui/venv/lib/python3.10/site-packages/uvicorn/middleware/proxy_headers.py", line 70, in __call__
    return await self.app(scope, receive, send)
  File "/Users/User1/stable-diffusion-webui/venv/lib/python3.10/site-packages/fastapi/applications.py", line 273, in __call__
    await super().__call__(scope, receive, send)
  File "/Users/User1/stable-diffusion-webui/venv/lib/python3.10/site-packages/starlette/applications.py", line 122, in __call__
    await self.middleware_stack(scope, receive, send)
  File "/Users/User1/stable-diffusion-webui/venv/lib/python3.10/site-packages/starlette/middleware/errors.py", line 149, in __call__
    await self.app(scope, receive, send)
  File "/Users/User1/stable-diffusion-webui/venv/lib/python3.10/site-packages/starlette/middleware/base.py", line 26, in __call__
    await self.app(scope, receive, send)
  File "/Users/User1/stable-diffusion-webui/venv/lib/python3.10/site-packages/starlette/middleware/base.py", line 26, in __call__
    await self.app(scope, receive, send)
  File "/Users/User1/stable-diffusion-webui/venv/lib/python3.10/site-packages/starlette/middleware/cors.py", line 76, in __call__
    await self.app(scope, receive, send)
  File "/Users/User1/stable-diffusion-webui/venv/lib/python3.10/site-packages/starlette/middleware/gzip.py", line 26, in __call__
    await self.app(scope, receive, send)
  File "/Users/User1/stable-diffusion-webui/venv/lib/python3.10/site-packages/starlette/middleware/exceptions.py", line 79, in __call__
    raise exc
  File "/Users/User1/stable-diffusion-webui/venv/lib/python3.10/site-packages/starlette/middleware/exceptions.py", line 68, in __call__
    await self.app(scope, receive, sender)
  File "/Users/User1/stable-diffusion-webui/venv/lib/python3.10/site-packages/fastapi/middleware/asyncexitstack.py", line 21, in __call__
    raise e
  File "/Users/User1/stable-diffusion-webui/venv/lib/python3.10/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/Users/User1/stable-diffusion-webui/venv/lib/python3.10/site-packages/starlette/routing.py", line 718, in __call__
    await route.handle(scope, receive, send)
  File "/Users/User1/stable-diffusion-webui/venv/lib/python3.10/site-packages/starlette/routing.py", line 341, in handle
    await self.app(scope, receive, send)
  File "/Users/User1/stable-diffusion-webui/venv/lib/python3.10/site-packages/starlette/routing.py", line 82, in app
    await func(session)
  File "/Users/User1/stable-diffusion-webui/venv/lib/python3.10/site-packages/fastapi/routing.py", line 289, in app
    await dependant.call(**values)
  File "/Users/User1/stable-diffusion-webui/venv/lib/python3.10/site-packages/gradio/routes.py", line 619, in join_queue
    if blocks.dependencies[event.fn_index].get("every", 0):
IndexError: list index out of range
*** Error completing request
*** Arguments: ('task(e742yx7z5d9z7rt)', <gradio.routes.Request object at 0x2a1220a90>, '[cat:dog:0.5]', '', [], 1, 1, 7, 512, 512, False, 0.382, 2, '4x_NMKD_Siax_200k', 10, 0, 0, 'Use same checkpoint', 'Use same sampler', 'Use same scheduler', '', '', [], 0, 20, 'DPM++ 2M', 'Karras', False, '', 0.8, 0, False, -1, 0, 0, 0, False, False, False, 0.0, 4, 0.0, 512, 512, True, 'None', 'None', 0, False, False, 'positive', 'comma', 0, False, False, 'start', '', 0, '', [], 0, '', [], 0, '', [], True, False, False, False, False, False, False, 0, False) {}
    Traceback (most recent call last):
      File "/Users/User1/stable-diffusion-webui/modules/call_queue.py", line 57, in f
        res = list(func(*args, **kwargs))
      File "/Users/User1/stable-diffusion-webui/modules/call_queue.py", line 36, in f
        res = func(*args, **kwargs)
      File "/Users/User1/stable-diffusion-webui/modules/txt2img.py", line 109, in txt2img
        processed = processing.process_images(p)
      File "/Users/User1/stable-diffusion-webui/modules/processing.py", line 845, in process_images
        res = process_images_inner(p)
      File "/Users/User1/stable-diffusion-webui/modules/processing.py", line 959, in process_images_inner
        p.setup_conds()
      File "/Users/User1/stable-diffusion-webui/modules/processing.py", line 1495, in setup_conds
        super().setup_conds()
      File "/Users/User1/stable-diffusion-webui/modules/processing.py", line 507, in setup_conds
        self.c = self.get_conds_with_caching(prompt_parser.get_multicond_learned_conditioning, prompts, total_steps, [self.cached_c], self.extra_network_data)
      File "/Users/User1/stable-diffusion-webui/modules/processing.py", line 492, in get_conds_with_caching
        cache[1] = function(shared.sd_model, required_prompts, steps, hires_steps, shared.opts.use_old_scheduling)
      File "/Users/User1/stable-diffusion-webui/modules/prompt_parser.py", line 261, in get_multicond_learned_conditioning
        learned_conditioning = get_learned_conditioning(model, prompt_flat_list, steps, hires_steps, use_old_scheduling)
      File "/Users/User1/stable-diffusion-webui/modules/prompt_parser.py", line 177, in get_learned_conditioning
        prompt_schedules = get_learned_conditioning_prompt_schedules(prompts, steps, hires_steps, use_old_scheduling)
      File "/Users/User1/stable-diffusion-webui/modules/prompt_parser.py", line 132, in get_learned_conditioning_prompt_schedules
        promptdict = {prompt: get_schedule(prompt) for prompt in set(prompts)}
      File "/Users/User1/stable-diffusion-webui/modules/prompt_parser.py", line 132, in <dictcomp>
        promptdict = {prompt: get_schedule(prompt) for prompt in set(prompts)}
      File "/Users/User1/stable-diffusion-webui/modules/prompt_parser.py", line 130, in get_schedule
        return [[t, at_step(t, tree)] for t in collect_steps(steps, tree)]
      File "/Users/User1/stable-diffusion-webui/modules/prompt_parser.py", line 96, in collect_steps
        CollectSteps().visit(tree)
      File "/Users/User1/stable-diffusion-webui/venv/lib/python3.10/site-packages/lark/visitors.py", line 316, in visit
        self._call_userfunc(subtree)
      File "/Users/User1/stable-diffusion-webui/venv/lib/python3.10/site-packages/lark/visitors.py", line 294, in _call_userfunc
        return getattr(self, tree.data, self.__default__)(tree)
      File "/Users/User1/stable-diffusion-webui/modules/prompt_parser.py", line 81, in scheduled
        v = float(s)
    TypeError: float() argument must be a string or a real number, not 'Tree'

---

Additional information

No response

@don1138 don1138 added the bug-report Report of a bug, yet to be confirmed label Jun 18, 2024
@yamosin
Copy link

yamosin commented Aug 2, 2024

I'm also inexplicably getting this issue, using it normally in the afternoon without changing versions or extensions, and getting this error when downloading a new model for testing
After using a brand new, but same version, configuration and extension of the webui, the problem was solved!
Looking at the pip list, I see that the two webui's are using different versions of the dependencies, so I'm guessing it could be a dependency issue?

This pip list is worked

absl-py                   2.1.0
accelerate                0.21.0
addict                    2.4.0
aenum                     3.1.15
aiofiles                  23.2.1
aiohappyeyeballs          2.3.4
aiohttp                   3.10.0
aiosignal                 1.3.1
albumentations            1.4.3
aliyun-python-sdk-alimt   3.2.0
aliyun-python-sdk-core    2.13.10
altair                    5.3.0
antlr4-python3-runtime    4.9.3
anyio                     3.7.1
async-timeout             4.0.3
attrs                     23.2.0
av                        12.3.0
beautifulsoup4            4.12.3
blendmodes                2022
boto3                     1.34.152
botocore                  1.34.152
certifi                   2024.7.4
cffi                      1.16.0
chardet                   5.2.0
charset-normalizer        3.3.2
clean-fid                 0.1.35
click                     8.1.7
clip                      1.0
colorama                  0.4.6
coloredlogs               15.0.1
colorlog                  6.8.2
contourpy                 1.2.1
controlnet-aux            0.0.9
cryptography              43.0.0
cssselect2                0.7.0
cycler                    0.12.1
Cython                    3.0.10
defusedxml                0.7.1
deprecation               2.1.0
depth_anything            2024.1.22.0
depth_anything_v2         2024.7.1.0
diffusers                 0.29.2
dill                      0.3.8
diskcache                 5.6.3
distro                    1.9.0
dsine                     2024.3.23
dynamicprompts            0.31.0
easydict                  1.13
einops                    0.4.1
exceptiongroup            1.2.2
facexlib                  0.3.0
fastapi                   0.94.0
ffmpy                     0.4.0
filelock                  3.15.4
filterpy                  1.4.5
flatbuffers               24.3.25
fonttools                 4.53.1
frozenlist                1.4.1
fsspec                    2024.6.1
ftfy                      6.2.0
fvcore                    0.1.5.post20221221
geffnet                   1.0.2
gitdb                     4.0.11
GitPython                 3.1.32
glob2                     0.5
gradio                    3.41.2
gradio_client             0.5.0
h11                       0.12.0
handrefinerportable       2024.2.12.0
hitherdither              0.1.7
httpcore                  0.15.0
httpx                     0.24.1
huggingface-hub           0.24.5
humanfriendly             10.0
idna                      3.7
imageio                   2.34.2
importlib_metadata        8.2.0
importlib_resources       6.4.0
inflection                0.5.1
insightface               0.7.3
intel-openmp              2021.4.0
iopath                    0.1.9
jax                       0.4.31
jaxlib                    0.4.31
Jinja2                    3.1.4
jmespath                  0.10.0
joblib                    1.4.2
jsonmerge                 1.8.0
jsonschema                4.23.0
jsonschema-specifications 2023.12.1
kiwisolver                1.4.5
kornia                    0.6.7
lark                      1.1.2
lazy_loader               0.4
lightning-utilities       0.11.6
llvmlite                  0.43.0
lxml                      5.2.2
manifold3d                2.5.1
markdown-it-py            3.0.0
MarkupSafe                2.1.5
matplotlib                3.9.1
mdurl                     0.1.2
mediapipe                 0.10.14
mkl                       2021.4.0
ml-dtypes                 0.4.0
mpmath                    1.3.0
multidict                 6.0.5
multiprocess              0.70.16
networkx                  3.3
numba                     0.60.0
numpy                     1.26.2
omegaconf                 2.2.3
onnx                      1.16.2
onnxruntime-gpu           1.18.1
open-clip-torch           2.20.0
openai                    1.38.0
opencv-contrib-python     4.10.0.84
opencv-python             4.10.0.84
opencv-python-headless    4.10.0.84
opt-einsum                3.3.0
orjson                    3.10.6
packaging                 24.1
pandas                    2.2.2
pathos                    0.3.2
piexif                    1.1.3
Pillow                    9.5.0
pillow-avif-plugin        1.4.3
pip                       24.2
platformdirs              4.2.2
portalocker               2.10.1
pox                       0.3.4
ppft                      1.7.6.8
prettytable               3.10.2
protobuf                  4.25.4
psutil                    5.9.5
py-cpuinfo                9.0.0
pycocotools               2.0.8
pycollada                 0.8
pycparser                 2.22
pydantic                  1.10.17
pydub                     0.25.1
PyExecJS                  1.5.1
Pygments                  2.18.0
pyparsing                 3.1.2
pyreadline3               3.4.1
PySocks                   1.7.1
python-dateutil           2.9.0.post0
python-dotenv             1.0.1
python-multipart          0.0.9
pytorch-lightning         1.9.4
pytz                      2024.1
PyWavelets                1.6.0
pywin32                   306
PyYAML                    6.0.1
referencing               0.35.1
regex                     2024.7.24
reportlab                 4.2.2
requests                  2.32.3
resize-right              0.0.2
rich                      13.7.1
rpds-py                   0.19.1
Rtree                     1.3.0
s3transfer                0.10.2
safetensors               0.4.2
scikit-image              0.21.0
scikit-learn              1.5.1
scipy                     1.14.0
seaborn                   0.13.2
segment-anything          1.0
semantic-version          2.10.0
Send2Trash                1.8.2
sentencepiece             0.2.0
setuptools                69.5.1
shapely                   2.0.5
six                       1.16.0
smmap                     5.0.1
sniffio                   1.3.1
sounddevice               0.4.7
soupsieve                 2.5
spandrel                  0.3.4
spandrel_extra_arches     0.1.1
starlette                 0.26.1
supervision               0.22.0
svg.path                  6.3
svglib                    1.5.1
sympy                     1.13.1
tabulate                  0.9.0
tbb                       2021.13.0
termcolor                 2.4.0
threadpoolctl             3.5.0
tifffile                  2024.7.24
timm                      0.6.7
tinycss2                  1.3.0
tokenizers                0.13.3
tomesd                    0.1.3
tomli                     2.0.1
toolz                     0.12.1
torch                     2.3.1+cu121
torchaudio                2.3.1+cu121
torchdiffeq               0.2.3
torchmetrics              1.4.0.post0
torchsde                  0.2.6
torchvision               0.18.1+cu121
tqdm                      4.66.4
trampoline                0.1.2
transformers              4.30.2
trimesh                   4.4.3
typing_extensions         4.12.2
tzdata                    2024.1
ultralytics               8.2.71
ultralytics-thop          2.0.0
urllib3                   2.2.2
uvicorn                   0.30.5
vhacdx                    0.0.8.post1
wcwidth                   0.2.13
webencodings              0.5.1
websockets                11.0.3
wheel                     0.43.0
xatlas                    0.0.9
xformers                  0.0.27
xxhash                    3.4.1
yacs                      0.1.8
yapf                      0.40.2
yarl                      1.9.4
zipp                      3.19.2
ZipUnicode                1.1.1
absl-py                 1.4.0
accelerate              0.21.0
addict                  2.4.0
aenum                   3.1.12
aiofiles                23.1.0
aiohttp                 3.8.4
aiosignal               1.3.1
albumentations          1.4.3
aliyun-python-sdk-alimt 3.2.0
aliyun-python-sdk-core  2.13.10
altair                  4.2.2
antlr4-python3-runtime  4.9.3
anyio                   3.6.2
asttokens               2.2.1
async-timeout           4.0.2
attrs                   23.1.0
av                      10.0.0
backcall                0.2.0
basicsr                 1.4.2
beautifulsoup4          4.12.2
blendmodes              2022
boltons                 23.0.0
boto3                   1.28.40
botocore                1.31.40
cachetools              5.3.0
certifi                 2023.5.7
cffi                    1.15.1
chardet                 4.0.0
charset-normalizer      3.1.0
clean-fid               0.1.35
click                   8.1.3
clip                    1.0
clip-interrogator       0.6.0
colorama                0.4.6
coloredlogs             15.0.1
colorlog                6.8.2
contourpy               1.0.7
controlnet-aux          0.0.9
cryptography            41.0.3
cssselect2              0.7.0
cycler                  0.11.0
Cython                  3.0.10
decorator               5.1.1
deprecation             2.1.0
depth_anything          2024.1.22.0
depth_anything_v2       2024.7.1.0
diffusers               0.29.2
dill                    0.3.7
diskcache               5.6.3
dsine                   2024.3.23
dynamicprompts          0.31.0
easydict                1.13
einops                  0.4.1
entrypoints             0.4
executing               1.2.0
facexlib                0.3.0
fastapi                 0.94.0
ffmpy                   0.3.0
filelock                3.15.4
filterpy                1.4.5
flatbuffers             24.3.25
font-roboto             0.0.1
fonts                   0.0.3
fonttools               4.39.3
freetype-py             2.3.0
frozenlist              1.3.3
fsspec                  2024.6.1
ftfy                    6.1.1
future                  0.18.3
fvcore                  0.1.5.post20221221
gdown                   4.7.1
geffnet                 1.0.2
gfpgan                  1.3.8
gitdb                   4.0.10
GitPython               3.1.32
glob2                   0.5
google-auth             2.17.3
google-auth-oauthlib    1.0.0
gradio                  3.41.2
gradio_client           0.5.0
grpcio                  1.54.0
h11                     0.12.0
handrefinerportable     2024.2.12.0
hitherdither            0.1.7
httpcore                0.15.0
httpx                   0.24.1
huggingface-hub         0.24.5
humanfriendly           10.0
idna                    2.10
imageio                 2.28.1
imageio-ffmpeg          0.4.8
importlib-metadata      6.6.0
importlib-resources     6.0.1
inflection              0.5.1
insightface             0.7.3
intel-openmp            2021.4.0
iopath                  0.1.9
ipython                 8.12.0
jax                     0.4.30
jaxlib                  0.4.30
jedi                    0.18.2
Jinja2                  3.1.4
jmespath                0.10.0
joblib                  1.2.0
jsonmerge               1.8.0
jsonschema              4.17.3
kiwisolver              1.4.4
kornia                  0.6.7
lark                    1.1.2
lark-parser             0.12.0
lazy_loader             0.2
lightning-utilities     0.8.0
linkify-it-py           2.0.2
llvmlite                0.43.0
lmdb                    1.4.1
lpips                   0.1.4
lxml                    4.9.2
manifold3d              2.5.1
Markdown                3.4.3
markdown-it-py          2.2.0
MarkupSafe              2.1.5
matplotlib              3.7.1
matplotlib-inline       0.1.6
mdit-py-plugins         0.3.3
mdurl                   0.1.2
mediapipe               0.10.14
mkl                     2021.4.0
ml-dtypes               0.4.0
mpmath                  1.3.0
multidict               6.0.4
multiprocess            0.70.15
mypy-extensions         1.0.0
networkx                3.3
numba                   0.60.0
numexpr                 2.8.4
numpy                   1.26.2
oauthlib                3.2.2
omegaconf               2.2.3
onnx                    1.16.1
onnxruntime             1.18.1
onnxruntime-gpu         1.18.1
open-clip-torch         2.20.0
openai                  0.28.0
opencv-contrib-python   4.7.0.72
opencv-python           4.8.0.76
opencv-python-headless  4.10.0.84
opt-einsum              3.3.0
orjson                  3.8.11
packaging               24.1
pandas                  2.0.1
parso                   0.8.3
pathos                  0.3.1
pickleshare             0.7.5
piexif                  1.1.3
Pillow                  9.5.0
pillow-avif-plugin      1.4.3
PIMS                    0.6.0
pip                     24.2
portalocker             2.7.0
pox                     0.3.3
ppft                    1.7.6.7
prettytable             3.10.2
prompt-toolkit          3.0.38
protobuf                3.20.0
psutil                  5.9.5
pure-eval               0.2.2
py-cpuinfo              9.0.0
py3d                    0.0.87
pyasn1                  0.5.0
pyasn1-modules          0.3.0
pycairo                 1.23.0
pycocotools             2.0.8
pycollada               0.8
pycparser               2.21
pydantic                1.10.17
pydub                   0.25.1
PyExecJS                1.5.1
pyfunctional            1.4.3
Pygments                2.15.1
pyparsing               3.0.9
pyre-extensions         0.0.29
pyreadline3             3.4.1
pyrsistent              0.19.3
PySocks                 1.7.1
python-dateutil         2.8.2
python-dotenv           1.0.0
python-multipart        0.0.6
pytorch-lightning       1.9.4
pytz                    2023.3
PyWavelets              1.4.1
pywin32                 306
PyYAML                  6.0
realesrgan              0.3.0
regex                   2023.5.5
reportlab               4.0.0
requests                2.25.1
requests-oauthlib       1.3.1
resize-right            0.0.2
rich                    13.3.5
rlPyCairo               0.2.0
rsa                     4.9
Rtree                   1.3.0
s3transfer              0.6.2
safetensors             0.4.2
scikit-image            0.21.0
scikit-learn            1.5.1
scipy                   1.10.1
seaborn                 0.13.2
segment-anything        1.0
semantic-version        2.10.0
Send2Trash              1.8.2
sentencepiece           0.1.99
setuptools              69.5.1
shapely                 2.0.5
six                     1.16.0
slicerator              1.1.0
smmap                   5.0.0
sniffio                 1.3.0
sounddevice             0.4.6
soupsieve               2.4.1
spandrel                0.3.4
spandrel_extra_arches   0.1.1
stack-data              0.6.2
starlette               0.26.1
supervision             0.14.0
svg.path                6.3
svglib                  1.5.1
sympy                   1.13.1
tabulate                0.9.0
tb-nightly              2.14.0a20230507
tbb                     2021.13.0
tensorboard-data-server 0.7.0
termcolor               2.3.0
threadpoolctl           3.1.0
tifffile                2023.4.12
timm                    0.6.7
tinycss2                1.2.1
tipo-kgen               0.0.10
tokenizers              0.13.3
tomesd                  0.1.3
tomli                   2.0.1
toolz                   0.12.0
torch                   2.3.0+cu121
torchaudio              2.3.0+cu121
torchdiffeq             0.2.3
torchmetrics            0.11.4
torchsde                0.2.6
torchvision             0.18.0+cu121
tqdm                    4.65.0
traitlets               5.9.0
trampoline              0.1.2
transformers            4.30.2
trimesh                 4.4.3
typing_extensions       4.12.2
typing-inspect          0.8.0
tzdata                  2023.3
uc-micro-py             1.0.2
ultralytics             8.2.58
ultralytics-thop        2.0.0
urllib3                 1.26.15
uvicorn                 0.22.0
vhacdx                  0.0.8.post1
wcwidth                 0.2.6
webencodings            0.5.1
websockets              11.0.3
Werkzeug                2.3.3
wheel                   0.40.0
xatlas                  0.0.9
xformers                0.0.26.post1
xxhash                  3.4.1
yacs                    0.1.8
yapf                    0.33.0
yarl                    1.9.2
zipp                    3.15.0
ZipUnicode              1.1.1

@don1138
Copy link
Author

don1138 commented Aug 4, 2024

Same. Installed a clean copy of 1.10.1, and it’s working. 👍

@don1138 don1138 closed this as completed Aug 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-report Report of a bug, yet to be confirmed
Projects
None yet
Development

No branches or pull requests

2 participants