Instructions to use Squiddy3/HurleyStick with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Squiddy3/HurleyStick 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("Squiddy3/HurleyStick") prompt = "Irish Hurley Stick" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 2 files
Browse files
Irish_Hurley_Stick_r1.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:242317c53e0c9d95d5e7599d9c14f0d4fca1eb98f82374011aaf7f4b814bb5f3
|
| 3 |
+
size 19309512
|
images/00107-57513651.jpeg
ADDED
|
Git LFS Details
|