Image-to-Image
Diffusers
Safetensors
flux
lora
material-transfer
fashion
texture-transfer
clothing
furniture
Instructions to use kaikuuuu/MaterialShift_Klein_V1.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use kaikuuuu/MaterialShift_Klein_V1.0 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline from diffusers.utils import load_image # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("fill-in-base-model", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("kaikuuuu/MaterialShift_Klein_V1.0") prompt = "Turn this cat into a dog" input_image = load_image("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/cat.png") image = pipe(image=input_image, prompt=prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
Upload MaterialShift_Klein_V1.0.safetensors
Browse files
MaterialShift_Klein_V1.0.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7815a23b75c9150f631447a72a4486fddc6e26e19c17a8826fc5e96da69bba53
|
| 3 |
+
size 165704368
|