Instructions to use HeartandSoul/Valeria with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use HeartandSoul/Valeria with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("hum-ma/SDXL-models-GGUF", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("HeartandSoul/Valeria") prompt = "a beatiful girl named Valeria" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
| tags: | |
| - text-to-image | |
| - lora | |
| - diffusers | |
| - template:diffusion-lora | |
| widget: | |
| - output: | |
| url: images/ComfyUI-dpmpp_2m_sde-6.5-32-2026-04-13 21-58-03-0011.png | |
| text: a beatiful girl named Valeria | |
| - output: | |
| url: images/ComfyUI-dpmpp_2m_sde-6.5-32-2026-04-13 22-01-43-0015.png | |
| text: a beatiful girl named Valeria | |
| - output: | |
| url: images/ComfyUI-dpmpp_2m_sde-6.5-32-2026-04-13 21-40-39-0002.png | |
| text: a beatiful girl named Valeria | |
| - output: | |
| url: images/ComfyUI-dpmpp_2m_sde-6.5-32-2026-04-13 21-45-00-0004.png | |
| text: a beatiful girl named Valeria | |
| - output: | |
| url: images/ComfyUI-dpmpp_2m_sde-6.5-32-2026-04-13 21-45-45-0005.png | |
| text: a beatiful girl named Valeria | |
| - output: | |
| url: images/ComfyUI-dpmpp_2m_sde-6.5-32-2026-04-13 19-02-45-0033.png | |
| text: a beatiful girl named Valeria | |
| - output: | |
| url: images/ComfyUI-dpmpp_2m_sde-6.5-32-2026-04-13 19-03-50-0034.png | |
| text: a beatiful girl named Valeria | |
| - output: | |
| url: images/ComfyUI-dpmpp_2m_sde-6.5-32-2026-04-13 20-07-42-0084.png | |
| text: a beatiful girl named Valeria | |
| - output: | |
| url: images/ComfyUI-dpmpp_2m_sde-6.5-32-2026-04-13 20-08-46-0085.png | |
| text: a beatiful girl named Valeria | |
| - output: | |
| url: images/ComfyUI-dpmpp_2m_sde-6.5-32-2026-04-13 20-41-19-0109.png | |
| text: a beatiful girl named Valeria | |
| - output: | |
| url: images/ComfyUI-dpmpp_2m_sde-6.5-32-2026-04-13 20-43-57-0112.png | |
| text: a beatiful girl named Valeria | |
| - output: | |
| url: images/ComfyUI-dpmpp_2m_sde-6.5-32-2026-04-13 20-47-29-0116.png | |
| text: a beatiful girl named Valeria | |
| base_model: hum-ma/SDXL-models-GGUF | |
| instance_prompt: null | |
| # Valeria | |
| <Gallery /> | |
| ## Download model | |
| [Download](/HeartandSoul/Valeria/tree/main) them in the Files & versions tab. | |