Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
stable-diffusion
stable-diffusion-diffusers
Instructions to use smokeweed/Gerph with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use smokeweed/Gerph with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("smokeweed/Gerph", 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
|
@@ -14,7 +14,6 @@ Welcome to the Gerph model. This model is trained in the art of the talented art
|
|
| 14 |
|
| 15 |
These models can be highly NSFW and are trained mainly on characters, as the work primarily focuses on this subject.
|
| 16 |
Take a look at the demo images below to see the differences between the three versions. And don't forget that these models is licensed under the Creative ML OpenRAIL-M license. Enjoy!
|
| 17 |
-
## Examples
|
| 18 |
|
| 19 |
**Gerph_Epoch8**
|
| 20 |

|
|
@@ -30,7 +29,6 @@ These models can be highly NSFW and are trained mainly on characters, as the wor
|
|
| 30 |
|
| 31 |
As you can see, the base version, *Gerph_Epoch8*, is trained exclusively in Gerph's art and offers a unique take on his style and themes. If you are a fan of Gerph's art, this version should certainly be in your set. *Gerph_Epoch10* and *Gerph_Epoch11* were continued with a wider range of concept images and work by various artists, so unfortunately the original Gerph style doesn't shine as much. Also, these models do not require any specific tokens.
|
| 32 |
## License
|
| 33 |
-
|
| 34 |
These models are open access and available to all, with a CreativeML OpenRAIL-M license further specifying rights and usage. The CreativeML OpenRAIL License specifies:
|
| 35 |
|
| 36 |
1. You can't use the models to deliberately produce nor share illegal or harmful outputs or content
|
|
|
|
| 14 |
|
| 15 |
These models can be highly NSFW and are trained mainly on characters, as the work primarily focuses on this subject.
|
| 16 |
Take a look at the demo images below to see the differences between the three versions. And don't forget that these models is licensed under the Creative ML OpenRAIL-M license. Enjoy!
|
|
|
|
| 17 |
|
| 18 |
**Gerph_Epoch8**
|
| 19 |

|
|
|
|
| 29 |
|
| 30 |
As you can see, the base version, *Gerph_Epoch8*, is trained exclusively in Gerph's art and offers a unique take on his style and themes. If you are a fan of Gerph's art, this version should certainly be in your set. *Gerph_Epoch10* and *Gerph_Epoch11* were continued with a wider range of concept images and work by various artists, so unfortunately the original Gerph style doesn't shine as much. Also, these models do not require any specific tokens.
|
| 31 |
## License
|
|
|
|
| 32 |
These models are open access and available to all, with a CreativeML OpenRAIL-M license further specifying rights and usage. The CreativeML OpenRAIL License specifies:
|
| 33 |
|
| 34 |
1. You can't use the models to deliberately produce nor share illegal or harmful outputs or content
|