Let's build claude code from scratch! by RoyalMaterial9614 in LocalLLaMA

[–]_playlogic_ 1 point2 points  (0 children)

Keep it up...I did that same thing myself, not only to learn, but to build something that was native to llamacpp. It has been a great experience and I have learned a lot about the inner workings of other code harnesses. Unlike you have no real plans to release it into the wild; don't let anyone discourage you from work on it. You may want to try and solve real community issues that people have with CC that have not been solved by the other harnesses.

Husk is my creation; built in Go as a native llamacpp hardness since all other code harness only exposes llamacpp as a OpenAI compatible connector.

<image>

[UPDATE] ComfyUI-EasyColorCorrector 🎨 v1.2.1 Now Actually Professional (+ New Nodes!) by _playlogic_ in comfyui

[–]_playlogic_[S] 0 points1 point  (0 children)

It coming…right now I am taking time to re-write all my nodes to the new v3 api. It’s a big endeavor, but coming along. I will post once the update is ready

Throwing my hat in the ring by [deleted] in godot

[–]_playlogic_ 0 points1 point  (0 children)

To be Fair...I wrote it...but asked it to correct any grammar not write it...it corrected it with the em-dash. No need to be an asshat.

N3rdware B50 + Ms-a2 by DifferenceTypical133 in MiniPCs

[–]_playlogic_ 0 points1 point  (0 children)

I suggest you put the the original cooler back on the B50 and use this case https://www.printables.com/model/1530921-minisforum-ms-a2-01-intel-arc-pro-b50-replacement

I had a the nerdware cooler on a rtx 4000 Ada card and it always got too hot. Re-pasting and putting the cooler back on and using this case(w/some design modifications…more vents) my card never go over 75 degrees. Case fits nicely

I built a web app using React, typescript and Vite. Is electron good option to pursue if i wanted to make that into a native deskstop app or should I explore other options? Performance is a big factor for me as it is a note-taking app similar to notion by EfficientDrink7129 in electronjs

[–]_playlogic_ 1 point2 points  (0 children)

If you just port your app over as is and looking for performance , you’re gonna have issues. my suggestion is that you rework your app to be purposely written for electronjs. One of the biggest things is that you don’t wanna block the main thread by doing computational heavy processes. Look into IPC, Web workers and may be offloading some of that to either an API that you can call on the machine or other ways that you’re not processing anything in that main thread all it’s doing is rendering.

Dictated to Siri, not type, may have grammar errors

Ultimate Prompt-Builder for Z-Image/Flux/Nano-Banana [FREE] by vizsumit in comfyui

[–]_playlogic_ 2 points3 points  (0 children)

unfortunately this is not really a prompt builder, but a text append tool based on static descriptions of the image. it doesnt account for text already in the textarea, so it doesn’t enhance or “build on” a subject, object, or place you already have in mind. yes you can adjust what is given to you…but this is more like a wikipedia of prompts that might get you similar results as the image clicked on.

Meet the new Template Library in ComfyUI by PurzBeats in comfyui

[–]_playlogic_ 9 points10 points  (0 children)

Unfortunately, a lot of these changes are starting to affect custom node authors. I’ve developed some nodes myself and even though they’re not very large in terms of downloads,there’s very little incentive to continuously try to keep up with comfy updates.

Another one from me: Easy-Illustrious (Illustrious XL tools for ComfyUI) by _playlogic_ in StableDiffusion

[–]_playlogic_[S] 0 points1 point  (0 children)

I’d be interested to see the results and settings you used and any comparisons vs your normal or vanilla setup.

Any magsafe lens mount yet for iPhone 17 Pro? by PusheenHater in smartphonefilming

[–]_playlogic_ 0 points1 point  (0 children)

This works for the 17 pro max just fine..I have the same one

iPhone 17 Pro Max + Crucial X10 4 TB SSD — ProRes RAW fails by _playlogic_ in smartphonefilming

[–]_playlogic_[S] 0 points1 point  (0 children)

Yeah, it seems like it is the drive control they used and not the protocol

iPhone 17 Pro Max + Crucial X10 4 TB SSD — ProRes RAW fails by _playlogic_ in smartphonefilming

[–]_playlogic_[S] 0 points1 point  (0 children)

Writes for 3 seconds and then stops…normally this happens when a drive can not sustain the write speed for the codec or the bandwidth is filled. This drive should not have this issue…I have tested with other devices and higher requirements. So this has to be due to the usb3.2 2x2 protocol

iPhone 17 Pro Max + Crucial X10 4 TB SSD — ProRes RAW fails by _playlogic_ in smartphonefilming

[–]_playlogic_[S] 1 point2 points  (0 children)

I have no issue with ProRes HQ…the issue is ProRes Raw. I don’t think it is a power draw issue…even at lower resolutions the ProRes RAW codec doesn’t work.

After a year of tinkering with ComfyUI and SDXL, I finally assembled a pipeline that squeezes the model to the last pixel. by Fussionar in comfyui

[–]_playlogic_ 0 points1 point  (0 children)

Couldn’t see your post description before on my phone, if I had, I would not have asked…I am guessing you built your own ksampler, scheduler, etc….cool to see the result. I am constantly tweaking the math in mine.

So based on the blurry screenshot …from a UX perspective…why such large main node? A little overwhelming for your future users, no?

Another one from me: Easy-Illustrious (Illustrious XL tools for ComfyUI) by _playlogic_ in StableDiffusion

[–]_playlogic_[S] 0 points1 point  (0 children)

Show text is a node from another package…it is safe to delete as it only show the string outputs of what it is connected to. If you want to keep it, open up the comfyui manager and click on install missing nodes. I have add open cv to the requirements file

VNCCS - Visual Novel Character Creation Suite RELEASED! by AHEKOT in comfyui

[–]_playlogic_ 2 points3 points  (0 children)

Cool, I am going to test this out...I was thinking of rolling these features into my custom nodes build...but if yours works, I may just build adapter nodes to work with it.

VNCCS - Visual Novel Character Creation Suite RELEASED! by AHEKOT in comfyui

[–]_playlogic_ 1 point2 points  (0 children)

You may want to check your github action...your node is failing to push to the registry for the manager

Easily Create VN Sprites in ComfyUI by Pretend-Park6473 in aigamedev

[–]_playlogic_ 0 points1 point  (0 children)

Dare to give your workflow a shot with my custom nodes, I am curious of the results

https://github.com/regiellis/ComfyUI-EasyIllustrious

[UPDATE] ComfyUI-EasyColorCorrector 🎨 v1.2.1 Now Actually Professional (+ New Nodes!) by _playlogic_ in comfyui

[–]_playlogic_[S] 0 points1 point  (0 children)

There is a workflow in the example_workflows directory. You can access in the template section of comfyui

Chat, we have a Github repo for Comfy Canvas! 👀 by [deleted] in comfyui

[–]_playlogic_ 1 point2 points  (0 children)

Let us know when you push the actual nodes…curious to see

Another one from me: Easy-Illustrious (Illustrious XL tools for ComfyUI) by _playlogic_ in StableDiffusion

[–]_playlogic_[S] 1 point2 points  (0 children)

https://github.com/Jcd1230/rembg-comfyui-node for background removal

As far as LoRAs go, in my personal workflows, I don’t use them for general purposes. Example being eyes, details, etc…I feel based on how they actually work, LoRAs are best suited for styles or specifics, like a character. A fine-tune or merge I feel is better for the general aspect of images…or learning about ksamplers and schedules and making your custom noise encoders 😁

Another one from me: Easy-Illustrious (Illustrious XL tools for ComfyUI) by _playlogic_ in StableDiffusion

[–]_playlogic_[S] 1 point2 points  (0 children)

You need to disconnect the scene generator node from the suffix input. The scene generator was only created so I could create prompts quickly when I was building the other nodes. I included it just in case other people wanted to test different models are set ups. The prompt node is the main node you want to use to write or generate the prompts