hand scribbles guide maps / ControlNet Scribble ControlNet Scribble opens up the feature to compose a render pretty precisely with …
Veröffentlicht am 5. August 2024 5. August 2024
Upscaling is a crutial feature when working with generative tools. The range begins with simple upscaling and sharpening specific details. In more advanced methods, the upscaling process can modify the original image in specific directions using prompts and specific LoRas.
Veröffentlicht am 2. August 2024 22. Juni 2025
Your browser does not support the video tag.
Veröffentlicht am 2. August 2024 2. August 2024
#1 – have a quality image selection A picky selection of images and corresponding captions is the key to create …
Veröffentlicht am 31. Juli 2024 31. Juli 2024
LivePortrait is an Open Source Toolset to create convinving deepfake videos from only a simple image and a steering video. …
Veröffentlicht am 9. Juli 2024 2. August 2024
FIrst off, we drop a testing code for the DotMatrix processing code ANIMATION 🙂 // ARDUINO COE MIT BEEPER auf …
Veröffentlicht am 13. Juni 2024 14. Juni 2024
BASIC INFORMATION The author olegchomp provides us a simple interface to ComfyUI – props on that! – The workflow needs …
Veröffentlicht am 1. Juni 2024 13. November 2024
dot drawing + mouse interaction Automatic Drawing + Mouse Interaction + Live Video Capture
Veröffentlicht am 31. Mai 2024 31. Mai 2024
step by step build up Now lets flicker the matrix first 🙂 two potentiometers and one cursor two potentiometers and …
Veröffentlicht am 29. Mai 2024 7. Juni 2024
import processing.video.*; Capture video; void setup() { size(640, 480); // Initialize the video at 40x30 resolution video = new Capture(this, …
Veröffentlicht am 29. Mai 2024 29. Mai 2024
int gc = 20; // Number of grid cells void setup() { size(600, 600); // Set up the canvas size …
Veröffentlicht am 28. Mai 2024 28. Mai 2024
noisey grid void setup(){ size(600,600); background(255); noStroke(); frameRate(3); } void draw(){ float cell_size = width/20; for(int x=0; x<20 ; x++ …
Veröffentlicht am 28. Mai 2024 28. Mai 2024
simple graffiti drawer // This function runs once when the program starts void setup() { // Set the size of …
Veröffentlicht am 27. Mai 2024 27. Mai 2024
With a new, experimental tool / network called IC-LIGHT, we can reilluminate any image as we like. In the following …
Veröffentlicht am 22. Mai 2024 30. Mai 2024
draw random points on canvas Simple script to draw circles with random position on a white canvas with custom padding. …
Veröffentlicht am 18. Mai 2024 26. Mai 2024
FULL SETUP #define encoderPinA 3 // Define pin A for the encoder #define encoderPinB 4 // Define pin B for …
Veröffentlicht am 16. Mai 2024 17. Mai 2024
TouchDesigner API TouchDesigner comes handy as a quick prototype engine when working with Generative Diffusion, as it natively deals with …
Veröffentlicht am 12. Mai 2024 12. Mai 2024
image 2 depth 2 image This is a simple workflow to generate elaborate visualization based on depth information of any …
Veröffentlicht am 8. Mai 2024 18. Mai 2024
basic setup Creating interactive applications for a limited number of LED panels can be understood as the development of an …
Veröffentlicht am 6. Mai 2024 6. Mai 2024
Install this keyboard lib to convert the Arduino to a Joystick. https://github.com/MHeironimus/ArduinoJoystickLibrary?tab=readme-ov-file Apply this code to your Arduino. #include <Joystick.h> …
Veröffentlicht am 26. April 2024 26. April 2024
infinite room setup infinite_room_setup – unity package [ DOWNLOAD ] gaze control basics gaze_setup Unity package [DOWNLOAD] using UnityEngine; public …
Veröffentlicht am 15. April 2024 16. April 2024
#include "Keyboard.h" int prev_btn_state = HIGH; void setup() { pinMode( 3 , OUTPUT); // define pin3 as output pinMode( 4 …
Veröffentlicht am 12. April 2024 12. April 2024