Instructions to use glif/spiders with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use glif/spiders 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("glif/spiders") prompt = "a pink squid, spider" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee

- Xet hash:
- ead151ffeb9f2e5e226dd8a738369c2b6962a57310c251f8e9129618b9dcc5d4
- Size of remote file:
- 491 kB
- SHA256:
- 0ed4c96f029591cfd9c631039ea6a1ef96845856c76257c8c040755f93e8a4a4
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.