Instructions to use SunderAli17/SAK-IP-Adapter-FaceTransform-Plus with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use SunderAli17/SAK-IP-Adapter-FaceTransform-Plus with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("SunderAli17/SAK-IP-Adapter-FaceTransform-Plus", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Delete clip-vit-large-patch14-336/README.md
Browse files
clip-vit-large-patch14-336/README.md
DELETED
|
@@ -1,9 +0,0 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
language:
|
| 4 |
-
- en
|
| 5 |
-
tags:
|
| 6 |
-
- generated_from_keras_callback
|
| 7 |
-
model-index:
|
| 8 |
-
- name: clip-vit-large-patch14-336
|
| 9 |
-
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|