Instructions to use gitgato/tessy-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use gitgato/tessy-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("gitgato/tessy-LoRA") prompt = "photo of tessy a beautiful woman" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,7 +11,8 @@ widget:
|
|
| 11 |
negative_prompt: Low quality
|
| 12 |
output:
|
| 13 |
url: images/Imagen de WhatsApp 2024-09-24 a las 13.59.54_6e906e0c.jpg
|
| 14 |
-
base_model:
|
|
|
|
| 15 |
instance_prompt: tessy
|
| 16 |
license: mit
|
| 17 |
---
|
|
@@ -34,4 +35,4 @@ You should use `tessy` to trigger the image generation.
|
|
| 34 |
|
| 35 |
Weights for this model are available in Safetensors format.
|
| 36 |
|
| 37 |
-
[Download](/gitgato/tessy-LoRA/tree/main) them in the Files & versions tab.
|
|
|
|
| 11 |
negative_prompt: Low quality
|
| 12 |
output:
|
| 13 |
url: images/Imagen de WhatsApp 2024-09-24 a las 13.59.54_6e906e0c.jpg
|
| 14 |
+
base_model:
|
| 15 |
+
- stabilityai/stable-diffusion-xl-base-1.0
|
| 16 |
instance_prompt: tessy
|
| 17 |
license: mit
|
| 18 |
---
|
|
|
|
| 35 |
|
| 36 |
Weights for this model are available in Safetensors format.
|
| 37 |
|
| 38 |
+
[Download](/gitgato/tessy-LoRA/tree/main) them in the Files & versions tab.
|