Instructions to use NYUAD-ComNets/Asian_Female_Profession_Model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use NYUAD-ComNets/Asian_Female_Profession_Model with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("NYUAD-ComNets/Asian_Female_Profession_Model") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -108,6 +108,14 @@ Special VAE used for training: madebyollin/sdxl-vae-fp16-fix.
|
|
| 108 |
# BibTeX entry and citation info
|
| 109 |
|
| 110 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 111 |
@misc{ComNets,
|
| 112 |
url={[https://huggingface.co/NYUAD-ComNets/Asian_Female_Profession_Model](https://huggingface.co/NYUAD-ComNets/Asian_Female_Profession_Model)},
|
| 113 |
title={Asian_Female_Profession_Model},
|
|
|
|
| 108 |
# BibTeX entry and citation info
|
| 109 |
|
| 110 |
```
|
| 111 |
+
|
| 112 |
+
@article{aldahoul2024ai,
|
| 113 |
+
title={AI-generated faces free from racial and gender stereotypes},
|
| 114 |
+
author={AlDahoul, Nouar and Rahwan, Talal and Zaki, Yasir},
|
| 115 |
+
journal={arXiv preprint arXiv:2402.01002},
|
| 116 |
+
year={2024}
|
| 117 |
+
}
|
| 118 |
+
|
| 119 |
@misc{ComNets,
|
| 120 |
url={[https://huggingface.co/NYUAD-ComNets/Asian_Female_Profession_Model](https://huggingface.co/NYUAD-ComNets/Asian_Female_Profession_Model)},
|
| 121 |
title={Asian_Female_Profession_Model},
|