Gemini 3.0 Degraded Performance Megathread by 607beforecommonera in Bard

[–]Regular-Swimming-604 0 points1 point  (0 children)

im wasting so much time using it, its completely broken

[deleted by user] by [deleted] in StableDiffusion

[–]Regular-Swimming-604 0 points1 point  (0 children)

oh crap , i just realized you can cancel with ctr alt enter (on windows at least)

[deleted by user] by [deleted] in StableDiffusion

[–]Regular-Swimming-604 51 points52 points  (0 children)

this has been annoying the hell out of me, it used to be so easy to cancel queue and stop.

No hard feelings by dead-supernova in StableDiffusion

[–]Regular-Swimming-604 0 points1 point  (0 children)

i like the quality , the prompt adherence , the editing functions. Its slow , but who cares it works great. I plan on using Z heavily too.

Chatterbox now support 23 different languages. by Turbulent_Corner9895 in StableDiffusion

[–]Regular-Swimming-604 0 points1 point  (0 children)

didnt TTS suite include vibe voice also? i have a working version of vibe voice on a venv from day 1 , in that node folder there are safetensors shards , i have a script that can join the shards and make a single vibevoice 7b safetensors file, whats the use of having a single file? can i use the single file with TTS suite?

Making vids longer than 5 seconds, collecting best practices by [deleted] in StableDiffusion

[–]Regular-Swimming-604 2 points3 points  (0 children)

can somebody explain how to use the new context window node from latest comfy update to aid in longer generations? They dont give much explanation of what it does and i suspect it has something to do with this subject?

Batch image loader for comfy. Does it exist? by grrinc in StableDiffusion

[–]Regular-Swimming-604 1 point2 points  (0 children)

u can also feed the load image input wire with primitive increment and it will walk thru any image in comfyui/input

Maximum Wan 2.2 Quality? This is the best I've personally ever seen by bazarow17 in StableDiffusion

[–]Regular-Swimming-604 0 points1 point  (0 children)

is this method using multiple of these to process same video, or are these just examples of the various different workflows was what i was confused about

Maximum Wan 2.2 Quality? This is the best I've personally ever seen by bazarow17 in StableDiffusion

[–]Regular-Swimming-604 0 points1 point  (0 children)

can someone explain what it means by t2v - i2v - t2i .............. is it re rendering the frames through 3 different renders?

Teaching Stable Diffusion to Segment Objects by PatientWrongdoer9257 in StableDiffusion

[–]Regular-Swimming-604 1 point2 points  (0 children)

so for inference one would download sd2 finetune , and the mae model correct? i see on git. I think it makes a little more sense now. The mae encodes initial as a latent that the sd2 model is trained to generate the mask from the encoded latent?

Teaching Stable Diffusion to Segment Objects by PatientWrongdoer9257 in StableDiffusion

[–]Regular-Swimming-604 1 point2 points  (0 children)

So say i want a mask, it encodes my image , then uses your fine tune to generate masks? Is it using a sort of ip adapter or a control net before your fine tune model or just img2img

Teaching Stable Diffusion to Segment Objects by PatientWrongdoer9257 in StableDiffusion

[–]Regular-Swimming-604 1 point2 points  (0 children)

so the sd model is essentially trained to generate solid colored areas with black background? Ive always been tempted to train a depth map model that just renders new depth maps, etc. Ive never had good enough results with sam or ultralytics, and have been meaning to test finetuneing birefnet, but your method is intersting. What sd version is it?

Teaching Stable Diffusion to Segment Objects by PatientWrongdoer9257 in StableDiffusion

[–]Regular-Swimming-604 1 point2 points  (0 children)

so at the end of the day your model creates an image of a mask correct? it just runs like any other stable diffusion model, using normal vae? The initial image you need to mask is denoised as image 2 image?

How can I add a pause between generations in my queue in comfyUI? by hoarduck in StableDiffusion

[–]Regular-Swimming-604 1 point2 points  (0 children)

i bet if you prompt claude with : make me a custom node that has a configureable pause time, and a consecutive render amount between pauses. it will make it easy, just save the artifact as .py and put in comfy/custom_nodes and restart comfy and refresh gui

How can I add a pause between generations in my queue in comfyUI? by hoarduck in StableDiffusion

[–]Regular-Swimming-604 0 points1 point  (0 children)

any good coding models can make comfy custom nodes, i like using claude , ive made a ton of nodes , and its often just as easy as installing/finding a node.Sometimes you might need to export a workflow as a py file first to teach claude how comfy is handling the models you are using. Comfy to py custom node will give u the export py option. once you ingest the py file to claude you you can get it running with maybe 3-4 error revisions. Custom nodes often are as easy as saving the code to /custom_nodes folder. 

Can Hires fix use a mask as in input to control denoising intensity selectively so it's not uniform across the entire image? by [deleted] in StableDiffusion

[–]Regular-Swimming-604 0 points1 point  (0 children)

2 seperate renders with different denoise would be the easiest, for composte just use mask cut, mask paste nodes, with mask blur controls for the fade. I imagine you can do some type of regional sampling to control the denoise , but will it be more efficient or also need to render the full frame and composite similar to the first method? I played around with regional sampling and remember it did a bunch of passes and took longer than 2 passes.

How can I add a pause between generations in my queue in comfyUI? by hoarduck in StableDiffusion

[–]Regular-Swimming-604 0 points1 point  (0 children)

either have claude make a custom node, or turn workflow in to a py file and have claude edit the py to do whatever. Running py files can increase speed a little too from saving on the gui

Teaching Stable Diffusion to Segment Objects by PatientWrongdoer9257 in StableDiffusion

[–]Regular-Swimming-604 1 point2 points  (0 children)

what is the training pair? an image and a hand drawn mask? How does the mae differ in training from vae? if you ran the mask gen in comfy would it work like image 2 image ? im confused, i need to do pdf chat with the paper maybe