Text-to-Image
Diffusers
TensorBoard
diffusers-training
lora
template:sd-lora
stable-diffusion-xl
stable-diffusion-xl-diffusers
sd3
sd3-diffusers
Instructions to use ermannocavalli/face_of_federica_LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ermannocavalli/face_of_federica_LoRA 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-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("ermannocavalli/face_of_federica_LoRA") prompt = "a photo of TOK dog" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
End of training
Browse files
README.md
CHANGED
|
@@ -16,9 +16,9 @@ tags:
|
|
| 16 |
- diffusers-training
|
| 17 |
- diffusers
|
| 18 |
- lora
|
|
|
|
| 19 |
- sd3
|
| 20 |
- sd3-diffusers
|
| 21 |
-
- template:sd-lora
|
| 22 |
instance_prompt: a photo of TOK dog
|
| 23 |
widget: []
|
| 24 |
---
|
|
|
|
| 16 |
- diffusers-training
|
| 17 |
- diffusers
|
| 18 |
- lora
|
| 19 |
+
- template:sd-lora
|
| 20 |
- sd3
|
| 21 |
- sd3-diffusers
|
|
|
|
| 22 |
instance_prompt: a photo of TOK dog
|
| 23 |
widget: []
|
| 24 |
---
|