Instructions to use creatorchain/SPX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use creatorchain/SPX with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("creatorchain/SPX") prompt = "-" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Steven commited on
Add 5 files
Browse files- 164a79b0a10c40e0abf3373285be13d2_pytorch_lora_weights.safetensors +3 -0
- images/Z1zYF1y5oo2WWzDKbpXb5_131aa344b3ea443e8fc8a5834bddb801.jpg +3 -0
- images/_S6R9oes-Tufa3PHaBD0a_130745ca974a4a5e85283275d3ae167b.jpg +3 -0
- images/h5AxYYNH2KJHmUR_oH77W_18043b37182f4df6a8cb092427571128.jpg +3 -0
- images/r1L54MICOLyxE5y11R3hy_f3a8176de0ea4d82868586512fd953f3.jpg +3 -0
164a79b0a10c40e0abf3373285be13d2_pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d813d35b96d429ef745b18f5f3c5ae412fcfaf4a170d0d42129c7e91e2d586c2
|
| 3 |
+
size 89745224
|
images/Z1zYF1y5oo2WWzDKbpXb5_131aa344b3ea443e8fc8a5834bddb801.jpg
ADDED
|
Git LFS Details
|
images/_S6R9oes-Tufa3PHaBD0a_130745ca974a4a5e85283275d3ae167b.jpg
ADDED
|
Git LFS Details
|
images/h5AxYYNH2KJHmUR_oH77W_18043b37182f4df6a8cb092427571128.jpg
ADDED
|
Git LFS Details
|
images/r1L54MICOLyxE5y11R3hy_f3a8176de0ea4d82868586512fd953f3.jpg
ADDED
|
Git LFS Details
|