Instructions to use artificialguybr/LogoRedmond-LogoLoraForSDXL-V2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use artificialguybr/LogoRedmond-LogoLoraForSDXL-V2 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/LogoRedmond-LogoLoraForSDXL-V2") prompt = "LogoRedmAF, Icons" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
docs: add Prompt Hub link to findgoodprompt.com
Browse files
README.md
CHANGED
|
@@ -30,6 +30,9 @@ You can use detailed, minimalist, colorful, black and white as tag to control th
|
|
| 30 |
You can find more of my models, projects, and information on my official website:
|
| 31 |
- **[artificialguy.com](https://artificialguy.com/)**
|
| 32 |
|
|
|
|
|
|
|
|
|
|
| 33 |
### 💖 Support My Work
|
| 34 |
If you find this model useful, please consider supporting my work. It helps me cover server costs and dedicate more time to new open-source projects.
|
| 35 |
- **Patreon:** [Support on Patreon](https://www.patreon.com/user?u=81570187)
|
|
@@ -45,4 +48,4 @@ If you like the model and think it's worth it, you can make a donation to my Pat
|
|
| 45 |
|
| 46 |
Follow me in my twitter to know before all about new models:
|
| 47 |
|
| 48 |
-
https://twitter.com/artificialguybr/
|
|
|
|
| 30 |
You can find more of my models, projects, and information on my official website:
|
| 31 |
- **[artificialguy.com](https://artificialguy.com/)**
|
| 32 |
|
| 33 |
+
|
| 34 |
+
### 🚀 Prompt Hub
|
| 35 |
+
Need high-quality prompts for image models and LLMs? Explore **[findgoodprompt.com](https://findgoodprompt.com)**.
|
| 36 |
### 💖 Support My Work
|
| 37 |
If you find this model useful, please consider supporting my work. It helps me cover server costs and dedicate more time to new open-source projects.
|
| 38 |
- **Patreon:** [Support on Patreon](https://www.patreon.com/user?u=81570187)
|
|
|
|
| 48 |
|
| 49 |
Follow me in my twitter to know before all about new models:
|
| 50 |
|
| 51 |
+
https://twitter.com/artificialguybr/
|