multimodalart HF staff commited on
Commit
28ffd1d
1 Parent(s): ec6c729

Upload folder using huggingface_hub

Browse files
3248713.jpeg ADDED
3248714.jpeg ADDED
3248715.jpeg ADDED
3248716.jpeg ADDED
3248717.jpeg ADDED
3248719.jpeg ADDED
3248720.jpeg ADDED
3248723.jpeg ADDED
3248724.jpeg ADDED
3248725.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=Sell&allowDerivatives=True&allowDifferentLicense=True
5
+ tags:
6
+ - text-to-image
7
+ - stable-diffusion
8
+ - lora
9
+ - diffusers
10
+ - template:sd-lora
11
+ - surrealism
12
+ - style
13
+ - food
14
+ - noodle
15
+ - noodles
16
+ - styles
17
+
18
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
19
+ instance_prompt: noodlez
20
+ widget:
21
+ - text: 'snow panther abstract beauty, centered, looking at the camera, approaching perfection, dynamic, moonlight, highly detailed, digital painting, artstation, concept art, smooth, sharp focus,, noodlez '
22
+ output:
23
+ url: >-
24
+ 3248714.jpeg
25
+ - text: 'fight scene, blood made out of tomato sauce, 4k, full body, melted cheese face, ninja made out of noodles, white body noodle armor, holding noodle weapon, (dripping tomato sauce:1.6), smoke, night, cinematic, color grading, (black background:1.5), noodle dungeon, dark light, noodlez '
26
+ output:
27
+ url: >-
28
+ 3248713.jpeg
29
+ - text: 'zombie, (dripping tomato sauce:1.4), noodlez '
30
+ output:
31
+ url: >-
32
+ 3248715.jpeg
33
+ - text: 'female gatherer, in mythical forrest, dark shadows, at night, backlight, made out of noodlez '
34
+ output:
35
+ url: >-
36
+ 3248716.jpeg
37
+ - text: 'massive noodle monster, big evil smile, evil face, monster made out of noodles, tomato sauce, flying tomatoes, (dark mirror background:2), made out of noodles, evil scene, dark scene, fight scene, noodlez '
38
+ output:
39
+ url: >-
40
+ 3248717.jpeg
41
+ - text: 'cake on a mirror plate, (dripping tomato sauce:1.4), noodlez '
42
+ output:
43
+ url: >-
44
+ 3248719.jpeg
45
+ - text: 'human made of noodles, (((noodles human:1.4))) full cheese body, (cheese face:1.4), Korean girl 20 years old, (best quality:1.4), masterpiece, (photorealistic:1.4), 8k, ultra detailed, beautiful and aesthetic, black background, mirror floor, noodlez '
46
+ output:
47
+ url: >-
48
+ 3248720.jpeg
49
+ - text: 'fight scene, blood made out of tomato sauce, 4k, full body, melted cheese face, ninja made out of noodles, white body noodle armor, holding noodle weapon, (dripping tomato sauce:1.6), smoke, night, cinematic, color grading, (black background:1.5), noodle dungeon, dark light, noodlez '
50
+ output:
51
+ url: >-
52
+ 3248723.jpeg
53
+ - text: 'massive noodle monster, big evil smile, evil face, monster made out of noodles, tomato sauce, flying tomatoes, (dark mirror background:2), made out of noodles, evil scene, dark scene, fight scene, noodlez '
54
+ output:
55
+ url: >-
56
+ 3248724.jpeg
57
+ - text: 'massive noodle monster, noodlez '
58
+ output:
59
+ url: >-
60
+ 3248725.jpeg
61
+
62
+ ---
63
+
64
+ # Noodles [LoRA SDXL]
65
+
66
+ <Gallery />
67
+
68
+
69
+
70
+ ([CivitAI](https://civitai.com/models/181993))
71
+
72
+ ## Model description
73
+
74
+ <p><u>SDXL:<br /></u><span style="color:rgb(193, 194, 197)">Trigger word: </span><strong>noodlez</strong><br /><span style="color:rgb(193, 194, 197)">Sampling Method: </span><strong><span style="color:rgb(219, 222, 225)">DPM++ 2M SDE Karras</span></strong><br /><br />☕ Buy me a coffee: <a target="_blank" rel="ugc" href="https://ko-fi.com/ralfingerai">https://ko-fi.com/ralfingerai</a></p>
75
+
76
+ ## Trigger words
77
+ You should use `noodlez` to trigger the image generation.
78
+
79
+
80
+ ## Download model
81
+
82
+ Weights for this model are available in Safetensors format.
83
+
84
+ [Download](/RalFinger/noodles-lora-sdxl/tree/main) them in the Files & versions tab.
85
+
86
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
87
+
88
+ ```py
89
+ from diffusers import AutoPipelineForText2Image
90
+ import torch
91
+
92
+ pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
93
+ pipeline.load_lora_weights('RalFinger/noodles-lora-sdxl', weight_name='noodlez-sdxl.safetensors')
94
+ image = pipeline('massive noodle monster, noodlez ').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
+
noodlez-sdxl.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e61c41de03260d9c9182fdef6007f499c7126c32a079dc8b7db606f8ec06ef81
3
+ size 228452876