Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
diffusers-training
stable-diffusion-2
stable-diffusion-2-diffusers
science
materiomics
bio-inspired
materials science
text-to-3D
text-to-STL
text-t-mesh
additive manufacturing
3D
3D printing
Instructions to use lamm-mit/SD2x-leaf-inspired with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use lamm-mit/SD2x-leaf-inspired with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("lamm-mit/SD2x-leaf-inspired", dtype=torch.bfloat16, device_map="cuda") prompt = "<leaf microstructure>" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -159,8 +159,10 @@ grid
|
|
| 159 |

|
| 160 |
|
| 161 |
|
| 162 |
-
We can further edit the image
|
| 163 |
-
|
|
|
|
|
|
|
| 164 |
|
| 165 |

|
| 166 |
```
|
|
|
|
| 159 |

|
| 160 |
|
| 161 |
|
| 162 |
+
We can further edit the image by introducing another feature. We start from this image
|
| 163 |
+
```
|
| 164 |
+
wget https://huggingface.co/lamm-mit/SD2x-leaf-inspired/resolve/main/image_grid_2-of-4__20240722_150458.png
|
| 165 |
+
```
|
| 166 |
|
| 167 |

|
| 168 |
```
|