Instructions to use prithivMLmods/Qwen-Image-Synthetic-Face with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use prithivMLmods/Qwen-Image-Synthetic-Face with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Qwen/Qwen-Image", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("prithivMLmods/Qwen-Image-Synthetic-Face") prompt = "Synthetic Face, a close-up shot of a young mans face features a maroon baseball cap adorned with a leather band. The mans hair is cut short and neatly trimmed. His eyes are a piercing blue, and his eyebrows are a darker shade of brown. He is wearing a gray tank top with a silver chain around his neck, adding a pop of color to his chest. The backdrop is a textured gray wall." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -51,7 +51,6 @@ Image Processing Parameters
|
|
| 51 |
| ArtStation | [artstation.com](https://www.artstation.com/) |
|
| 52 |
| 4K Wallpapers| [4kwallpapers.com](https://4kwallpapers.com/) |
|
| 53 |
|
| 54 |
-
|
| 55 |
## Best Dimensions & Inference
|
| 56 |
|
| 57 |
| **Dimensions** | **Aspect Ratio** | **Recommendation** |
|
|
|
|
| 51 |
| ArtStation | [artstation.com](https://www.artstation.com/) |
|
| 52 |
| 4K Wallpapers| [4kwallpapers.com](https://4kwallpapers.com/) |
|
| 53 |
|
|
|
|
| 54 |
## Best Dimensions & Inference
|
| 55 |
|
| 56 |
| **Dimensions** | **Aspect Ratio** | **Recommendation** |
|