Keltezaa commited on
Commit
0d7f3a2
·
verified ·
1 Parent(s): bdbc261

Upload folder using huggingface_hub

Browse files
Files changed (6) hide show
  1. 45989508.jpeg +0 -0
  2. 49555397.jpeg +0 -0
  3. 49555399.jpeg +0 -0
  4. 49555411.jpeg +0 -0
  5. Fff.safetensors +3 -0
  6. README.md +82 -0
45989508.jpeg ADDED
49555397.jpeg ADDED
49555399.jpeg ADDED
49555411.jpeg ADDED
Fff.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c16c0f80e45a00bfee870c79498ff4799344a5785682fcd0b3d231f0804641b4
3
+ size 19258816
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - character
13
+ - rick and morty
14
+ - sexy
15
+ - woman
16
+ - realistic
17
+ - nsfw
18
+
19
+ base_model: black-forest-labs/FLUX.1-dev
20
+ instance_prompt: Elle
21
+ widget:
22
+ - text: 'A young beautiful woman called elle sitting on a park bench, smiling at the viewer'
23
+
24
+ output:
25
+ url: >-
26
+ 45989508.jpeg
27
+ - text: 'A very beautiful smiling woman called elle wearing a long white satin dress sitting on a breathtaking nice beach somewhere in santorin, Greece, blurry background with mountains, white houses and blue roofs, side view, fantasy, dreaming, cinematic, trending on ArtStation, award winning, a masterpiece'
28
+
29
+ output:
30
+ url: >-
31
+ 49555411.jpeg
32
+ - text: '(In clear, legible letters at the top it says: "happy new year!".)
33
+ Elle, a beautiful young woman in a modern white winter coat and white scarf, holds a sparkler in each hand. It is night and behind her a beautiful firework display can be seen in the sky.. aidmatextimprover'
34
+
35
+ output:
36
+ url: >-
37
+ 49555399.jpeg
38
+ - text: 'A very beautiful smiling woman called Elle wearing a long white satin dress sitting on a breathtaking nice beach somewhere in Greece at sunset, blurry background with mountains, white houses and blue roofs, side view, fantasy, dreaming, cinematic, trending on ArtStation, award winning, a masterpiece'
39
+
40
+ output:
41
+ url: >-
42
+ 49555397.jpeg
43
+
44
+ ---
45
+
46
+ # (Realistic) Elle from Rick & Morty Anime - FLUX | NSFW
47
+
48
+ <Gallery />
49
+
50
+
51
+
52
+
53
+
54
+ ## Model description
55
+
56
+ <p>I took the best realistic picture from my <a target="_blank" rel="ugc" href="https://civitai.com/models/834972/elle-from-rick-and-morty-anime">https://civitai.com/models/834972/elle-from-rick-and-morty-anime</a> "Elle" Pony LORA and used this as a basis for this FLUX LORA.</p><p>A higher CFG will make a look more like Elle. Also describing her helps (blonde wavy hair, small perky breasts, cute smile, beautiful, etc.).</p><p>SFW pictures look great and Elle is always very beautiful and cute. Note that sometimes she will wear a collar though ;-)</p><p>NSFW pictures look great topless, sometimes legs and pussy deformed especially when trying to spread the legs.</p><p>I trained this LORA for the keyword "Elle". ("A young beautiful woman named Elle", "Elle, a young beautiful woman is ...")</p>
57
+
58
+ ## Trigger words
59
+ You should use `Elle` to trigger the image generation.
60
+
61
+
62
+ ## Download model
63
+
64
+ Weights for this model are available in Safetensors format.
65
+
66
+ [Download](/Keltezaa/realistic-elle-from-rick-morty-anime-flux-nsfw/tree/main) them in the Files & versions tab.
67
+
68
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
69
+
70
+ ```py
71
+ from diffusers import AutoPipelineForText2Image
72
+ import torch
73
+
74
+ device = "cuda" if torch.cuda.is_available() else "cpu"
75
+
76
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
77
+ pipeline.load_lora_weights('Keltezaa/realistic-elle-from-rick-morty-anime-flux-nsfw', weight_name='Fff.safetensors')
78
+ image = pipeline('A very beautiful smiling woman called Elle wearing a long white satin dress sitting on a breathtaking nice beach somewhere in Greece at sunset, blurry background with mountains, white houses and blue roofs, side view, fantasy, dreaming, cinematic, trending on ArtStation, award winning, a masterpiece').images[0]
79
+ ```
80
+
81
+ 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)
82
+