BREAKING NEWS
LATEST POSTS
-
STL2PNG Converter
Convert STL files to PNG heightmap images for use with 3D printing.
https://fenrus75.github.io/FenrusCNCtools/javascript/stl2png.html
-
KeenTools FaceTracker for Blender (Beta)
https://medium.com/keentools/facetracker-for-blender-guide-4779590cb873
https://medium.com/keentools/facetracker-for-blender-guide-4779590cb873
https://keentools.io/products/facetracker-for-blender?utm_source=youtube&utm_medium=guide
-
Francisco Contreras – vinavfx / nuke_comfyui
It connects Nuke with the ComfyUI server, any plugin that comes out in ComfyUI can be used in nuke, rotos with sam, rescaling, image generation, inpaintins, normal generator, the nodes are IPAdapter, ControlNet, AnimateDiff, Flux etc.
https://github.com/vinavfx/nuke_comfyui
-
Starboard Urges Autodesk to Hold CEO Accountable After Probe
https://finance.yahoo.com/news/starboard-urges-autodesk-hold-ceo-154230189.html
Accounting problems at Autodesk first came to light in April, when the company delayed its annual financial disclosures and said it was opening a review of processes related to free cash flow and operating margins. In May, the company announced it was replacing Debbie Clifford as chief financial officer.
Bloomberg reported last week that documents showed the software company ignored internal warnings about the use of a controversial sales strategy that was central to the accounting probe’s findings.
FEATURED POSTS
-
Types of Film Lights and their efficiency – CRI, Color Temperature and Luminous Efficacy
nofilmschool.com/types-of-film-lights
“Not every light performs the same way. Lights and lighting are tricky to handle. You have to plan for every circumstance. But the good news is, lighting can be adjusted. Let’s look at different factors that affect lighting in every scene you shoot. “
Use CRI, Luminous Efficacy and color temperature controls to match your needs.Color Temperature
Color temperature describes the “color” of white light by a light source radiated by a perfect black body at a given temperature measured in degrees Kelvinhttps://www.pixelsham.com/2019/10/18/color-temperature/
CRI
“The Color Rendering Index is a measurement of how faithfully a light source reveals the colors of whatever it illuminates, it describes the ability of a light source to reveal the color of an object, as compared to the color a natural light source would provide. The highest possible CRI is 100. A CRI of 100 generally refers to a perfect black body, like a tungsten light source or the sun. “https://www.studiobinder.com/blog/what-is-color-rendering-index
(more…)
-
ComfyDock – The Easiest (Free) Way to Safely Run ComfyUI Sessions in a Boxed Container
https://www.reddit.com/r/comfyui/comments/1j2x4qv/comfydock_the_easiest_free_way_to_run_comfyui_in/
ComfyDock is a tool that allows you to easily manage your ComfyUI environments via Docker.
Common Challenges with ComfyUI
- Custom Node Installation Issues: Installing new custom nodes can inadvertently change settings across the whole installation, potentially breaking the environment.
- Workflow Compatibility: Workflows are often tested with specific custom nodes and ComfyUI versions. Running these workflows on different setups can lead to errors and frustration.
- Security Risks: Installing custom nodes directly on your host machine increases the risk of malicious code execution.
How ComfyDock Helps
- Environment Duplication: Easily duplicate your current environment before installing custom nodes. If something breaks, revert to the original environment effortlessly.
- Deployment and Sharing: Workflow developers can commit their environments to a Docker image, which can be shared with others and run on cloud GPUs to ensure compatibility.
- Enhanced Security: Containers help to isolate the environment, reducing the risk of malicious code impacting your host machine.