This media is not supported in your browser
VIEW IN TELEGRAM
C4D to ComfyUI (0.1.10) - upcoming
✅ Support Undo, Erase and Brush Size for 'Draw Mask' Tool
Subscribe:
https://boosty.to/inevestenko
https://www.youtube.com/@iNevestenko
Subscribe:
https://boosty.to/inevestenko
https://www.youtube.com/@iNevestenko
Please open Telegram to view this post
VIEW IN TELEGRAM
C4D to ComfyUI (0.1.10) - updated 6/10/2025
available for subscribers on Boosty
What's new:
The C4D to ComfyUI (0.1.10) update introduces an Interactive Preview Method (Auto), Spline - Canny (Sketch) rendering, and a 'Draw Mask' tool with Undo, Erase, and Brush Size, while enhancing the Menu Bar to open workflows in ComfyUI, updating the Text-Image-ControlNet-to-Image pipeline folder, adding Native and Custom Prefix support, and including a "Copy as Path" option in the context menu.
Release Notes
available for subscribers on Boosty
What's new:
The C4D to ComfyUI (0.1.10) update introduces an Interactive Preview Method (Auto), Spline - Canny (Sketch) rendering, and a 'Draw Mask' tool with Undo, Erase, and Brush Size, while enhancing the Menu Bar to open workflows in ComfyUI, updating the Text-Image-ControlNet-to-Image pipeline folder, adding Native and Custom Prefix support, and including a "Copy as Path" option in the context menu.
Release Notes
This media is not supported in your browser
VIEW IN TELEGRAM
C4D to ComfyUI (0.1.10) - What's New
available for subscribers on Boosty
Release Notes
https://youtu.be/UT7OUFswd7A
available for subscribers on Boosty
Release Notes
https://youtu.be/UT7OUFswd7A
ArchViz Workflow Collection - upcoming
Working on the first collection of workflows
Subscribe to get it first!
https://boosty.to/inevestenko
https://www.youtube.com/@iNevestenko
Working on the first collection of workflows
Subscribe to get it first!
https://boosty.to/inevestenko
https://www.youtube.com/@iNevestenko
C4D:folder
ArchViz Workflow Collection - upcoming Working on the first collection of workflows Subscribe to get it first! https://boosty.to/inevestenko https://www.youtube.com/@iNevestenko
ArchViz Workflow Collection - upcoming
The collection includes scenes for Cinema 4D, workflows for ComfyUI and already prepared workflows for the plugin, as well as a file with a description of the process and what models are used and where to download them.
Subscribe to get it first!
https://boosty.to/inevestenko
https://www.youtube.com/@iNevestenko
The collection includes scenes for Cinema 4D, workflows for ComfyUI and already prepared workflows for the plugin, as well as a file with a description of the process and what models are used and where to download them.
Subscribe to get it first!
https://boosty.to/inevestenko
https://www.youtube.com/@iNevestenko
C4D:folder
ArchViz Workflow Collection - upcoming The collection includes scenes for Cinema 4D, workflows for ComfyUI and already prepared workflows for the plugin, as well as a file with a description of the process and what models are used and where to download them.…
ArchViz Workflow Collection - upcoming
4 - TYPES [Gen, Inpaint, Canny and Depth]
10 - AI MODELS
18 - WORKFLOWS
4 - C4D SCENES
https://boosty.to/inevestenko
https://www.youtube.com/@iNevestenko
4 - TYPES [Gen, Inpaint, Canny and Depth]
10 - AI MODELS
18 - WORKFLOWS
4 - C4D SCENES
https://boosty.to/inevestenko
https://www.youtube.com/@iNevestenko
ArchViz Workflow Collection - upcoming
Working on the first collection of workflows for C4D to ComfyUI plugin
Text-to-Image (Gen) and Text-Image-to-Image (Inpaint)
Subscribe to get it first!
https://boosty.to/inevestenko
https://youtube.com/@iNevestenko
Working on the first collection of workflows for C4D to ComfyUI plugin
Text-to-Image (Gen) and Text-Image-to-Image (Inpaint)
Subscribe to get it first!
https://boosty.to/inevestenko
https://youtube.com/@iNevestenko
ArchViz Workflow Collection - upcoming
Working on the first collection of workflows for C4D to ComfyUI plugin
Text-Depth-to-Image and Text-Canny-to-Image
Subscribe to get it first!
https://boosty.to/inevestenko
https://youtube.com/@iNevestenko
Working on the first collection of workflows for C4D to ComfyUI plugin
Text-Depth-to-Image and Text-Canny-to-Image
Subscribe to get it first!
https://boosty.to/inevestenko
https://youtube.com/@iNevestenko
Discover the ultimate toolkit for architectural visualization! This collection features 4 C4D scenes, 18 ComfyUI workflows, and 10 AI models (FLUX.1 [dev], Canny, Depth, and more) with LoRAs for stunning renders. Perfect for Text-to-Image, Inpaint, Canny, and Depth workflows. Check the README for setup and dive into pro-level ArchViz today!
https://youtu.be/-TTsd1OhTlg
https://youtu.be/-TTsd1OhTlg
https://youtu.be/-TTsd1OhTlg
https://youtu.be/-TTsd1OhTlg
https://youtu.be/-TTsd1OhTlg
https://youtu.be/-TTsd1OhTlg
YouTube
ArchViz Workflow Collection - Vol.1 | C4D to ComfyUI
C4D to ComfyUI (PLUGIN): https://boosty.to/inevestenko/purchase/3343556?ssource=DIRECT&share=subscription_link
ArchViz Workflow Collection - Vol.1 (FREE): https://boosty.to/inevestenko/posts/666465c0-c42d-4c6d-9612-69dbfc68cef6?share=post_link
Discover…
ArchViz Workflow Collection - Vol.1 (FREE): https://boosty.to/inevestenko/posts/666465c0-c42d-4c6d-9612-69dbfc68cef6?share=post_link
Discover…
ComfyUI QuickTips - How to quickly determine which folder a model is loaded from
Here's an example .bat file that will do just that: iterate through all child folders, create a text file in each one with a name like #FolderName.safetensors, and place it inside the appropriate folder:
Save this code in a file, for example create_safetensors.bat, place it in the folder where your model folders are located and run it. It will create empty .safetensors files with the desired name in each subfolder.
Here's an example .bat file that will do just that: iterate through all child folders, create a text file in each one with a name like #FolderName.safetensors, and place it inside the appropriate folder:
@echo off
for /d %%D in (*) do (
if exist "%%D" (
setlocal enabledelayedexpansion
set "folder=%%~nD"
echo. > "%%D\#!folder!.safetensors"
endlocal
)
)
Save this code in a file, for example create_safetensors.bat, place it in the folder where your model folders are located and run it. It will create empty .safetensors files with the desired name in each subfolder.
Forwarded from Igor Nevestenko
This media is not supported in your browser
VIEW IN TELEGRAM
C4D to ComfyUI (0.1.11) - upcoming
✅ Support Tabs and Layout elements
Please open Telegram to view this post
VIEW IN TELEGRAM