Instructions to use darwinkernelpanic/DiffReaper-5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use darwinkernelpanic/DiffReaper-5 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("darwinkernelpanic/DiffReaper-5", 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
Upload checkpoint_log.txt with huggingface_hub
Browse files- checkpoint_log.txt +5 -0
checkpoint_log.txt
CHANGED
|
@@ -292,3 +292,8 @@ Step 106000 - Prompt: 'Hello! Who are you?' | [Cropmark]: '....... de...ien... d
|
|
| 292 |
Step 106500 - Prompt: 'Hello! Who are you?' | [Cropmark]: '................................'
|
| 293 |
Step 107000 - Prompt: 'Hello! Who are you?' | [Cropmark]: '?ien??..?. m?ien de??...???.? est?...?.. est?'
|
| 294 |
Step 107500 - Prompt: 'Hello! Who are you?' | [Cropmark]: '................??.......?.?....'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 292 |
Step 106500 - Prompt: 'Hello! Who are you?' | [Cropmark]: '................................'
|
| 293 |
Step 107000 - Prompt: 'Hello! Who are you?' | [Cropmark]: '?ien??..?. m?ien de??...???.? est?...?.. est?'
|
| 294 |
Step 107500 - Prompt: 'Hello! Who are you?' | [Cropmark]: '................??.......?.?....'
|
| 295 |
+
Step 108000 - Prompt: 'Hello! Who are you?' | [Cropmark]: 'ien est. m estien est est. estien estien estien est de de est est est est estienienienien est de? esta'
|
| 296 |
+
Step 108500 - Prompt: 'Hello! Who are you?' | [Cropmark]: '...a,..,.,,,,,,?,,,.,,., de,,,.,.,'
|
| 297 |
+
Step 109000 - Prompt: 'Hello! Who are you?' | [Cropmark]: '??.?.?..?....?..?.??.?.?..?.??..'
|
| 298 |
+
Step 109500 - Prompt: 'Hello! Who are you?' | [Cropmark]: '.?..?.....???...??...?...?.????.'
|
| 299 |
+
Step 110000 - Prompt: 'Hello! Who are you?' | [Cropmark]: '.,..?..?.?..........?..???......'
|