Text-to-Image
Diffusers
TensorBoard
diffusers-training
lora
template:sd-lora
stable-diffusion-xl
stable-diffusion-xl-diffusers
Instructions to use ayelets/new_style with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ayelets/new_style 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/new_style") prompt = "In the style of TOK" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
| {"file_name": "eshel1.png", "prompt": "In the style of TOK a drawing of a person taking a picture of a person"} | |
| {"file_name": "eshel_geffen.png", "prompt": "In the style of TOK a drawing of a woman with purple hair"} | |
| {"file_name": "eshel_room.png", "prompt": "In the style of TOK a painting of a man sitting on a couch with a laptop"} | |
| {"file_name": "eshel_themarker.png", "prompt": "In the style of TOK a drawing of a person using a laptop"} | |
| {"file_name": "esel_poop.png", "prompt": "In the style of TOK a drawing of a woman sitting on a toilet"} | |
| {"file_name": "eshel_kiyosi.png", "prompt": "In the style of TOK a painting of people sitting around a table"} | |
| {"file_name": "eshel5.png", "prompt": "In the style of TOK a drawing of a man sitting in a chair with a cup"} | |