Text-to-Image
Diffusers
stable-diffusion
ip-adapter
face-id
identity-preservation
portrait
rishabh-in-code
Instructions to use RishabhInCode/TrueFace-Adapter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use RishabhInCode/TrueFace-Adapter with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("RishabhInCode/TrueFace-Adapter", 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
Update README.md
Browse files
README.md
CHANGED
|
@@ -135,10 +135,10 @@ This project is a specialized refinement of several foundational works in the Ge
|
|
| 135 |
* **Image Encoding:** [CLIP-ViT-H-14-laion2B](https://huggingface.co/laion/CLIP-ViT-H-14-laion2B-s32B-b79K) for structural consistency.
|
| 136 |
* **Fine-Tuning Data:** Curated samples from the [CelebA-HQ Dataset](https://github.com/tkarras/progressive_growing_of_gans).
|
| 137 |
|
| 138 |
-
##
|
| 139 |
**TrueFace-Adapter** is released under a **Non-Commercial Research License**.
|
| 140 |
1. This model inherits the restrictive license of InsightFace.
|
| 141 |
-
2. **Ethical Guidelines:** This model is intended for artistic expression and identity-consistent portrait generation. Users are
|
| 142 |
|
| 143 |
|
| 144 |
## Citation
|
|
|
|
| 135 |
* **Image Encoding:** [CLIP-ViT-H-14-laion2B](https://huggingface.co/laion/CLIP-ViT-H-14-laion2B-s32B-b79K) for structural consistency.
|
| 136 |
* **Fine-Tuning Data:** Curated samples from the [CelebA-HQ Dataset](https://github.com/tkarras/progressive_growing_of_gans).
|
| 137 |
|
| 138 |
+
## License & Ethical Use
|
| 139 |
**TrueFace-Adapter** is released under a **Non-Commercial Research License**.
|
| 140 |
1. This model inherits the restrictive license of InsightFace.
|
| 141 |
+
2. **Ethical Guidelines:** This model is intended for artistic expression and identity-consistent portrait generation. Users are prohibited from using this tool to generate non-consensual deepfakes or misleading media.
|
| 142 |
|
| 143 |
|
| 144 |
## Citation
|