Chocolate Coffee Style [SDXL LoRA]
![](https://huggingface.co/RalFinger/chocolate-coffee-style-sdxl-lora/resolve/main/3573769.jpeg)
- Prompt
- cofzee, a statue of a woman with a flowing hair, made out of coffee
![](https://huggingface.co/RalFinger/chocolate-coffee-style-sdxl-lora/resolve/main/3573773.jpeg)
- Prompt
- cofzee, a cat coffee beans and chocolate
![](https://huggingface.co/RalFinger/chocolate-coffee-style-sdxl-lora/resolve/main/3573774.jpeg)
- Prompt
- cofzee, a cat coffee beans and chocolate
![](https://huggingface.co/RalFinger/chocolate-coffee-style-sdxl-lora/resolve/main/3573775.jpeg)
- Prompt
- cofzee, a man with a cup of coffee and a splash of liquid coffee, made out of coffee
![](https://huggingface.co/RalFinger/chocolate-coffee-style-sdxl-lora/resolve/main/3573776.jpeg)
- Prompt
- cofzee, a man with a cup of coffee and a splash of liquid coffee, made out of coffee
![](https://huggingface.co/RalFinger/chocolate-coffee-style-sdxl-lora/resolve/main/3573778.jpeg)
- Prompt
- cofzee, a horned deamon holding a cup of coffee, made out of coffee
![](https://huggingface.co/RalFinger/chocolate-coffee-style-sdxl-lora/resolve/main/3573777.jpeg)
- Prompt
- cofzee, a horned deamon holding a cup of coffee, made out of coffee
![](https://huggingface.co/RalFinger/chocolate-coffee-style-sdxl-lora/resolve/main/3573780.jpeg)
- Prompt
- cofzee, a chocolate heart shaped sculpture with a drip of chocolate
![](https://huggingface.co/RalFinger/chocolate-coffee-style-sdxl-lora/resolve/main/3573779.jpeg)
- Prompt
- cofzee, a chocolate heart shaped sculpture with a drip of chocolate
(CivitAI)
Model description
SDXL:
Trigger word: cofzee
Sampling Method: DPM++ 2M SDE Karras
☕ Buy me a coffee: https://ko-fi.com/ralfingerai
Trigger words
You should use cofzee
to trigger the image generation.
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
Use it with the 🧨 diffusers library
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/chocolate-coffee-style-sdxl-lora', weight_name='cofzee-sdxl.safetensors')
image = pipeline('cofzee, a chocolate heart shaped sculpture with a drip of chocolate ').images[0]
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers
- Downloads last month
- 4
Model tree for RalFinger/chocolate-coffee-style-sdxl-lora
Base model
stabilityai/stable-diffusion-xl-base-1.0