Text-to-Image
Diffusers
Safetensors
stable-diffusion
stable-diffusion-diffusers
diffusers-training
lora
Instructions to use ISAdoraym/sd-clip with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ISAdoraym/sd-clip with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("runwayml/stable-diffusion-v1-5", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("ISAdoraym/sd-clip") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Ctrl+K
- epoch1
- epoch10
- epoch100
- epoch101
- epoch102
- epoch103
- epoch104
- epoch105
- epoch106
- epoch107
- epoch108
- epoch109
- epoch11
- epoch110
- epoch111
- epoch112
- epoch113
- epoch114
- epoch115
- epoch116
- epoch117
- epoch118
- epoch119
- epoch12
- epoch120
- epoch121
- epoch122
- epoch123
- epoch124
- epoch125
- epoch126
- epoch127
- epoch128
- epoch129
- epoch13
- epoch130
- epoch131
- epoch132
- epoch133
- epoch134
- epoch135
- epoch136
- epoch137
- epoch138
- epoch139
- epoch14
- epoch140
- epoch141
- epoch142
- epoch143