Text-to-Image
Diffusers
Safetensors
English
MMDiffPipeline
remote-sensing
optical
sar
infrared
multimodal
lora
stable-diffusion
Instructions to use BiliSakura/MMDiff-diffusers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use BiliSakura/MMDiff-diffusers with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("CompVis/stable-diffusion-v1-4", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("BiliSakura/MMDiff-diffusers") prompt = "There is a ship in the blue water on the shore." image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update model_index.json
Browse files- model_index.json +1 -1
model_index.json
CHANGED
|
@@ -17,7 +17,7 @@
|
|
| 17 |
],
|
| 18 |
"scheduler": [
|
| 19 |
"diffusers",
|
| 20 |
-
"
|
| 21 |
],
|
| 22 |
"text_encoder": [
|
| 23 |
"transformers",
|
|
|
|
| 17 |
],
|
| 18 |
"scheduler": [
|
| 19 |
"diffusers",
|
| 20 |
+
"DDIMScheduler"
|
| 21 |
],
|
| 22 |
"text_encoder": [
|
| 23 |
"transformers",
|