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 Settings
- Draw Things
- DiffusionBee
Upload SD3_DreamBooth-LoRA_Fine-Tune.ipynb
Browse files- .gitattributes +1 -0
- SD3_DreamBooth-LoRA_Fine-Tune.ipynb +3 -0
.gitattributes
CHANGED
|
@@ -40,3 +40,4 @@ 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
|
|
|
|
|
|
| 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
|
| 43 |
+
SD3_DreamBooth-LoRA_Fine-Tune.ipynb filter=lfs diff=lfs merge=lfs -text
|
SD3_DreamBooth-LoRA_Fine-Tune.ipynb
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:902fafebc151cf74fff97c8733cfacaabb6962feb605c78ecfe2c2db641f0fe4
|
| 3 |
+
size 56842138
|