Text-to-Image
Diffusers
Safetensors
stable-diffusion
stable-diffusion-diffusers
controlnet
diffusers-training
Instructions to use samanthavaca/QRCodeModel_50k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use samanthavaca/QRCodeModel_50k with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("samanthavaca/QRCodeModel_50k") pipe = StableDiffusionControlNetPipeline.from_pretrained( "runwayml/stable-diffusion-v1-5", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
End of training
Browse files- README.md +6 -0
- diffusion_pytorch_model.safetensors +1 -1
- images_0.png +0 -0
- images_1.png +0 -0
- images_2.png +0 -0
README.md
CHANGED
|
@@ -9,6 +9,12 @@ tags:
|
|
| 9 |
- diffusers
|
| 10 |
- controlnet
|
| 11 |
- diffusers-training
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
inference: true
|
| 13 |
---
|
| 14 |
|
|
|
|
| 9 |
- diffusers
|
| 10 |
- controlnet
|
| 11 |
- diffusers-training
|
| 12 |
+
- stable-diffusion
|
| 13 |
+
- stable-diffusion-diffusers
|
| 14 |
+
- text-to-image
|
| 15 |
+
- diffusers
|
| 16 |
+
- controlnet
|
| 17 |
+
- diffusers-training
|
| 18 |
inference: true
|
| 19 |
---
|
| 20 |
|
diffusion_pytorch_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1445157120
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e8d697bf5a395ace41034672920c83dc208cbc9f4504e3dfa18be002de3cfd6c
|
| 3 |
size 1445157120
|
images_0.png
CHANGED
|
|
images_1.png
CHANGED
|
|
images_2.png
CHANGED
|
|