bolongliu

Results 9 comments of bolongliu

### Here's an example of how to save an image: **Dream demo** ```python prompt = 'ultra close-up color photo portrait of rainbow owl with deer horns in the woods' count...

> Hi, just asking again: Does anyone have a working example of initializing HuggingFaceEmbeddings without an internet connection? > > I need to use this class with pre-downloaded embeddings code...

根据pytorch的版本降级环境中的python版本。比如pytorch==1.6.0 conda create -n envname python=3.6 -y Downgrade the version of python in the environment according to the version of pytorch. For example pytorch==1.6.0 conda create -n envname python=3.6 -y

> The configs folder is located in the server directory of the project. The config.default.yaml is the default configuration file, while the config.lite.yaml is the configuration file used for lightweight...

现在国内有镜像了,具体可以访问`https://hf-mirror.com/` 使用非常简单,速度一般是带宽速度。一般至少10M/s ```shell 1. 下载hfd wget https://hf-mirror.com/hfd/hfd.sh chmod a+x hfd.sh 2. 设置环境变量 Linux export HF_ENDPOINT=https://hf-mirror.com 3.1 下载模型 ./hfd.sh gpt2 --tool aria2c -x 4 3.2 下载数据集 ./hfd.sh wikitext --dataset --tool aria2c...

if you has this error: ```shell running bdist_wheel Guessing wheel URL: https://github.com/state-spaces/mamba/releases/download/v2.2.2/mamba_ssm-2.2.2+cu118torch2.1cxx11abiFALSE-cp310-cp310-linux_x86_64.whl error: Remote end closed connection without response [end of output] note: This error originates from a subprocess, and...

Using pip install -r requirements.txt ```shell (img2img-turbo) ➜ test cat requirements.txt accelerate==1.6.0 aiofiles==23.2.1 altair==5.5.0 annotated-types==0.7.0 annoy==1.17.3 antialiased-cnns==0.3 anyio==4.9.0 attrs==25.3.0 beautifulsoup4==4.13.4 blinker==1.9.0 cachetools==5.5.2 certifi==2025.4.26 charset-normalizer==3.4.1 clean-fid==0.1.35 click==8.1.3 clip @ git+https://ghfast.top/https://github.com/openai/CLIP.git@dcba3cb2e2827b402d2701e7e1c7d9fed8a20ef1 cmake==4.0.0...

> Hi, I tried installing the packages present in the requirements file as per the doc on venv. But there are multiple package version mismatches. > > I also tried...

> hello bolongliu i tried using your requirement.txt in kaggle notebook, i am still facing the requirement mismatch你好,博龙流 我尝试在 Kaggle Notebook 中使用您的requirement.txt,我仍然面临需求不匹配的问题 Maybe you can send your error info to...