How to fix this ? #1512
Unanswered
vihangasa14
asked this question in
Q&A
Replies: 1 comment
-
At least dont use spaces in ui path. instead use "_" or "-", not sure if its the reason. But I've gotten this error when I
Probably it is incomatible update, so you can download portbale versions. I use version by Orex with preinstalled useful loras, extensions, styles etc: Just download Forge2.0-StableDif.7z from https://huggingface.co/OreX/Automatic1111/tree/main or even older version without FLux support https://t.me/stable_dif/53/223852 but the second crashes when update by default. Dont update even the first one, unless smart people wont fix the repository (if consider the problem in repo) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Version: f2.0.1v1.10.1-previous-433-gf22b80ef
Commit hash: f22b80e
Launching Web UI with arguments:
Total VRAM 6144 MB, total RAM 32492 MB
pytorch version: 2.1.2+cu121
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA GeForce RTX 3050 6GB Laptop GPU : native
Hint: your device supports --cuda-malloc for potential speed improvements.
VAE dtype preferences: [torch.bfloat16, torch.float32] -> torch.bfloat16
CUDA Using Stream: False
Traceback (most recent call last):
File "G:\SD AI\webui Forge\webui\launch.py", line 54, in
main()
File "G:\SD AI\webui Forge\webui\launch.py", line 50, in main
start()
File "G:\SD AI\webui Forge\webui\modules\launch_utils.py", line 546, in start
import webui
File "G:\SD AI\webui Forge\webui\webui.py", line 17, in
initialize_forge()
File "G:\SD AI\webui Forge\webui\modules_forge\initialization.py", line 74, in initialize_forge
from modules_forge.shared import diffusers_dir
File "G:\SD AI\webui Forge\webui\modules_forge\shared.py", line 4, in
from backend import utils
File "G:\SD AI\webui Forge\webui\backend\utils.py", line 1, in
import gguf
File "G:\SD AI\webui Forge\webui\packages_3rdparty\gguf_init_.py", line 3, in
from .gguf_reader import *
File "G:\SD AI\webui Forge\webui\packages_3rdparty\gguf\gguf_reader.py", line 15, in
from .quants import quant_shape_to_byte_shape
File "G:\SD AI\webui Forge\webui\packages_3rdparty\gguf\quants.py", line 11, in
from .quick_4bits_ops import change_4bits_order, quick_unpack_4bits, quick_unpack_4bits_u
File "G:\SD AI\webui Forge\webui\packages_3rdparty\gguf\quick_4bits_ops.py", line 22, in
native_4bits_lookup_table = native_unpack_4x4bits_in_1x16bits_to_4x8bits_in_1x32bits(torch.arange(start=0, end=256*256, dtype=torch.long).to(torch.uint16))[:, 0]
File "G:\SD AI\webui Forge\system\python\lib\site-packages\torch_init_.py", line 1833, in getattr
raise AttributeError(f"module '{name}' has no attribute '{name}'")
AttributeError: module 'torch' has no attribute 'uint16'
Press any key to continue . . .
Beta Was this translation helpful? Give feedback.
All reactions