Text-to-Image
Diffusers
TensorBoard
diffusers-training
lora
template:sd-lora
stable-diffusion-xl
stable-diffusion-xl-diffusers
Instructions to use ayelets/Eshel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ayelets/Eshel 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("ayelets/Eshel") prompt = "drawing of a SKS person" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
| {"file_name": "eshel1.png", "prompt": "drawing of a SKS man taking a picture of a person"} | |
| {"file_name": "eshel4.png", "prompt": "drawing of a SKS man with a finger on her lips"} | |
| {"file_name": "eshel8.png", "prompt": "drawing of a SKS man sitting on a toilet"} | |
| {"file_name": "eshel7.png", "prompt": "drawing of a SKS man with a finger on her mouth"} | |
| {"file_name": "eshel3.png", "prompt": "drawing of a SKS man with a tooth"} | |
| {"file_name": "eshel2.png", "prompt": "drawing of a SKS man"} | |
| {"file_name": "eshel5.png", "prompt": "drawing of a SKS man sitting in a chair with a cup"} | |