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
Commit ·
012a9a8
1
Parent(s): ae4fd13
Add more tags (#1)
Browse files- Add more tags (a721f061a0447317e9f7c8c3330c1fa06719e2b4)
Co-authored-by: Apolinário from multimodal AI art <multimodalart@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -3,6 +3,8 @@ license: bigscience-openrail-m
|
|
| 3 |
tags:
|
| 4 |
- text-to-image
|
| 5 |
- stable-diffusion
|
|
|
|
|
|
|
| 6 |
---
|
| 7 |
# 360Redmond
|
| 8 |

|
|
|
|
| 3 |
tags:
|
| 4 |
- text-to-image
|
| 5 |
- stable-diffusion
|
| 6 |
+
- lora
|
| 7 |
+
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
| 8 |
---
|
| 9 |
# 360Redmond
|
| 10 |

|