Text-to-Image
Diffusers
TensorBoard
lora
diffusers-training
stable-diffusion
stable-diffusion-diffusers
Instructions to use JeanCGuerrero/bender-stable-diffusion-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use JeanCGuerrero/bender-stable-diffusion-v2 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-2", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("JeanCGuerrero/bender-stable-diffusion-v2") prompt = "a photo of Bender" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
- Xet hash:
- 5dfcc932c4e66b83cfad1f53a6cceb36afd63bc5841c2c2f02ea28d0a9b5608b
- Size of remote file:
- 6.85 MB
- SHA256:
- 6eea8b20802e686b001ae50e2e74400edeaef7decc96424ae5a2ba4edb12bcf0
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.