|
--- |
|
license: other |
|
license_name: bespoke-lora-trained-license |
|
license_link: https://multimodal.art/civitai-licenses?allowNoCredit=True&allowCommercialUse=Sell&allowDerivatives=True&allowDifferentLicense=True |
|
tags: |
|
- text-to-image |
|
- stable-diffusion |
|
- lora |
|
- diffusers |
|
- template:sd-lora |
|
- surrealism |
|
- style |
|
- food |
|
- noodle |
|
- noodles |
|
- styles |
|
|
|
base_model: stabilityai/stable-diffusion-xl-base-1.0 |
|
instance_prompt: noodlez |
|
widget: |
|
- 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 ' |
|
output: |
|
url: >- |
|
3248714.jpeg |
|
- 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 ' |
|
output: |
|
url: >- |
|
3248713.jpeg |
|
- text: 'zombie, (dripping tomato sauce:1.4), noodlez ' |
|
output: |
|
url: >- |
|
3248715.jpeg |
|
- text: 'female gatherer, in mythical forrest, dark shadows, at night, backlight, made out of noodlez ' |
|
output: |
|
url: >- |
|
3248716.jpeg |
|
- 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 ' |
|
output: |
|
url: >- |
|
3248717.jpeg |
|
- text: 'cake on a mirror plate, (dripping tomato sauce:1.4), noodlez ' |
|
output: |
|
url: >- |
|
3248719.jpeg |
|
- 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 ' |
|
output: |
|
url: >- |
|
3248720.jpeg |
|
- 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 ' |
|
output: |
|
url: >- |
|
3248723.jpeg |
|
- 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 ' |
|
output: |
|
url: >- |
|
3248724.jpeg |
|
- text: 'massive noodle monster, noodlez ' |
|
output: |
|
url: >- |
|
3248725.jpeg |
|
|
|
--- |
|
|
|
# Noodles [LoRA SDXL] |
|
|
|
<Gallery /> |
|
|
|
|
|
|
|
([CivitAI](https://civitai.com/models/181993)) |
|
|
|
## Model description |
|
|
|
<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> |
|
|
|
## Trigger words |
|
You should use `noodlez` to trigger the image generation. |
|
|
|
|
|
## Download model |
|
|
|
Weights for this model are available in Safetensors format. |
|
|
|
[Download](/RalFinger/noodles-lora-sdxl/tree/main) them in the Files & versions tab. |
|
|
|
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers) |
|
|
|
```py |
|
from diffusers import AutoPipelineForText2Image |
|
import torch |
|
|
|
pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda') |
|
pipeline.load_lora_weights('RalFinger/noodles-lora-sdxl', weight_name='noodlez-sdxl.safetensors') |
|
image = pipeline('massive noodle monster, noodlez ').images[0] |
|
``` |
|
|
|
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) |
|
|
|
|