Instructions to use test5441/test4321425 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use test5441/test4321425 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("test5441/test3446754", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("test5441/test4321425") prompt = "\";import os\"" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
test
#1 opened about 1 month ago
by
test646453