Views
No views yet
| pbr uneven stone wall | pbr dirt with weeds | pbr bright white marble |
|---|---|---|
![]() | ![]() | ![]() |
pbr in your prompts to invoke the style.1from diffusers import StableDiffusionPipeline
2import torch
3
4model_id = "dream-textures/texture-diffusion"
5
6pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
7pipe = pipe.to("cuda")
8
9prompt = "pbr brick wall"
10image = pipe(prompt).images[0]
11
12image.save("bricks.png")5121.0texture11e-6fp164000