Closed Carathon closed 10 months ago
this has been fixed in dev already, will be merged to master in the next release. root cause is that basicsr package used by codeformer is not compatible with latest version of transformers package.
Alright, thanks for the quick reply and all your effort.
Issue Description
Getting several Issues while launching the sdnext:
Command line args: ['--debug'] debug=True
/media/carathon/StableDiffusion/ImageAI/SDNext/venv/lib/python3.11/site-packages/transformers/utils/generic.py:441: UserWarning: torch.utils._pytree._register_pytree_node is deprecated. Please use torch.utils._pytree.register_pytree_node instead. _torch_pytree._register_pytree_node (
ERROR codeformer: TypeError
ERROR codeformer: TypeError TypeError: Registry.register() got an unexpected keyword argument 'suffix'
ERROR gfpgan: TypeError
Version Platform Description
System: Kernel: 6.2.0-37-generic x86_64 bits: 64 compiler Cinnamon 5.8.4 tk: GTK 3.24.33 Linux** Mint 21.2 Victoria base: Ubuntu 22.04 jammy
CPU: Info: 8-core model: AMD Ryzen 7 5700X** bits:
GPU Graphics: AMD Navi 22 [Radeon RX 6700/6700 XT / 6800M]
Startup (base) carathon@LinuxMintVictoria:/media/carathon/StableDiffusion/ImageAI/SDNext$ ./webui.sh --debug Create and activate python venv Launching launch.py... 15:50:27-645701 INFO Starting SD.Next
15:50:27-647618 INFO Logger: file="/media/carathon/StableDiffusion/ImageAI/SDNext/sdnext.log" level=DEBUG size=64 mode=create
15:50:27-648377 INFO Python 3.11.5 on Linux
15:50:27-657134 INFO Version: app=sd.next updated=2023-12-04 hash=93f35ccf url=https://github.com/vladmandic/automatic.git/tree/master
15:50:27-930863 INFO Platform: arch=x86_64 cpu=x86_64 system=Linux release=6.2.0-37-generic python=3.11.5
15:50:27-931600 DEBUG Setting environment tuning
15:50:27-932128 DEBUG Cache folder: /home/carathon/.cache/huggingface/hub
15:50:27-932622 DEBUG Torch overrides: cuda=False rocm=False ipex=False diml=False openvino=False
15:50:27-933230 DEBUG Torch allowed: cuda=True rocm=True ipex=True diml=True openvino=True
15:50:27-934090 INFO AMD ROCm toolkit detected
15:50:27-953993 DEBUG ROCm agents detected: ['gfx1031']
15:50:27-954617 DEBUG ROCm agent used by default: idx=0 gpu=gfx1031 arch=navi2x
15:50:27-990721 DEBUG ROCm version detected: 5.7
15:50:28-003233 DEBUG Repository update time: Mon Dec 4 19:31:52 2023
15:50:28-004074 INFO Startup: standard
Relevant log output
Backend
Original
Branch
Master
Model
SD 1.5
Acknowledgements