Text-to-Image
Diffusers
Safetensors
lora
diffusers-training
stable-diffusion
stable-diffusion-diffusers
Instructions to use RobertoNeglia/finetune with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use RobertoNeglia/finetune with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stable-diffusion-v1-5/stable-diffusion-v1-5", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("RobertoNeglia/finetune") prompt = "a photo of pepe the frog" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Ctrl+K
- checkpoint-100
- checkpoint-1000
- checkpoint-1100
- checkpoint-1200
- checkpoint-1300
- checkpoint-1400
- checkpoint-1500
- checkpoint-1600
- checkpoint-1700
- checkpoint-1800
- checkpoint-1900
- checkpoint-200
- checkpoint-2000
- checkpoint-2100
- checkpoint-2200
- checkpoint-2300
- checkpoint-2400
- checkpoint-2500
- checkpoint-2600
- checkpoint-2700
- checkpoint-2800
- checkpoint-2900
- checkpoint-300
- checkpoint-3000
- checkpoint-3100
- checkpoint-3200
- checkpoint-3300
- checkpoint-3400
- checkpoint-3500
- checkpoint-3600
- checkpoint-3700
- checkpoint-3800
- checkpoint-3900
- checkpoint-400
- checkpoint-4000
- checkpoint-4100
- checkpoint-4200
- checkpoint-4300
- checkpoint-4400
- checkpoint-4500
- checkpoint-4600
- checkpoint-4700
- checkpoint-4800
- checkpoint-4900
- checkpoint-500
- checkpoint-5000
- checkpoint-600
- checkpoint-700
- checkpoint-800
- checkpoint-900