Instructions to use ClaireOzzz/Comic_Style with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ClaireOzzz/Comic_Style 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("ClaireOzzz/Comic_Style") prompt = "cmic" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Commit ·
9b91911
1
Parent(s): 8e3f040
End of training
Browse files
README.md
CHANGED
|
@@ -14,8 +14,6 @@ datasets:
|
|
| 14 |
---
|
| 15 |
|
| 16 |
# LoRA DreamBooth - ClaireOzzz/Comic_Style
|
| 17 |
-
## MODEL IS CURRENTLY TRAINING ...
|
| 18 |
-
Last checkpoint saved: checkpoint-200
|
| 19 |
These are LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0 trained on @fffiloni's SD-XL trainer.
|
| 20 |
The weights were trained on the concept prompt:
|
| 21 |
```
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
# LoRA DreamBooth - ClaireOzzz/Comic_Style
|
|
|
|
|
|
|
| 17 |
These are LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0 trained on @fffiloni's SD-XL trainer.
|
| 18 |
The weights were trained on the concept prompt:
|
| 19 |
```
|
logs/dreambooth-lora-sd-xl/events.out.tfevents.1701707140.90593e455941.36729.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:228058f4e523cc1f207372eaa225072a61a68ae093ed8d9412b6a5ddfad585b0
|
| 3 |
+
size 32346
|
pytorch_lora_weights.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 23401064
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e8d1afb86e99581fac22a348d7d0d95915587c0ff470890326209203b8b1364b
|
| 3 |
size 23401064
|