Instructions to use sheko007/koyeb-sd-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use sheko007/koyeb-sd-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("sheko007/koyeb-sd-lora") prompt = "(best quality, highres, raw),<lora:boltedonlipsXL-v1:0.7>, big lips" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
| tags: | |
| - text-to-image | |
| - lora | |
| - diffusers | |
| - template:diffusion-lora | |
| widget: | |
| - output: | |
| url: images/00034-2977205403.png | |
| text: (best quality, highres, raw),<lora:boltedonlipsXL-v1:0.7>, big lips | |
| parameters: | |
| negative_prompt: >- | |
| bad_pictures,EasyNegative,ng_deepnegative_v1_75t, ugly, duplicate, morbid, | |
| mutilated, out of frame, extra fingers, mutated hands, poorly drawn hands, | |
| poorly drawn face, mutation, deformed, ugly, blurry, bad anatomy, bad | |
| proportions, extra limbs, cloned face, out of frame, ugly, extra limbs, | |
| bad anatomy, gross proportions, malformed limbs, missing arms, missing | |
| legs, extra arms, extra legs, mutated hands, fused fingers, too many | |
| fingers, long neck, extra head, cloned head, extra body, cloned body, | |
| watermark. extra hands, clone hands, weird hand, weird finger, weird arm, | |
| (mutation:1.3), (deformed:1.3), (blurry), (bad anatomy:1.1), (bad | |
| proportions:1.2), out of frame, ugly, (long neck:1.2), (worst | |
| quality:1.4), (low quality:1.4), (monochrome:1.1), text, signature, | |
| watermark, bad anatomy, disfigured, jpeg artifacts, 3d max, grotesque, | |
| desaturated | |
| base_model: stabilityai/stable-diffusion-xl-base-1.0 | |
| instance_prompt: big lips, <lora:boltedonlipsXL-v1:0.8> | |
| # lips | |
| <Gallery /> | |
| ## Trigger words | |
| You should use `big lips` to trigger the image generation. | |
| You should use `<lora:boltedonlipsXL-v1:0.8>` to trigger the image generation. | |
| ## Download model | |
| [Download](/sheko007/koyeb-sd-lora/tree/main) them in the Files & versions tab. | |