multimodalart HF staff commited on
Commit
043c962
1 Parent(s): 79db3b3

Upload folder using huggingface_hub

Browse files
6326310.jpeg ADDED
6326311.jpeg ADDED
6326312.jpeg ADDED
6326313.jpeg ADDED
6326315.jpeg ADDED
6326316.jpeg ADDED
6326317.jpeg ADDED
6326318.jpeg ADDED
6326319.jpeg ADDED
6326320.jpeg ADDED
Fruits_and_Vegetables_gone_bad_-_SDXL_LoRA-000007.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b36a8689c2ed14a96ae234589bc6ecae17c89ae32a10ab83db42fe2e73bc41f4
3
+ size 114435484
README.md ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: bespoke-lora-trained-license
4
+ license_link: https://multimodal.art/civitai-licenses?allowNoCredit=True&allowCommercialUse=Rent&allowDerivatives=True&allowDifferentLicense=False
5
+ tags:
6
+ - text-to-image
7
+ - stable-diffusion
8
+ - lora
9
+ - diffusers
10
+ - template:sd-lora
11
+ - concept
12
+ - vegetable
13
+ - fruit
14
+ - rotten
15
+
16
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
17
+ instance_prompt: FaVGoneBad
18
+ widget:
19
+ - text: 'A bunch of Cherries FaVGoneBad on the tree are barking at each other '
20
+ output:
21
+ url: >-
22
+ 6326319.jpeg
23
+ - text: 'blueberry FaVGoneBad Ice-skating on a frozen yogurt surface '
24
+ output:
25
+ url: >-
26
+ 6326312.jpeg
27
+ - text: 'A watermelon FaVGoneBad on a rooftop '
28
+ output:
29
+ url: >-
30
+ 6326320.jpeg
31
+ - text: 'A Strawberry FaVGoneBad '
32
+ output:
33
+ url: >-
34
+ 6326311.jpeg
35
+ - text: 'A banana FaVGoneBad on the sandy beach floor '
36
+ output:
37
+ url: >-
38
+ 6326316.jpeg
39
+ - text: 'A potato FaVGoneBad on shelve in the supermarket '
40
+ output:
41
+ url: >-
42
+ 6326313.jpeg
43
+ - text: 'A pickle FaVGoneBad in the street '
44
+ output:
45
+ url: >-
46
+ 6326310.jpeg
47
+ - text: 'A cute peach FaVGoneBad dancing on the dance floor at the disco '
48
+ output:
49
+ url: >-
50
+ 6326317.jpeg
51
+ - text: 'Heavily chained Cherries FaVGoneBad on the tree are barking '
52
+ output:
53
+ url: >-
54
+ 6326318.jpeg
55
+ - text: 'A banana FaVGoneBad on the sandy beach floor '
56
+ output:
57
+ url: >-
58
+ 6326315.jpeg
59
+
60
+ ---
61
+
62
+ # Fruits and Vegetables gone bad - SDXL LoRA
63
+
64
+ <Gallery />
65
+
66
+
67
+
68
+ ([CivitAI](https://civitai.com/models/294004))
69
+
70
+ ## Model description
71
+
72
+ <p>What happens when Fruits and Vegetables go bad?</p><p>Prompt as "&lt;name of fruit / vegetable&gt; <strong>FaVGoneBad</strong>" and find out :)</p>
73
+
74
+ ## Trigger words
75
+ You should use `FaVGoneBad` to trigger the image generation.
76
+
77
+
78
+ ## Download model
79
+
80
+ Weights for this model are available in Safetensors format.
81
+
82
+ [Download](/Norod78/fruits-and-vegetables-gone-bad-sdxl-lora/tree/main) them in the Files & versions tab.
83
+
84
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
85
+
86
+ ```py
87
+ from diffusers import AutoPipelineForText2Image
88
+ import torch
89
+
90
+ pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
91
+ pipeline.load_lora_weights('Norod78/fruits-and-vegetables-gone-bad-sdxl-lora', weight_name='Fruits_and_Vegetables_gone_bad_-_SDXL_LoRA-000007.safetensors')
92
+ image = pipeline('A banana FaVGoneBad on the sandy beach floor ').images[0]
93
+ ```
94
+
95
+ 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)
96
+