Text-to-Image
Diffusers
diffusers-training
lora
template:sd-lora
stable-diffusion-3
stable-diffusion-3-diffusers
adapters
LoRA
biological structures
science
materiomics
bio-inspired
materials science
Instructions to use lamm-mit/stable-diffusion-3-medium-leaf-inspired with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use lamm-mit/stable-diffusion-3-medium-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("stabilityai/stable-diffusion-3-medium-diffusers", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("lamm-mit/stable-diffusion-3-medium-leaf-inspired") prompt = "<leaf microstructure>" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Upload 8 files
Browse files- .gitattributes +5 -0
- leaf_concept_dir_SD3_12/0.jpeg +0 -0
- leaf_concept_dir_SD3_12/1.jpeg +0 -0
- leaf_concept_dir_SD3_12/2.jpeg +0 -0
- leaf_concept_dir_SD3_12/87.jpg +3 -0
- leaf_concept_dir_SD3_12/88.jpg +3 -0
- leaf_concept_dir_SD3_12/90.jpg +3 -0
- leaf_concept_dir_SD3_12/92.jpg +3 -0
- leaf_concept_dir_SD3_12/94.jpg +3 -0
.gitattributes
CHANGED
|
@@ -35,3 +35,8 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
image_20240721_192113.jpg filter=lfs diff=lfs merge=lfs -text
|
| 37 |
image_20240721_212111.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
image_20240721_192113.jpg filter=lfs diff=lfs merge=lfs -text
|
| 37 |
image_20240721_212111.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
leaf_concept_dir_SD3_12/87.jpg filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
leaf_concept_dir_SD3_12/88.jpg filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
leaf_concept_dir_SD3_12/90.jpg filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
leaf_concept_dir_SD3_12/92.jpg filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
leaf_concept_dir_SD3_12/94.jpg filter=lfs diff=lfs merge=lfs -text
|
leaf_concept_dir_SD3_12/0.jpeg
ADDED
|
leaf_concept_dir_SD3_12/1.jpeg
ADDED
|
leaf_concept_dir_SD3_12/2.jpeg
ADDED
|
leaf_concept_dir_SD3_12/87.jpg
ADDED
|
Git LFS Details
|
leaf_concept_dir_SD3_12/88.jpg
ADDED
|
Git LFS Details
|
leaf_concept_dir_SD3_12/90.jpg
ADDED
|
Git LFS Details
|
leaf_concept_dir_SD3_12/92.jpg
ADDED
|
Git LFS Details
|
leaf_concept_dir_SD3_12/94.jpg
ADDED
|
Git LFS Details
|