Text-to-Image
Diffusers
diffusers-training
lora
replicate
template:sd-lora
sd3.5-large
sd3.5
sd3.5-diffusers
Instructions to use lucataco/SD3.5-Large-queso with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use lucataco/SD3.5-Large-queso 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-3.5-large", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("lucataco/SD3.5-Large-queso") prompt = "a photo of QSO dog" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -13,7 +13,11 @@ tags:
|
|
| 13 |
- sd3.5-diffusers
|
| 14 |
base_model: stabilityai/stable-diffusion-3.5-large
|
| 15 |
instance_prompt: a photo of QSO dog
|
| 16 |
-
widget:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
---
|
| 18 |
|
| 19 |
<!-- This model card has been generated automatically according to the information the training script had access to. You
|
|
@@ -66,19 +70,3 @@ Please adhere to the licensing terms as described [here](https://huggingface.co/
|
|
| 66 |
|
| 67 |
Trained on Replicate using: [lucataco/stable-diffusion-3.5-large-lora-trainer](https://replicate.com/lucataco/stable-diffusion-3.5-large-lora-trainer)
|
| 68 |
|
| 69 |
-
|
| 70 |
-
## Intended uses & limitations
|
| 71 |
-
|
| 72 |
-
#### How to use
|
| 73 |
-
|
| 74 |
-
```python
|
| 75 |
-
# TODO: add an example code snippet for running this diffusion pipeline
|
| 76 |
-
```
|
| 77 |
-
|
| 78 |
-
#### Limitations and bias
|
| 79 |
-
|
| 80 |
-
[TODO: provide examples of latent issues and potential remediations]
|
| 81 |
-
|
| 82 |
-
## Training details
|
| 83 |
-
|
| 84 |
-
[TODO: describe the data used to train the model]
|
|
|
|
| 13 |
- sd3.5-diffusers
|
| 14 |
base_model: stabilityai/stable-diffusion-3.5-large
|
| 15 |
instance_prompt: a photo of QSO dog
|
| 16 |
+
widget:
|
| 17 |
+
- text: >-
|
| 18 |
+
a photo of QSO dog
|
| 19 |
+
output:
|
| 20 |
+
url: https://replicate.delivery/yhqm/w7EG9497eORibC1SfdYQpgofUE0M2NkQ4d8oV9JZ6rS83eqOB/out-0.webp
|
| 21 |
---
|
| 22 |
|
| 23 |
<!-- This model card has been generated automatically according to the information the training script had access to. You
|
|
|
|
| 70 |
|
| 71 |
Trained on Replicate using: [lucataco/stable-diffusion-3.5-large-lora-trainer](https://replicate.com/lucataco/stable-diffusion-3.5-large-lora-trainer)
|
| 72 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|