We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ImportError: cannot import name 'LlamaTokenizerFast' from 'transformers' (/usr/local/lib/python3.11/dist-packages/transformers/init.py)
That's the error Controlnet all on none LoraLink has no Link not touching it yet model donwload as is: Original_Model_Version = "SDXL"
#-------------- Or
Path_to_MODEL = ""
MODEL_LINK = ""
#-------------------- model=mdls(Original_Model_Version, Path_to_MODEL, MODEL_LINK)
and install comfyUI has just the repo() command line
Anything I can do to run it?
The text was updated successfully, but these errors were encountered:
i solved it with !pip install --upgrade transformers
!pip install --upgrade transformers
Sorry, something went wrong.
New error occouring, any ideas what to do?
No branches or pull requests
ImportError: cannot import name 'LlamaTokenizerFast' from 'transformers' (/usr/local/lib/python3.11/dist-packages/transformers/init.py)
That's the error
Controlnet all on none
LoraLink has no Link not touching it yet
model donwload as is:
Original_Model_Version = "SDXL"
Choices are "SDXL", "v1.5", "v2-512", "v2-768"
#-------------- Or
Path_to_MODEL = ""
Insert the full path of your trained model or to a folder containing multiple models.
MODEL_LINK = ""
A direct link to a Model or a shared gdrive link.
#--------------------
model=mdls(Original_Model_Version, Path_to_MODEL, MODEL_LINK)
and install comfyUI has just the repo() command line
Anything I can do to run it?
The text was updated successfully, but these errors were encountered: