Instructions to use fusing/latent-diffusion-text2im-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fusing/latent-diffusion-text2im-large with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("fusing/latent-diffusion-text2im-large", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -35,7 +35,6 @@ image_pil.save("test.png")
|
|
| 35 |
|
| 36 |
## Samples
|
| 37 |
|
| 38 |
-
## Samples
|
| 39 |
1. "A street sign that reads Huggingface."
|
| 40 |

|
| 41 |
|
|
|
|
| 35 |
|
| 36 |
## Samples
|
| 37 |
|
|
|
|
| 38 |
1. "A street sign that reads Huggingface."
|
| 39 |

|
| 40 |
|