Instructions to use obann001/Emma_Vaganova with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use obann001/Emma_Vaganova with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("obann001/Emma_Vaganova") prompt = "Portrait of a woman, medium brown wavy hair, natural warm skin tone. Style of 3mm@. Raw photo, soft daylight, no over-processed look." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add generated example
#3
by obann001 - opened
- .gitattributes +1 -0
- README.md +14 -0
- images/example_3de01c9en.png +3 -0
.gitattributes
CHANGED
|
@@ -37,3 +37,4 @@ images/example_a1t4vrjl4.png filter=lfs diff=lfs merge=lfs -text
|
|
| 37 |
flux_file_emma_32network128_rank32_bf16.safetensors_tmp_saved filter=lfs diff=lfs merge=lfs -text
|
| 38 |
flux_file_emma_32network128_rank32_bf16-step00300.safetensors_test_save filter=lfs diff=lfs merge=lfs -text
|
| 39 |
images/example_3q0je8i9s.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 37 |
flux_file_emma_32network128_rank32_bf16.safetensors_tmp_saved filter=lfs diff=lfs merge=lfs -text
|
| 38 |
flux_file_emma_32network128_rank32_bf16-step00300.safetensors_test_save filter=lfs diff=lfs merge=lfs -text
|
| 39 |
images/example_3q0je8i9s.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
images/example_3de01c9en.png filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -41,6 +41,20 @@ widget:
|
|
| 41 |
contemplative.
|
| 42 |
output:
|
| 43 |
url: images/example_3q0je8i9s.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
|
| 45 |
---
|
| 46 |
|
|
|
|
| 41 |
contemplative.
|
| 42 |
output:
|
| 43 |
url: images/example_3q0je8i9s.png
|
| 44 |
+
- text: >-
|
| 45 |
+
front view high-angle shot from above extreme close-up black and white
|
| 46 |
+
portrait of the half blonde Daria Vaganova a young woman posing in a studio.
|
| 47 |
+
She is standing with her body slightly turned to the side, with her arms
|
| 48 |
+
stretched out to the sides. Her hair is styled in loose waves and falls over
|
| 49 |
+
her shoulders. She has a serious expression on her face and is looking
|
| 50 |
+
directly at the camera. The woman is wearing a white knitted cardigan over
|
| 51 |
+
a white crop top and high-waisted shorts. The cardigan has a ribbed texture
|
| 52 |
+
and appears to be made of a soft, fuzzy material. The shorts are also made
|
| 53 |
+
of the same material and are slightly flared at the bottom. The background
|
| 54 |
+
is a plain, light grey color. The overall mood of the image is serious and
|
| 55 |
+
contemplative.
|
| 56 |
+
output:
|
| 57 |
+
url: images/example_3de01c9en.png
|
| 58 |
|
| 59 |
---
|
| 60 |
|
images/example_3de01c9en.png
ADDED
|
Git LFS Details
|