brushpenbob commited on
Commit
76d1be7
1 Parent(s): d052bcc

Upload folder using huggingface_hub

Browse files
Files changed (9) hide show
  1. 6433457.jpeg +0 -0
  2. 6433501.jpeg +0 -0
  3. 6433502.jpeg +0 -0
  4. 6433505.jpeg +0 -0
  5. 6433659.jpeg +0 -0
  6. 6433661.jpeg +0 -0
  7. 6433664.jpeg +0 -0
  8. JulianneJames.safetensors +3 -0
  9. README.md +93 -0
6433457.jpeg ADDED
6433501.jpeg ADDED
6433502.jpeg ADDED
6433505.jpeg ADDED
6433659.jpeg ADDED
6433661.jpeg ADDED
6433664.jpeg ADDED
JulianneJames.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5aabda447466742898b42678655dad9269603580e9a24d4ca774af21a9822075
3
+ size 37873272
README.md ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: bespoke-lora-trained-license
4
+ license_link: https://multimodal.art/civitai-licenses?allowNoCredit=False&allowCommercialUse=1&allowDerivatives=False&allowDifferentLicense=False
5
+ tags:
6
+ - text-to-image
7
+ - stable-diffusion
8
+ - lora
9
+ - diffusers
10
+ - template:sd-lora
11
+ - migrated
12
+ - retro
13
+ - 1980s
14
+ - actress
15
+ - celebrity
16
+ - juliannejames
17
+
18
+ base_model: runwayml/stable-diffusion-v1-5
19
+ instance_prompt: JulianneJames
20
+ widget:
21
+ - text: ' '
22
+
23
+ output:
24
+ url: >-
25
+ 6433457.jpeg
26
+ - text: ' '
27
+
28
+ output:
29
+ url: >-
30
+ 6433501.jpeg
31
+ - text: ' '
32
+
33
+ output:
34
+ url: >-
35
+ 6433502.jpeg
36
+ - text: ' '
37
+
38
+ output:
39
+ url: >-
40
+ 6433661.jpeg
41
+ - text: ' '
42
+
43
+ output:
44
+ url: >-
45
+ 6433505.jpeg
46
+ - text: ' '
47
+
48
+ output:
49
+ url: >-
50
+ 6433659.jpeg
51
+ - text: ' '
52
+
53
+ output:
54
+ url: >-
55
+ 6433664.jpeg
56
+
57
+ ---
58
+
59
+ # Julianne James
60
+
61
+ <Gallery />
62
+
63
+
64
+
65
+
66
+
67
+ ## Model description
68
+
69
+ <p>This model is made based off of the Adult actress JulianneJames.</p><p> Recommend just keeping the LoRa weight at [.8 to 1] </p><p>Going above this tends to have the model lean into a handful of the pictures in the data set too heavily for some reason and the hair tends to get very colorful.</p><p></p><p>experiment to your hearts content.</p><p>All of the example photos are created using my own custom models. You can find some here on civitAI including <a target="_blank" rel="ugc" href="https://civitai.com/models/288870/protodarkglow">darkglow </a>and some are on my hugging face account. Some of those models are specifically made for the DiffusionBee file format Specifically.</p>
70
+
71
+ ## Trigger words
72
+ You should use `JulianneJames` to trigger the image generation.
73
+
74
+
75
+ ## Download model
76
+
77
+ Weights for this model are available in Safetensors format.
78
+
79
+ [Download](/brushpenbob/julianne-james/tree/main) them in the Files & versions tab.
80
+
81
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
82
+
83
+ ```py
84
+ from diffusers import AutoPipelineForText2Image
85
+ import torch
86
+
87
+ pipeline = AutoPipelineForText2Image.from_pretrained('runwayml/stable-diffusion-v1-5', torch_dtype=torch.float16).to('cuda')
88
+ pipeline.load_lora_weights('brushpenbob/julianne-james', weight_name='JulianneJames.safetensors')
89
+ image = pipeline('`JulianneJames`').images[0]
90
+ ```
91
+
92
+ 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)
93
+