Instructions to use prithivMLmods/Qwen-Image-Studio-Realism with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use prithivMLmods/Qwen-Image-Studio-Realism 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-Studio-Realism") prompt = "Studio Realism, a close-up shot of a young womans face features a neutral expression. The womans eyes are a deep brown, her hair is a dark brown, and her eyebrows are a lighter shade of brown. She is wearing a black and yellow t-shirt, with a cream collar around her neck. Her ear is adorned with a gold earring, adding a touch of shine to her face. The backdrop is a stark white, and the womans hair is pulled back in a ponytail." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -46,6 +46,14 @@ Image Processing Parameters
|
|
| 46 |
|
| 47 |
Total Images Used for Training : 27 [HQ Images]
|
| 48 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 49 |
## Best Dimensions & Inference
|
| 50 |
|
| 51 |
| **Dimensions** | **Aspect Ratio** | **Recommendation** |
|
|
|
|
| 46 |
|
| 47 |
Total Images Used for Training : 27 [HQ Images]
|
| 48 |
|
| 49 |
+
## Data Sources
|
| 50 |
+
|
| 51 |
+
| Source | Link |
|
| 52 |
+
|--------------|-------------------------------------|
|
| 53 |
+
| Playground | [playground.com](https://playground.com/) |
|
| 54 |
+
| ArtStation | [artstation.com](https://www.artstation.com/) |
|
| 55 |
+
| 4K Wallpapers| [4kwallpapers.com](https://4kwallpapers.com/) |
|
| 56 |
+
|
| 57 |
## Best Dimensions & Inference
|
| 58 |
|
| 59 |
| **Dimensions** | **Aspect Ratio** | **Recommendation** |
|