Text-to-Image
Diffusers
Trained with AutoTrain
stable-diffusion-xl
stable-diffusion-xl-diffusers
lora
template:sd-lora
Instructions to use LinAnnJose/boycharactergenerationv2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use LinAnnJose/boycharactergenerationv2 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/boycharactergenerationv2") prompt = "single child sketch of charctr_cby is running and standing 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 +6 -0
- images/example_ta2v6bavf.png +0 -0
README.md
CHANGED
|
@@ -29,6 +29,12 @@ widget:
|
|
| 29 |
background
|
| 30 |
output:
|
| 31 |
url: images/example_h9df28fv8.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
|
| 33 |
---
|
| 34 |
|
|
|
|
| 29 |
background
|
| 30 |
output:
|
| 31 |
url: images/example_h9df28fv8.png
|
| 32 |
+
- text: >-
|
| 33 |
+
backview of a single child photo of charctr_cby is carrying a bag and
|
| 34 |
+
walking wearing grey T-shirt and black is running shorts with a plain green
|
| 35 |
+
background
|
| 36 |
+
output:
|
| 37 |
+
url: images/example_ta2v6bavf.png
|
| 38 |
|
| 39 |
---
|
| 40 |
|
images/example_ta2v6bavf.png
ADDED
|