Instructions to use dream-textures/texture-diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use dream-textures/texture-diffusion with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("dream-textures/texture-diffusion", dtype=torch.bfloat16, device_map="cuda") prompt = "pbr brick wall" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Commit ·
e751bfb
1
Parent(s): 2ea1ee1
Update widget
Browse files
README.md
CHANGED
|
@@ -4,7 +4,10 @@ tags:
|
|
| 4 |
- text-to-image
|
| 5 |
- stable-diffusion
|
| 6 |
widget:
|
| 7 |
-
- text
|
|
|
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
# Texture Diffusion
|
|
|
|
| 4 |
- text-to-image
|
| 5 |
- stable-diffusion
|
| 6 |
widget:
|
| 7 |
+
- text: "pbr brick wall"
|
| 8 |
+
example_title: "Brick Wall"
|
| 9 |
+
- text: "pbr cobblestone path"
|
| 10 |
+
example_title: "Cobblestone Path"
|
| 11 |
---
|
| 12 |
|
| 13 |
# Texture Diffusion
|