Instructions to use artificialguybr/ClayAnimation-Redmond-FLUXKLEIN9B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use artificialguybr/ClayAnimation-Redmond-FLUXKLEIN9B 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.2-klein-9B", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("artificialguybr/ClayAnimation-Redmond-FLUXKLEIN9B") prompt = "-" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add 8 files
Browse files- [FLUX.2.Klein]ClayAnimation_Redmond.safetensors +3 -0
- images/001.png +3 -0
- images/003.png +3 -0
- images/005.png +3 -0
- images/008.png +3 -0
- images/009.png +3 -0
- images/014.png +3 -0
- images/015.png +3 -0
[FLUX.2.Klein]ClayAnimation_Redmond.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:544f4ed72f4332b4e3a6dbca13047a4a174bf3085d5365f7631df40774a980a0
|
| 3 |
+
size 165704496
|
images/001.png
ADDED
|
Git LFS Details
|
images/003.png
ADDED
|
Git LFS Details
|
images/005.png
ADDED
|
Git LFS Details
|
images/008.png
ADDED
|
Git LFS Details
|
images/009.png
ADDED
|
Git LFS Details
|
images/014.png
ADDED
|
Git LFS Details
|
images/015.png
ADDED
|
Git LFS Details
|