Carson Katri

Results 219 comments of Carson Katri

I added a `workflow_dispatch` trigger so you can manually create builds for AMD users to test. https://github.com/carson-katri/dream-textures/actions/runs/3867749838

Started another run: https://github.com/carson-katri/dream-textures/actions/runs/3868659385

Is this ready for merge?

I think more testing can wait for the next set of pre-release builds.

Currently it only projects from a single view. You can see the operator here: https://github.com/carson-katri/dream-textures/blob/main/operators/project.py And the stable diffusion pipeline here: https://github.com/carson-katri/dream-textures/blob/main/generator_process/actions/depth_to_image.py

It generates new UVs that match the projected angle. Then it makes a new material using the generated image and that UV map. So the texture is frozen onto the...

It can also bake back onto the original UVs in #495

You can do the first one already. Use “Source Image” set to “Modify” and choose the “Depth” input option.

This can happen when you previously had Dream Textures v0.0.5 or earlier where the dependencies were installed into Blender's site-packages. You can fix this by removing the following folders: 1....

The instructions for importing a checkpoint are here: https://github.com/carson-katri/dream-textures/blob/main/docs/SETUP.md#importing-checkpoints As for more detailed manual setup instructions, I’ll take a look.