Hello! When I was using the Playground V2.5 model with Controlnet Canny Edge, it by passed it and didn't seem to affect the outcome at all. did I missed something? With the SDXL model, it work fine. (By the way, nice tutorial list for ComfyUI, learned alot)
Thank you for your comment and support. Although playground2.5 is developed based on SDXL, regretfully, it does not support the native XL CN model. We can only wait for the official release of a supported CN model in the future!
Error occurred when executing DynamiCrafterModelLoader: [Errno 22] Invalid argument: '\\token' File "V:\ComfyUI_windows_portable\ComfyUI\execution.py", line 151, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "V:\ComfyUI_windows_portable\ComfyUI\execution.py", line 81, in get_output_data return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "V:\ComfyUI_windows_portable\ComfyUI\execution.py", line 74, in map_node_over_list results.append(getattr(obj, func)(**slice_dict(input_data_all, i))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "V:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-DynamiCrafterWrapper odes.py", line 82, in loadmodel self.model = instantiate_from_config(model_config) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "V:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-DynamiCrafterWrapper\utils\utils.py", line 33, in instantiate_from_config return get_obj_from_str(config["target"])(**config.get("params", dict())) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "V:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-DynamiCrafterWrapper\lvdm\models\ddpm3d.py", line 680, in __init__ super().__init__(*args, **kwargs) File "V:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-DynamiCrafterWrapper\lvdm\models\ddpm3d.py", line 414, in __init__ self.instantiate_cond_stage(cond_stage_config) File "V:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-DynamiCrafterWrapper\lvdm\models\ddpm3d.py", line 447, in instantiate_cond_stage model = instantiate_from_config(config) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "V:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-DynamiCrafterWrapper\utils\utils.py", line 33, in instantiate_from_config return get_obj_from_str(config["target"])(**config.get("params", dict())) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "V:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-DynamiCrafterWrapper\lvdm\modules\encoders\condition.py", line 188, in __init__ model, _, _ = open_clip.create_model_and_transforms(arch, device=torch.device('cpu'), pretrained=version) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Lib\site-packages\open_clip\factory.py", line 324, in create_model_and_transforms model = create_model( ^^^^^^^^^^^^^ File "C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Lib\site-packages\open_clip\factory.py", line 231, in create_model checkpoint_path = download_pretrained(pretrained_cfg, cache_dir=cache_dir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Lib\site-packages\open_clip\pretrained.py", line 434, in download_pretrained target = download_pretrained_from_hf(model_id, cache_dir=cache_dir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Lib\site-packages\open_clip\pretrained.py", line 404, in download_pretrained_from_hf cached_file = hf_hub_download(model_id, filename, revision=revision, cache_dir=cache_dir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Lib\site-packages\huggingface_hub\utils\_validators.py", line 119, in _inner_fn return fn(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^ File "C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Lib\site-packages\huggingface_hub\file_download.py", line 1245, in hf_hub_download headers = build_hf_headers( ^^^^^^^^^^^^^^^^^ File "C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Lib\site-packages\huggingface_hub\utils\_validators.py", line 119, in _inner_fn return fn(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^ File "C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Lib\site-packages\huggingface_hub\utils\_headers.py", line 126, in build_hf_headers token_to_send = get_token_to_send(token) ^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Lib\site-packages\huggingface_hub\utils\_headers.py", line 155, in get_token_to_send cached_token = get_token() ^^^^^^^^^^^ File "C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Lib\site-packages\huggingface_hub\utils\_token.py", line 45, in get_token return _get_token_from_google_colab() or _get_token_from_environment() or _get_token_from_file() ^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Lib\site-packages\huggingface_hub\utils\_token.py", line 118, in _get_token_from_file return _clean_token(Path(constants.HF_TOKEN_PATH).read_text()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Lib\pathlib.py", line 1058, in read_text with self.open(mode='r', encoding=encoding, errors=errors) as f: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Lib\pathlib.py", line 1044, in open return io.open(self, mode, buffering, encoding, errors, newline) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 欧阳老师,一直报这个错误如何解决呢,非常急!
帅哥!能不能做一期关于中文字体嵌入到生成图的教程
之前有分享过使用es节点的文本合成功能后期在图片上加入文本
今天发现了一个大问题,欧阳老师,你标题的DynamiCrafter,拼错了啊,怪不得在manager里搜索不到。。。。。。
请教一下 这个报错是哪里出了问题,我是一个小白,感谢
Error occurred when executing SVD_img2vid_Conditioning:
'NoneType' object has no attribute 'encode_image'
Hello!
When I was using the Playground V2.5 model with Controlnet Canny Edge, it by passed it and didn't seem to affect the outcome at all. did I missed something? With the SDXL model, it work fine.
(By the way, nice tutorial list for ComfyUI, learned alot)
Thank you for your comment and support. Although playground2.5 is developed based on SDXL, regretfully, it does not support the native XL CN model. We can only wait for the official release of a supported CN model in the future!
请问这咋办:invalid load key, '\xf0'.
IPAdapter V2可以讲一下吗
必须要讲一下,之后安排!
@@OUYCC 我看了蛮多课程了,最近也挺多人在发V2了,但是感觉质量比你讲的差很多,还是挺期待的!
出现了这个
Error occurred when executing DynamiCrafterModelLoader:
No module named 'pytorch_lightning'
都是在onethingai里面做的吗??
是的
欧阳老师,这边使用DynamiCrafter-comfyUI插件,第一次绘图时成功了,但以后绘图时,Resulting tensor containts NaNs,I'm unsure why this happens, changing step count and/or image dimensions might help,我这边再怎么设置step和分辨率,都报错了,,这咋办?😅
如果第一次成功之后报错,感觉可能和缓存有关系,你重启comfy或重构建下工作流看看
@@OUYCC 好的,我这边试试
最近开始反覆看老师的教成学习ComfyUI的基础学习也看到地5篇了,
但有一个困扰我很久的问题想请教,
webui将很多功能都加载一起如果要用的时候再勾选启动,
但ComfyUI比如当我把LORA这功能放进去的时候我出图不一定会使用到LORA,
可是LORA应该都在出图过程节点的中间,
如果我用CTRL+M关闭,
这样运算到LORA时就停了后面的图也都跟着出不来,
请问该如何关闭某些功能但还是能正常运行(或是老师那一章节有说到我想先去了解一下)
谢谢
其实很简单啦,Ctrl+B 就可以绕过暂时不用的节点。之前教程有顺便提到过,但具体哪期我也忘记了,只是一个很简单常用的功能。
@@OUYCC 已成功,又學到,謝謝老師
我想问问,mac系统有办法实现插帧动画吗?
如果能运行comfyUI理论上都是可以得
Mac m系列上可以使用分步渲染的方法解决插帧动画的问题
图生图怎么生成啊?
一样,潜空间编一张图进去就好了
请问那个按空格翻译的插件叫什么。。
沉浸式翻译
@@OUYCC 找不到。。
@@OUYCC 找到了。。原来是浏览器插件。。还以为是comfyui的呢。。谢谢
edm采样器没有怎么办
更新你的comfyUI
不是普雷葛ruang得嘛?咋是peli 葛rua姆了?哈哈哈
哈哈,抱歉抱歉,一激动英文总会混淆乱念😂
@@OUYCC 哈哈哈,欧阳老师,ipa你这出了这么详细视频,结果V2全更新了,有点惨啊😂
使用Playground2.5模型,加入controlnet 报错是什么原因
playground 目前不支持cn
@@OUYCC 想了一天的解决办法 结果不支持 博主推荐一个稳定的大模型吧
你好,欧阳,comfyui中节点导入失败,手动下载安装后还是无法正常使用,怎么处理?
这要看是什么插件了,有些插件需要前置插件支持,如果不是这种情况。那常见的操作就是重新清理环境和插件了,换个comfyUi环境重新配置插件。虽然很麻烦,但群里有朋友遇到这样的无法排查的情况也只有这么处理。
@@OUYCC 怎么清理环境和插件
感谢你的帮助,终于处理好了🎉🎉🎉
麻烦问下,这个edm_palyground_v2.5采样模型在哪里下载
更新你的comfyUI
@@OUYCC 多谢大佬
Error occurred when executing DynamiCrafterModelLoader:
[Errno 22] Invalid argument: '\\token'
File "V:\ComfyUI_windows_portable\ComfyUI\execution.py", line 151, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "V:\ComfyUI_windows_portable\ComfyUI\execution.py", line 81, in get_output_data
return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "V:\ComfyUI_windows_portable\ComfyUI\execution.py", line 74, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "V:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-DynamiCrafterWrapper
odes.py", line 82, in loadmodel
self.model = instantiate_from_config(model_config)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "V:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-DynamiCrafterWrapper\utils\utils.py", line 33, in instantiate_from_config
return get_obj_from_str(config["target"])(**config.get("params", dict()))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "V:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-DynamiCrafterWrapper\lvdm\models\ddpm3d.py", line 680, in __init__
super().__init__(*args, **kwargs)
File "V:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-DynamiCrafterWrapper\lvdm\models\ddpm3d.py", line 414, in __init__
self.instantiate_cond_stage(cond_stage_config)
File "V:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-DynamiCrafterWrapper\lvdm\models\ddpm3d.py", line 447, in instantiate_cond_stage
model = instantiate_from_config(config)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "V:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-DynamiCrafterWrapper\utils\utils.py", line 33, in instantiate_from_config
return get_obj_from_str(config["target"])(**config.get("params", dict()))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "V:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-DynamiCrafterWrapper\lvdm\modules\encoders\condition.py", line 188, in __init__
model, _, _ = open_clip.create_model_and_transforms(arch, device=torch.device('cpu'), pretrained=version)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Lib\site-packages\open_clip\factory.py", line 324, in create_model_and_transforms
model = create_model(
^^^^^^^^^^^^^
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Lib\site-packages\open_clip\factory.py", line 231, in create_model
checkpoint_path = download_pretrained(pretrained_cfg, cache_dir=cache_dir)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Lib\site-packages\open_clip\pretrained.py", line 434, in download_pretrained
target = download_pretrained_from_hf(model_id, cache_dir=cache_dir)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Lib\site-packages\open_clip\pretrained.py", line 404, in download_pretrained_from_hf
cached_file = hf_hub_download(model_id, filename, revision=revision, cache_dir=cache_dir)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Lib\site-packages\huggingface_hub\utils\_validators.py", line 119, in _inner_fn
return fn(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Lib\site-packages\huggingface_hub\file_download.py", line 1245, in hf_hub_download
headers = build_hf_headers(
^^^^^^^^^^^^^^^^^
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Lib\site-packages\huggingface_hub\utils\_validators.py", line 119, in _inner_fn
return fn(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Lib\site-packages\huggingface_hub\utils\_headers.py", line 126, in build_hf_headers
token_to_send = get_token_to_send(token)
^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Lib\site-packages\huggingface_hub\utils\_headers.py", line 155, in get_token_to_send
cached_token = get_token()
^^^^^^^^^^^
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Lib\site-packages\huggingface_hub\utils\_token.py", line 45, in get_token
return _get_token_from_google_colab() or _get_token_from_environment() or _get_token_from_file()
^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Lib\site-packages\huggingface_hub\utils\_token.py", line 118, in _get_token_from_file
return _clean_token(Path(constants.HF_TOKEN_PATH).read_text())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Lib\pathlib.py", line 1058, in read_text
with self.open(mode='r', encoding=encoding, errors=errors) as f:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Lib\pathlib.py", line 1044, in open
return io.open(self, mode, buffering, encoding, errors, newline)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
欧阳老师,一直报这个错误如何解决呢,非常急!
具体要看后台报错,看这里帮助不大
我也有这个报错,你解决了吗
@@hu2680 无解决
我每次关闭,再开启的时后,节点管理都会消失?
是不是只存在当前工作流,要导入系统里才会一直存在吧
前几天折腾一晚上,想都没想到clip文件会在缓存里,感谢欧阳,由于表达能力有限在这里只能说:卧槽欧阳我爱你!
麻烦讲一期,配置环境的课程吧,这个我觉得是最麻烦的。不同插件不同环境
环境只有一个,你说的应该是依赖而已,所有插件都是再comfyUI的环境中运行的
就是不同的插件要不同的Python 版本,不同的cuda,非常麻烦@@OUYCC
为什么我下载的视频节点,跟你讲的完全不一样?
可能是因为节点版本经过了多次更新了,虽然新版中可能有一些额外的高级选项,但基本使用方式应该是不会变的
更新了。有正反面提示词了