Instructions to use OmarAmir2001/Schematics with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use OmarAmir2001/Schematics 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("OmarAmir2001/Schematics") prompt = "-" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add 2 files
Browse files- images/1 (1).jpg +3 -0
- pytorch_lora_weights (1).safetensors +3 -0
images/1 (1).jpg
ADDED
|
Git LFS Details
|
pytorch_lora_weights (1).safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:96ce99007d5dc1bf68ff420b6aad3ed18af55d1808bd2feeb79ab16a2e622bc7
|
| 3 |
+
size 3226184
|