Text-to-Image
Diffusers
diffusers-training
lora
template:sd-lora
stable-diffusion-xl
stable-diffusion-xl-diffusers
Instructions to use pribadihcr/trained_models_2_cleanother with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use pribadihcr/trained_models_2_cleanother 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("pribadihcr/trained_models_2_cleanother") prompt = "a photo of sks pcb" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
- Xet hash:
- 6cdd7a80212ee94110e36a8212e1a1017b2d2bb5aa6aca42311075f15a719531
- Size of remote file:
- 47.4 MB
- SHA256:
- 8b391fd6a5b1cd9c4fdf3b3cfa91655df51abdd14dd5d62682dc01bd1a6f6529
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.