WizWhite commited on
Commit
78d05f1
·
verified ·
1 Parent(s): 36cf23f

Upload folder using huggingface_hub

Browse files
44044496.jpeg ADDED
44044608.jpeg ADDED
44044708.jpeg ADDED
44045194.jpeg ADDED
44045353.jpeg ADDED
44045485.jpeg ADDED
44045559.jpeg ADDED
README.md ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: bespoke-lora-trained-license
4
+ license_link: https://multimodal.art/civitai-licenses?allowNoCredit=True&allowCommercialUse=Image&allowDerivatives=True&allowDifferentLicense=True
5
+ tags:
6
+ - text-to-image
7
+ - stable-diffusion
8
+ - lora
9
+ - diffusers
10
+ - template:sd-lora
11
+ - migrated
12
+ - concept
13
+ - surrealism
14
+ - experimental
15
+ - photography
16
+ - portraits
17
+
18
+ base_model: black-forest-labs/FLUX.1-dev
19
+ instance_prompt: Experimental portrait photography
20
+ widget:
21
+ - text: 'Experimental portrait color photography spliced and rearranged in a Amorphous pattern, Berber sunshine'
22
+
23
+ output:
24
+ url: >-
25
+ 44044496.jpeg
26
+ - text: 'Experimental portrait color photography spliced and rearranged in a spiral pattern, Quasimodo the Hunchback of Notre-Dame,'
27
+
28
+ output:
29
+ url: >-
30
+ 44044608.jpeg
31
+ - text: 'Experimental portrait color photography, spliced and rearranged, multiplied face overlay depicting Daisy Duck in motion blur'
32
+
33
+ output:
34
+ url: >-
35
+ 44045485.jpeg
36
+ - text: 'Experimental portrait photography spliced and rearranged in a Lenticular pattern, the Dark Georgian Laleh Spencer. Delicate veins visible beneath translucent skin'
37
+
38
+ output:
39
+ url: >-
40
+ 44044708.jpeg
41
+ - text: 'Experimental portrait photography spliced and rearranged, melted multiplied'
42
+
43
+ output:
44
+ url: >-
45
+ 44045559.jpeg
46
+ - text: 'Experimental portrait photography melted and multiplied, inverted colors negative film
47
+ '
48
+
49
+ output:
50
+ url: >-
51
+ 44045194.jpeg
52
+ - text: 'Experimental portrait color photography spliced and rearranged in a Amorphous pattern, Berber sunshine
53
+ '
54
+
55
+ output:
56
+ url: >-
57
+ 44045353.jpeg
58
+
59
+ ---
60
+
61
+ # Wizard's Experimental Photography Lab
62
+
63
+ <Gallery />
64
+
65
+
66
+
67
+
68
+
69
+ ## Model description
70
+
71
+ <p><strong><span style="color:#7950f2">EXPERIMENTAL PORTRAIT PHOTOGRAPHY</span></strong></p><p>Trained on a wide variety of experimental portraits, from digitally manipulated collages to vortographs of Alvin Langdon Coburn. This LoRA is a bit wild, and not the easiest to control – but I hope you can embrace the randomness in the spirit of experimentation.</p><p><strong>Captions used in training </strong>(can be used as triggers)<strong>:</strong><br /><code>Experimental portrait photography …</code><br /><code>… spliced and rearranged</code><br /><code>… melted</code><br /><code>… multiplied</code><br /><code>… crumpled</code></p><p>Add: <code>color </code>if you want to avoid black-and-white photos<br />Guidance: 2.5<br />Steps: 20-30</p>
72
+
73
+ ## Trigger words
74
+ You should use `Experimental portrait photography`, `spliced and rearranged`, `multiplied`, `melted` to trigger the image generation.
75
+
76
+
77
+ ## Download model
78
+
79
+ Weights for this model are available in Safetensors format.
80
+
81
+ [Download](/WizWhite/wizard-s-experimental-photography-lab/tree/main) them in the Files & versions tab.
82
+
83
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
84
+
85
+ ```py
86
+ from diffusers import AutoPipelineForText2Image
87
+ import torch
88
+
89
+ device = "cuda" if torch.cuda.is_available() else "cpu"
90
+
91
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
92
+ pipeline.load_lora_weights('WizWhite/wizard-s-experimental-photography-lab', weight_name='Wiz-Experimental_Portrait_Photography.safetensors')
93
+ image = pipeline('Experimental portrait color photography spliced and rearranged in a Amorphous pattern, Berber sunshine
94
+ ').images[0]
95
+ ```
96
+
97
+ 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)
98
+
Wiz-Experimental_Portrait_Photography.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f92a04d45b7e7a46b3a4abb1b7b87e53c09800f60053d5c372c93d65802f5fe
3
+ size 76694144