TheLastBen / fast-stable-diffusion

fast-stable-diffusion + DreamBooth
MIT License
7.48k stars 1.3k forks source link

Unable to start Comfy Paperspace notebook #2879

Open dreamlogic-X opened 1 month ago

dreamlogic-X commented 1 month ago

Hi Ben,

I'm getting this running the Comfy notebook on a A6000.

I tried a fresh install and same thing.

Thanks for your help!


Total VRAM 48677 MB, total RAM 45140 MB pytorch version: 2.1.1+cu121 xformers version: 0.0.23 Set vram state to: NORMAL_VRAM Device: cuda:0 NVIDIA RTX A6000 : cudaMallocAsync Using xformers cross attention Traceback (most recent call last): File "/notebooks/ComfyUI/main.py", line 80, in import execution File "/notebooks/ComfyUI/execution.py", line 11, in import nodes File "/notebooks/ComfyUI/nodes.py", line 21, in import comfy.diffusers_load File "/notebooks/ComfyUI/comfy/diffusers_load.py", line 3, in import comfy.sd File "/notebooks/ComfyUI/comfy/sd.py", line 17, in from . import model_detection File "/notebooks/ComfyUI/comfy/model_detection.py", line 1, in import comfy.supported_models File "/notebooks/ComfyUI/comfy/supported_models.py", line 10, in import comfy.text_encoders.aura_t5 File "/notebooks/ComfyUI/comfy/text_encoders/aura_t5.py", line 2, in from transformers import LlamaTokenizerFast ImportError: cannot import name 'LlamaTokenizerFast' from 'transformers' (/usr/local/lib/python3.11/dist-packages/transformers/init.py

TheLastBen commented 1 month ago

I'll fix it shortly