Instructions to use robert123231/coloringbookgenerator with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use robert123231/coloringbookgenerator 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("robert123231/coloringbookgenerator") prompt = "house coloring book" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Commit ·
dd05f2a
1
Parent(s): a4db62e
Add 2 files
Browse files
ColoringBookRedmond-ColoringBook-ColoringBookAF.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:94eb17068a45df06a9e6ab0bcbbd5c381e03f09320da46839c1ed0cee733af31
|
| 3 |
+
size 170540036
|
images/Advent_Calendar_1.png
ADDED
|
Git LFS Details
|