Instructions to use Xanthius/genevieve-release-v1-0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Xanthius/genevieve-release-v1-0 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Xanthius/genevieve-release-v1-0", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -3,22 +3,16 @@ license: mit
|
|
| 3 |
---
|
| 4 |
### genevieve_release_v1.0 on Stable Diffusion via Dreambooth trained on the [fast-DreamBooth.ipynb by TheLastBen](https://colab.research.google.com/github/TheLastBen/fast-stable-diffusion/blob/main/fast-DreamBooth.ipynb) notebook
|
| 5 |
#### Model by Xanthius
|
| 6 |
-
This
|
| 7 |
-
It can be used by modifying the `instance_prompt(s)`: **iisfgli4cuz91.webp, ilmc4flfauz91.webp, qpsyyq0rauz91.webp, kmcaiv9ubuz91.webp**
|
| 8 |
|
| 9 |
You can also train your own concepts and upload them to the library by using [the fast-DremaBooth.ipynb by TheLastBen](https://colab.research.google.com/github/TheLastBen/fast-stable-diffusion/blob/main/fast-DreamBooth.ipynb).
|
| 10 |
You can run your new concept via A1111 Colab :[Fast-Colab-A1111](https://colab.research.google.com/github/TheLastBen/fast-stable-diffusion/blob/main/fast_stable_diffusion_AUTOMATIC1111.ipynb)
|
| 11 |
Or you can run your new concept via `diffusers`: [Colab Notebook for Inference](https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/sd_dreambooth_inference.ipynb), [Spaces with the Public Concepts loaded](https://huggingface.co/spaces/sd-dreambooth-library/stable-diffusion-dreambooth-concepts)
|
| 12 |
|
| 13 |
-
Sample pictures of this concept:
|
|
|
|
|
|
|
| 14 |
|
| 15 |
-
kmcaiv9ubuz91.webp
|
| 16 |
-
|
| 17 |
-
qpsyyq0rauz91.webp
|
| 18 |
-
|
| 19 |
-
ilmc4flfauz91.webp
|
| 20 |
-
|
| 21 |
-
iisfgli4cuz91.webp
|
| 22 |

|
| 23 |

|
| 24 |

|
|
|
|
| 3 |
---
|
| 4 |
### genevieve_release_v1.0 on Stable Diffusion via Dreambooth trained on the [fast-DreamBooth.ipynb by TheLastBen](https://colab.research.google.com/github/TheLastBen/fast-stable-diffusion/blob/main/fast-DreamBooth.ipynb) notebook
|
| 5 |
#### Model by Xanthius
|
| 6 |
+
This model was trained on a custom created character "Genevieve" and was not based on any existing person. As such anyone is free to use this model and her likeness in their own works, be that commercial or non-commercial.
|
|
|
|
| 7 |
|
| 8 |
You can also train your own concepts and upload them to the library by using [the fast-DremaBooth.ipynb by TheLastBen](https://colab.research.google.com/github/TheLastBen/fast-stable-diffusion/blob/main/fast-DreamBooth.ipynb).
|
| 9 |
You can run your new concept via A1111 Colab :[Fast-Colab-A1111](https://colab.research.google.com/github/TheLastBen/fast-stable-diffusion/blob/main/fast_stable_diffusion_AUTOMATIC1111.ipynb)
|
| 10 |
Or you can run your new concept via `diffusers`: [Colab Notebook for Inference](https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/sd_dreambooth_inference.ipynb), [Spaces with the Public Concepts loaded](https://huggingface.co/spaces/sd-dreambooth-library/stable-diffusion-dreambooth-concepts)
|
| 11 |
|
| 12 |
+
**Sample pictures of this concept:**
|
| 13 |
+
Note: these were the first attempts with the model and were raw outputs without facial corrections and with under 40 steps.
|
| 14 |
+
I used the first results I generated in order to show the average results rather than the best.
|
| 15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |

|
| 17 |

|
| 18 |

|