Instructions to use Yw22/BlobCtrl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yw22/BlobCtrl 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("Yw22/BlobCtrl", dtype=torch.bfloat16, device_map="cuda") 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
Update README.md
Browse files
README.md
CHANGED
|
@@ -19,7 +19,7 @@ base_model:
|
|
| 19 |
|
| 20 |
BlobCtrl enables precise, user-friendly element-level visual manipulation.
|
| 21 |
Main Features: 🦉Element-level Add/Remove/Move/Replace/Enlarge/Shrink.
|
| 22 |
-
[<img src="https://github.com/
|
| 23 |
|
| 24 |
|
| 25 |
### Video
|
|
|
|
| 19 |
|
| 20 |
BlobCtrl enables precise, user-friendly element-level visual manipulation.
|
| 21 |
Main Features: 🦉Element-level Add/Remove/Move/Replace/Enlarge/Shrink.
|
| 22 |
+
[<img src="https://github.com/user-attachments/assets/59abefee-9bbd-41c8-a41d-ba18f6bbe2e8" width="600">](https://liyaowei-stu.github.io/project/BlobCtrl)
|
| 23 |
|
| 24 |
|
| 25 |
### Video
|