Text-to-Image
Diffusers
Trained with AutoTrain
stable-diffusion-xl
stable-diffusion-xl-diffusers
lora
template:sd-lora
Instructions to use LinAnnJose/boycharactergeneration1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use LinAnnJose/boycharactergeneration1 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("LinAnnJose/boycharactergeneration1") prompt = "single child sketch of charctr_cby is running wearing grey T-shirt and black is running shorts with a plain green background" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add generated example
#4
by LinAnnJose - opened
- README.md +5 -0
- images/example_9kuiij2ai.png +0 -0
README.md
CHANGED
|
@@ -28,6 +28,11 @@ widget:
|
|
| 28 |
black is running shorts with a plain green background
|
| 29 |
output:
|
| 30 |
url: images/example_i7vkm6mge.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
|
| 32 |
---
|
| 33 |
|
|
|
|
| 28 |
black is running shorts with a plain green background
|
| 29 |
output:
|
| 30 |
url: images/example_i7vkm6mge.png
|
| 31 |
+
- text: >-
|
| 32 |
+
single child sketch of charctr_cby is smiling wearing grey T-shirt and black
|
| 33 |
+
is running shorts with a plain green background
|
| 34 |
+
output:
|
| 35 |
+
url: images/example_9kuiij2ai.png
|
| 36 |
|
| 37 |
---
|
| 38 |
|
images/example_9kuiij2ai.png
ADDED
|