Carson Katri

Results 219 comments of Carson Katri

There’s a drop-down above the GPU usage graph. By default I think it’s set to “3D”

This happens when the model fails to load. Can you try changing this line to `sys.stdout = sys.stderr` then restart Blender and check the logs again? Then you’ll get a...

You may also want to check if the checksum matches for the checkpoint file. If you open `C:\Users\youruser\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\dream_textures\weights\stable-diffusion-v1.4\sd-v1-4.sha256`, check that contents are `fe4efff1e174c627256e44ec2991ba279b3816e364b49f9be2abc0b3ff3f8556`. It's possible that the checkpoint download...

@makoki21 Open Window > Toggle System Console for the entire output.

@makoki21 Looks like your computer ran out of VRAM when trying to load the model. I'd try closing some other programs and restarting to see if it can get enough.

Yes, it copies the checkpoint into this add-on folder: https://github.com/carson-katri/dream-textures/tree/main/weights/stable-diffusion-v1.4

I’m going to guess this is related to the number of prompts until I have more time to test.

Looks great! Would you want to include the training script (possibly with a top level `scripts` folder)? My suggestion for the interface would be to change the "Seamless" checkbox to...

If I understand correctly, this is similar to what I’ve started working on in #414. Separate prompts for each object in the scene for more control over the generated textures.