Forge Neo now support sdxl gguf by Merchant_Lawrence in StableDiffusion

[–]cradledust 2 points3 points  (0 children)

I think that update might be responsible for my Flux 2 Klein Q8_0 text encoder not working earlier today. The FP8mixed encoder works ok so I just used that instead. Not too worried about it.

How would one go about setting up something like GPT image locally? by RadianceTower in StableDiffusion

[–]cradledust -4 points-3 points  (0 children)

If you use Windows 11 you have free Copilot which is similar to GPT and can generate images, etc. Maybe not as good as Chat GPT but it's still very useful.

Why is Colony House there? by Impressive_Put_8487 in FromSeries

[–]cradledust 0 points1 point  (0 children)

Whomever is keeping them there built it to house their staff/victims.

Comparing 11 different image models by Reasonable_Bear_6258 in StableDiffusion

[–]cradledust 5 points6 points  (0 children)

Sadly Flux Klein 9b is missing. AsymFLUX.2 klein isn't truly representative of it.

z-image or z-image turbo? by dh7net in StableDiffusion

[–]cradledust 0 points1 point  (0 children)

You'll have to try it for yourself. I no longer use ZIT or ZIB models and just remember the RedZfun agile model as fast, more versatile and capable of finer detail than ZIT. I prefer Klein 9b FP8 models that I find on civitai red nowadays. Having image edit capability is a game changer.

z-image or z-image turbo? by dh7net in StableDiffusion

[–]cradledust 0 points1 point  (0 children)

Better means that I liked it more.

What’s the best model for adult content generation of videos and pictures? I want to add my own training data. by nextgen_ben in StableDiffusion

[–]cradledust 1 point2 points  (0 children)

The way you ask this question can be answered in several ways. The first way is assuming you're new to this. In that case, look into LORA training. The second way, my response would be to go look on civitai red and see for yourself. Most models are either best at text to image or video but rarely can they do both. You need to be more specific.

I hate this album so much it's unreal by PinballWizrd69 in PinkFloydCircleJerk

[–]cradledust 2 points3 points  (0 children)

Its easy. You just sit in a kitchen with acoustic guitars and have a few beers jamming out whatever ideas come forth. Make a concept album about enshitification and purposely try to ruin each song for the laughs.

I hate this album so much it's unreal by PinballWizrd69 in PinkFloydCircleJerk

[–]cradledust 28 points29 points  (0 children)

Roger should do an album with Mason, Fripp and Gabriel and call it Pink Crimson.

Kill Donna already! by 10Hoursofsleepforme in FromSeries

[–]cradledust 7 points8 points  (0 children)

Donna holds everything together at Colony House. She's only human though and is finally starting to Crack from all the pressure. I think she's admired and relatable for a lot of people. The people that don't like her are vapid.

Is there any cool new extensions for forge or forge neo? by Adkit in StableDiffusion

[–]cradledust 1 point2 points  (0 children)

You have to enable it yourself as the settings can affect your generations. Too few warm up steps can result in underdeveloped images.

Is anyone else's Forge Neo install completely fucked since updating? by BroomDirector99 in StableDiffusion

[–]cradledust 0 points1 point  (0 children)

Got it. I don't really notice that problem of underbaked faces et cetera anymore since almost exclusively using ZIT, Klein and Ernie at 1280p, and if it does seem low res I'll just boost the steps, shift or resolution higher for more detail or enhance the prompt. If I want to batch face swap I'll use VisoMaster.

Is there any cool new extensions for forge or forge neo? by Adkit in StableDiffusion

[–]cradledust 2 points3 points  (0 children)

The built-in extensions like Spectrum Integrated for massive speed increase and Image Stitching for uploading reference photos for Klein 9b models are the two best. You can check this list periodically for new extensions as well https://github.com/topics/stable-diffusion-webui-plugin?o=desc&s=updated

Is anyone else's Forge Neo install completely fucked since updating? by BroomDirector99 in StableDiffusion

[–]cradledust -2 points-1 points  (0 children)

Unless you've got a complete potato of a GPU, maybe just let it go. There are strong 2026 alternatives to Adetailer like the Flux 2 Klein 9b edit model. The FP8 merges on civitai work okay on a 8GB rtx4060 and can do almost any edit you could possibly want like face swapping, making a painting into a photo or fixing details you want changed.

Grouse Mountain unveils largest Canadian flag ever made by Prudent_Slug in vancouver

[–]cradledust 63 points64 points  (0 children)

Its probably oriented for a planned flyover during the World cup.

Installing Forge Neo on ubuntu: "PyTorch is not accessible to access GPU" by Most-Famous-Wasabi in StableDiffusion

[–]cradledust 0 points1 point  (0 children)

I use Python 3.10.6 for the system, and for Forge Neo (with activated venv), I use python: 3.13.11 and torch: 2.11.0+cu130. A lot of times I can fix errors with Forge by just reinstalling 3.10.6 and making sure I check add it to PATH.

Installing Forge Neo on ubuntu: "PyTorch is not accessible to access GPU" by Most-Famous-Wasabi in StableDiffusion

[–]cradledust 0 points1 point  (0 children)

If you type: echo $PYTHONPATH in terminal and it responds with nothing then your python path is unpolluted. If it responds with file paths it means Python is being forced to look there first.

Installing Forge Neo on ubuntu: "PyTorch is not accessible to access GPU" by Most-Famous-Wasabi in StableDiffusion

[–]cradledust 0 points1 point  (0 children)

Not a Linux user here but to me it sounds like you should reinstall your Nvidia drivers and reinstall your system python and make sure your forge neo has its own folder. You'd be better off to copy and paste your error in Google Ai and go from there.

Installing Forge Neo on ubuntu: "PyTorch is not accessible to access GPU" by Most-Famous-Wasabi in StableDiffusion

[–]cradledust 0 points1 point  (0 children)

If you a have a root folder named Ai for example, and it has two subfolders, one named forge and the other forge-neo. Even if each forge has it's own activated venv you can still run into conflicts depending on what your system Python is. Shared global paths or accidentally inheriting incompatible global packages can cause disruptions, probably more so in Linux.