Upload folder using huggingface_hub
Browse files- 36676617.jpeg +0 -0
- 36676618.jpeg +0 -0
- 36676619.jpeg +0 -0
- README.md +71 -0
- meg-ryan.safetensors +3 -0
36676617.jpeg
ADDED
36676618.jpeg
ADDED
36676619.jpeg
ADDED
README.md
ADDED
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
- celebrity
|
13 |
+
|
14 |
+
base_model: black-forest-labs/FLUX.1-dev
|
15 |
+
instance_prompt: mryan
|
16 |
+
widget:
|
17 |
+
- text: 'photo of a female, having a coffee at a diner, short blonde hair,, smiling, happy,'
|
18 |
+
|
19 |
+
output:
|
20 |
+
url: >-
|
21 |
+
36676619.jpeg
|
22 |
+
- text: 'color photo, vibrant colours, photo of a female, standing next to a tree, short blond wavy hair, top gun,, smiling, happy,'
|
23 |
+
|
24 |
+
output:
|
25 |
+
url: >-
|
26 |
+
36676618.jpeg
|
27 |
+
- text: 'color photo, vibrant colours, photo of a female, walking in New York City , short hair,'
|
28 |
+
|
29 |
+
output:
|
30 |
+
url: >-
|
31 |
+
36676617.jpeg
|
32 |
+
|
33 |
+
---
|
34 |
+
|
35 |
+
# Meg Ryan
|
36 |
+
|
37 |
+
<Gallery />
|
38 |
+
|
39 |
+
|
40 |
+
|
41 |
+
([CivitAI](https://civitai.com/models/))
|
42 |
+
|
43 |
+
## Model description
|
44 |
+
|
45 |
+
<p>Defiantly one of my favourites from the 80's and 90's</p><p></p><p>don't forget to follow me for more!!!</p><p>Niko3DX</p>
|
46 |
+
|
47 |
+
## Trigger words
|
48 |
+
You should use `mryan` to trigger the image generation.
|
49 |
+
|
50 |
+
|
51 |
+
## Download model
|
52 |
+
|
53 |
+
Weights for this model are available in Safetensors format.
|
54 |
+
|
55 |
+
[Download](/Keltezaa/meg-ryan/tree/main) them in the Files & versions tab.
|
56 |
+
|
57 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
58 |
+
|
59 |
+
```py
|
60 |
+
from diffusers import AutoPipelineForText2Image
|
61 |
+
import torch
|
62 |
+
|
63 |
+
device = "cuda" if torch.cuda.is_available() else "cpu"
|
64 |
+
|
65 |
+
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
|
66 |
+
pipeline.load_lora_weights('Keltezaa/meg-ryan', weight_name='meg-ryan.safetensors')
|
67 |
+
image = pipeline('color photo, vibrant colours, photo of a female, walking in New York City , short hair,').images[0]
|
68 |
+
```
|
69 |
+
|
70 |
+
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)
|
71 |
+
|
meg-ryan.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d0849b9c5ac7a874a1a325ff0b88d55695b27d87bcee53bb39e2401917b74de5
|
3 |
+
size 39768128
|