namiachy

Results 7 issues of namiachy

(ootd) C:\Users\namiachy\OOTDiffusion>python run\gradio_ootd.py Traceback (most recent call last): File "C:\Users\namiachy\miniconda3\envs\ootd\lib\site-packages\diffusers\configuration_utils.py", line 371, in load_config config_file = hf_hub_download( File "C:\Users\namiachy\miniconda3\envs\ootd\lib\site-packages\huggingface_hub\utils\_validators.py", line 110, in _inner_fn validate_repo_id(arg_value) File "C:\Users\namiachy\miniconda3\envs\ootd\lib\site-packages\huggingface_hub\utils\_validators.py", line 158, in validate_repo_id...

先按照[#11](https://github.com/Fanghua-Yu/SUPIR/issues/11)中[MatthewK78](https://github.com/MatthewK78)的说明修改requirements.txt,然后根据存放模型的路径修改CKPT_PTH.py和SUPIR_v0.yaml文件,例如我要将模型存放在项目根目录下新建的models文件夹内: 修改CKPT_PTH.py: ```python LLAVA_CLIP_PATH = './models/clip-vit-large-patch14-336' LLAVA_MODEL_PATH = './models/llava-v1.5-13b' SDXL_CLIP1_PATH = './models/clip-vit-large-patch14' SDXL_CLIP2_CKPT_PTH = './models/open_clip_pytorch_model.bin' ``` 修改./option/SUPIR_v0.yaml(约152行开始): ``` SDXL_CKPT: './models/sd_xl_base_1.0_0.9vae.safetensors' SUPIR_CKPT_F: './models/SUPIR-v0F.ckpt' SUPIR_CKPT_Q: './models/SUPIR-v0Q.ckpt' SUPIR_CKPT: ~ ``` models文件夹如下: ![2](https://github.com/Fanghua-Yu/SUPIR/assets/124544885/287f2df7-ebf9-4fd8-a9a9-cb62b39b0926) [clip-vit-large-patch14](https://huggingface.co/openai/clip-vit-large-patch14)、[clip-vit-large-patch14-336](https://huggingface.co/openai/clip-vit-large-patch14-336)和[llava-v1.5-13b](https://huggingface.co/liuhaotian/llava-v1.5-13b)如果已经安装过git...

Please help, that as I installed all requirements needed and running the app.py I can't find the sketch input module in gradio skin, and when I run the demo.py nothing...

my python=3.10 and cuda=11.8 **installation:** download both zip.exe and unzip.exe from the [url](http://stahlworks.com/tool-zipunzip), put them into a folder & add the folder path to environment variables. ```python git clone https://github.com/z-x-yang/Segment-and-Track-Anything.git...

1. zip: 到http://stahlworks.com/dev/index.php?tool=zipunzip下载unzip.exe和zip.exe放进一个文件夹,把路径添加进系统环境变量,解决“zip”不是内部或外部命令 2. MSYS2: https://www.msys2.org/ 下载安装后将usr/bin路径添加到系统变量,解决“rm”不是内部或外部命令 3. 安装过git就可以用bash,在文件夹内右键open git bash here(或在显示更多选项中) 4. 运行conda init bash,然后重新启动git bash就可以进入虚拟环境了,但激活要用conda activate(不能直接用activate) 对于这个项目,还需要pip install spatial_correlation_sampler,报错并不一定是torch版本问题

Sorting out the installation steps: **precondition:** download and install node.js from https://nodejs.org/en add "%NODE_PATH%","C:\Program Files\nodejs\" & "C:\Program Files\nodejs\node_global" to system environment variable (by default) then install pnpm: ```python npm install...

I installed it all. Running function ”demo | realtime-img2img“ with "python main.py --acceleration tensorrt" an error was thrown: _"The config attributes {'skip_prk_steps': True} were passed to LCMScheduler, but are not...