Keltezaa commited on
Commit
9410eb5
1 Parent(s): f1c0c1b

Upload folder using huggingface_hub

Browse files
31340085.jpeg ADDED
31340087.jpeg ADDED
32316028.jpeg ADDED
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: bespoke-lora-trained-license
4
+ license_link: https://multimodal.art/civitai-licenses?allowNoCredit=True&allowCommercialUse=RentCivit&allowDerivatives=True&allowDifferentLicense=True
5
+ tags:
6
+ - text-to-image
7
+ - stable-diffusion
8
+ - lora
9
+ - diffusers
10
+ - template:sd-lora
11
+ - migrated
12
+ - actress
13
+ - celebrity
14
+ - scarlett johansson
15
+
16
+ base_model: black-forest-labs/FLUX.1-dev
17
+ instance_prompt: Scarlett Johansson
18
+ widget:
19
+ - text: 'subtle grain, cinematic quality, professional portrait of scarlett johansson, dress, makeup, blonde hair, fine art photography, film still, movie scene, outdoors, smile,'
20
+
21
+ output:
22
+ url: >-
23
+ 31340087.jpeg
24
+ - text: 'Scarlett Johansson is depicted in a close-up portrait outdoors on an overcast day, wearing a grey turtleneck sweater that contrasts beautifully with the soft, diffused light. The background shows a city street, blurred just enough to keep the focus on her while adding depth and context. Her expression is relaxed, with a thoughtful gaze as she looks slightly off-camera. The cool tones and subtle lighting create a moody yet elegant vibe'
25
+
26
+ output:
27
+ url: >-
28
+ 31340085.jpeg
29
+ - text: 'a highly detailed photo of scarlett johansson with a punk aesthetic. She has fair skin and a slender physique. Her hair is styled in a mohawk with a striking green and red gradient, with the green section covering the left side and the red section on the right. Her facial features are sharp and angular, with dark eyebrows and eyeliner that accentuate her almond-shaped eyes. She has a small nose ring and wears a silver metallic earpiece on her left ear. Her expression is neutral, with a slight hint of a smile. She has a tattoo of a large red rose on her neck, just below her jawline. She is wearing a sleeveless top that reveals her shoulders and upper arms, which are lightly tanned. The background is a gritty, industrial setting with a rusty, metallic texture. There are visible pipes and a large, metallic structure in the distance, suggesting an urban environment. The sky is a mix of blue and orange hues, indicating either early morning or late afternoon light. The image has a realistic texture and lighting, enhancing the sense of being in a real-world environment.'
30
+
31
+ output:
32
+ url: >-
33
+ 32316028.jpeg
34
+
35
+ ---
36
+
37
+ # Scarlett Johansson (2003) [Flux]
38
+
39
+ <Gallery />
40
+
41
+
42
+
43
+ ([CivitAI](https://civitai.com/models/))
44
+
45
+ ## Model description
46
+
47
+ <p><strong>Scarlett Ingrid Johansson</strong> (born November 22, 1984) is an American actress and singer</p>
48
+
49
+ ## Trigger words
50
+ You should use `Scarlett Johansson` to trigger the image generation.
51
+
52
+
53
+ ## Download model
54
+
55
+ Weights for this model are available in Safetensors format.
56
+
57
+ [Download](/Keltezaa/scarlett-johansson-2003-flux/tree/main) them in the Files & versions tab.
58
+
59
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
60
+
61
+ ```py
62
+ from diffusers import AutoPipelineForText2Image
63
+ import torch
64
+
65
+ device = "cuda" if torch.cuda.is_available() else "cpu"
66
+
67
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
68
+ pipeline.load_lora_weights('Keltezaa/scarlett-johansson-2003-flux', weight_name='Scarlett_Johansson-000032.safetensors')
69
+ image = pipeline('a highly detailed photo of scarlett johansson with a punk aesthetic. She has fair skin and a slender physique. Her hair is styled in a mohawk with a striking green and red gradient, with the green section covering the left side and the red section on the right. Her facial features are sharp and angular, with dark eyebrows and eyeliner that accentuate her almond-shaped eyes. She has a small nose ring and wears a silver metallic earpiece on her left ear. Her expression is neutral, with a slight hint of a smile. She has a tattoo of a large red rose on her neck, just below her jawline. She is wearing a sleeveless top that reveals her shoulders and upper arms, which are lightly tanned. The background is a gritty, industrial setting with a rusty, metallic texture. There are visible pipes and a large, metallic structure in the distance, suggesting an urban environment. The sky is a mix of blue and orange hues, indicating either early morning or late afternoon light. The image has a realistic texture and lighting, enhancing the sense of being in a real-world environment.').images[0]
70
+ ```
71
+
72
+ For more details, including weighting, merging and fusing LoRAs, check the [documentation on loading LoRAs in diffusers](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters)
73
+
Scarlett_Johansson-000032.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3eb271a64c80252047a834c78179466e43986d5c72b6b0addfd9c5d4a8576690
3
+ size 158608696