Instructions to use artificialguybr/TshirtDesignRedmond with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use artificialguybr/TshirtDesignRedmond 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/TshirtDesignRedmond") prompt = "TshirtDesignAF" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Commit ·
a44d269
1
Parent(s): 0bfe010
Update README.md
Browse files
README.md
CHANGED
|
@@ -15,6 +15,10 @@ widget:
|
|
| 15 |
|
| 16 |
TShirtDesign.Redmond is here!
|
| 17 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
Introducing TShirtDesignRedmond, the ultimate LORA for creating stunning T-Shirt Designs!
|
| 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 |
TShirtDesign.Redmond is here!
|
| 17 |
|
| 18 |
+
DOWNLOAD V2 HERE: https://huggingface.co/artificialguybr/TshirtDesignRedmond-V2
|
| 19 |
+
|
| 20 |
+
TEST ALL MY LORAS HERE: https://huggingface.co/spaces/artificialguybr/artificialguybr-demo-lora
|
| 21 |
+
|
| 22 |
Introducing TShirtDesignRedmond, the ultimate LORA for creating stunning T-Shirt Designs!
|
| 23 |
|
| 24 |
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.
|