Instructions to use thutes-gbr25/cameltoe with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use thutes-gbr25/cameltoe with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Tongyi-MAI/Z-Image-Turbo", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("thutes-gbr25/cameltoe") prompt = "-" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add 2 files
Browse files- cameltoe.safetensors +3 -0
- images/ComfyUI_04579_.webp +3 -0
cameltoe.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1ee92262b8041aee44c77e3277171e8ce99551a441af3651526425904fd92071
|
| 3 |
+
size 170128216
|
images/ComfyUI_04579_.webp
ADDED
|
Git LFS Details
|