Instructions to use artificialguybr/CuteCartoonRedmond with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use artificialguybr/CuteCartoonRedmond 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("artificialguybr/CuteCartoonRedmond") prompt = "ExCRedmAF" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Commit ·
ad73d33
1
Parent(s): 2ff8a4a
Update README.md
Browse files
README.md
CHANGED
|
@@ -15,6 +15,9 @@ widget:
|
|
| 15 |
|
| 16 |
CuteCartoon.Redmond is here!
|
| 17 |
|
|
|
|
|
|
|
|
|
|
| 18 |
Introducing CuteCartoon.Redmond, the ultimate LORA for creating funny cute images of characters!
|
| 19 |
|
| 20 |
I'm grateful for the GPU time from Redmond.AI that allowed me to make this LORA! If you need GPU, then you need the great services from Redmond.AI.
|
|
|
|
| 15 |
|
| 16 |
CuteCartoon.Redmond is here!
|
| 17 |
|
| 18 |
+
DOWNLOAD V2 HERE: https://huggingface.co/artificialguybr/CuteCartoonRedmond-V2
|
| 19 |
+
TEST ALL MY LORA HERE: https://huggingface.co/spaces/artificialguybr/artificialguybr-demo-lora
|
| 20 |
+
|
| 21 |
Introducing CuteCartoon.Redmond, the ultimate LORA for creating funny cute images of characters!
|
| 22 |
|
| 23 |
I'm grateful for the GPU time from Redmond.AI that allowed me to make this LORA! If you need GPU, then you need the great services from Redmond.AI.
|