Text-to-Image
Diffusers
TensorBoard
diffusers-training
dora
template:sd-lora
stable-diffusion-xl
stable-diffusion-xl-diffusers
Instructions to use fatimaaa1/model2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use fatimaaa1/model2 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("fatimaaa1/model2", dtype=torch.bfloat16, device_map="cuda") prompt = "a bussiness card" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
End of training
Browse files
README.md
CHANGED
|
@@ -3,6 +3,13 @@ license: openrail++
|
|
| 3 |
library_name: diffusers
|
| 4 |
tags:
|
| 5 |
- text-to-image
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
- text-to-image
|
| 7 |
- diffusers-training
|
| 8 |
- diffusers
|
|
|
|
| 3 |
library_name: diffusers
|
| 4 |
tags:
|
| 5 |
- text-to-image
|
| 6 |
+
- diffusers-training
|
| 7 |
+
- diffusers
|
| 8 |
+
- dora
|
| 9 |
+
- template:sd-lora
|
| 10 |
+
- stable-diffusion-xl
|
| 11 |
+
- stable-diffusion-xl-diffusers
|
| 12 |
+
- text-to-image
|
| 13 |
- text-to-image
|
| 14 |
- diffusers-training
|
| 15 |
- diffusers
|