Instructions to use Fer14/sdxl-coffee-machines with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Fer14/sdxl-coffee-machines with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Fer14/sdxl-coffee-machines") prompt = "Brown espresso coffee machine, cubed shaped, featuring a removable tray, built-in water filter, and 2 pink buttons." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Fix image name typo?
Browse files
README.md
CHANGED
|
@@ -14,7 +14,7 @@ instance_prompt: null
|
|
| 14 |
widget:
|
| 15 |
- text: 'A black coffee machine, box shaped, with a black screen and no visible buttons and the following components: milk frother, adjustable cup holder, removable tray'
|
| 16 |
output:
|
| 17 |
-
url:
|
| 18 |
---
|
| 19 |
|
| 20 |
# Coffee machines ☕ - SDXL LoRA
|
|
|
|
| 14 |
widget:
|
| 15 |
- text: 'A black coffee machine, box shaped, with a black screen and no visible buttons and the following components: milk frother, adjustable cup holder, removable tray'
|
| 16 |
output:
|
| 17 |
+
url: example.png
|
| 18 |
---
|
| 19 |
|
| 20 |
# Coffee machines ☕ - SDXL LoRA
|