Instructions to use artificialguybr/360Redmond with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use artificialguybr/360Redmond 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/360Redmond") prompt = "360 view" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
feat: Add sponsorship and website section
Browse files
README.md
CHANGED
|
@@ -33,6 +33,16 @@ LORA is not perfect and sometimes needs more than one gen to create good images.
|
|
| 33 |
|
| 34 |
I really hope you like the LORA and use it.
|
| 35 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
If you like the model and think it's worth it, you can make a donation to my Patreon or Ko-fi.
|
| 37 |
|
| 38 |
Follow me in my twitter to know before all about new models:
|
|
|
|
| 33 |
|
| 34 |
I really hope you like the LORA and use it.
|
| 35 |
|
| 36 |
+
---
|
| 37 |
+
### 🌐 Website
|
| 38 |
+
You can find more of my models, projects, and information on my official website:
|
| 39 |
+
- **[artificialguy.com](https://artificialguy.com/)**
|
| 40 |
+
|
| 41 |
+
### 💖 Support My Work
|
| 42 |
+
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.
|
| 43 |
+
- **Patreon:** [Support on Patreon](https://www.patreon.com/user?u=81570187)
|
| 44 |
+
- **Ko-fi:** [Buy me a Ko-fi](https://ko-fi.com/artificialguybr)
|
| 45 |
+
- **Buy Me a Coffee:** [Buy me a Coffee](https://buymeacoffee.com/jvkape)
|
| 46 |
If you like the model and think it's worth it, you can make a donation to my Patreon or Ko-fi.
|
| 47 |
|
| 48 |
Follow me in my twitter to know before all about new models:
|