Instructions to use ALT2/ssssss with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ALT2/ssssss with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("ByteDance/Hyper-SD", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("ALT2/ssssss") prompt = "t" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add 2 files
Browse files- HBuilderX.3.99.2023122611.zip +3 -0
- images/1.jpg +3 -0
HBuilderX.3.99.2023122611.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:55850b74833b27996105c6e2929661ce160fc8d05b87d5a5177a07222b2a1832
|
| 3 |
+
size 53756872
|
images/1.jpg
ADDED
|
Git LFS Details
|