Instructions to use antonellaavad/https-huggingface-co-spaces-antonellaavad-lora-dreambooth-training-ui with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use antonellaavad/https-huggingface-co-spaces-antonellaavad-lora-dreambooth-training-ui 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-1-base", torch_dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("antonellaavad/https-huggingface-co-spaces-antonellaavad-lora-dreambooth-training-ui") prompt = "https://huggingface.co/spaces/antonellaavad/LoRA-DreamBooth-Training-UI" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
File size: 132 Bytes
4e1d5bf | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:d2baca0a63db296d4cdb29ca14d4a639ddf7f37f29900eaa1681db0f82d40621
size 3418843
|