Upload folder using huggingface_hub
Browse files- 31654319.jpeg +0 -0
- 31654332.jpeg +0 -0
- 31654335.jpeg +0 -0
- 31654340.jpeg +0 -0
- README.md +78 -0
- flux_opus_ascii.safetensors +3 -0
31654319.jpeg
ADDED
|
31654332.jpeg
ADDED
|
31654335.jpeg
ADDED
|
31654340.jpeg
ADDED
|
README.md
ADDED
|
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
license_name: bespoke-lora-trained-license
|
| 4 |
+
license_link: https://multimodal.art/civitai-licenses?allowNoCredit=True&allowCommercialUse=Image&allowDerivatives=True&allowDifferentLicense=True
|
| 5 |
+
tags:
|
| 6 |
+
- text-to-image
|
| 7 |
+
- stable-diffusion
|
| 8 |
+
- lora
|
| 9 |
+
- diffusers
|
| 10 |
+
- template:sd-lora
|
| 11 |
+
- migrated
|
| 12 |
+
- abstract
|
| 13 |
+
- style
|
| 14 |
+
- ai
|
| 15 |
+
|
| 16 |
+
base_model: black-forest-labs/FLUX.1-dev
|
| 17 |
+
instance_prompt: opus_ascii
|
| 18 |
+
widget:
|
| 19 |
+
- text: 'ascii art, opus_ascii, will smith eating spaghetti'
|
| 20 |
+
|
| 21 |
+
output:
|
| 22 |
+
url: >-
|
| 23 |
+
31654319.jpeg
|
| 24 |
+
- text: 'ascii art, opus_ascii, will smith eating spaghetti'
|
| 25 |
+
|
| 26 |
+
output:
|
| 27 |
+
url: >-
|
| 28 |
+
31654332.jpeg
|
| 29 |
+
- text: ' '
|
| 30 |
+
|
| 31 |
+
output:
|
| 32 |
+
url: >-
|
| 33 |
+
31654335.jpeg
|
| 34 |
+
- text: ' '
|
| 35 |
+
|
| 36 |
+
output:
|
| 37 |
+
url: >-
|
| 38 |
+
31654340.jpeg
|
| 39 |
+
|
| 40 |
+
---
|
| 41 |
+
|
| 42 |
+
# Opus ASCII FLUX
|
| 43 |
+
|
| 44 |
+
<Gallery />
|
| 45 |
+
|
| 46 |
+
|
| 47 |
+
|
| 48 |
+
|
| 49 |
+
|
| 50 |
+
## Model description
|
| 51 |
+
|
| 52 |
+
<p>Trained on Claude Opus 3 ASCII art output latent space discovered by @dyot_meet_mat on twitter </p>
|
| 53 |
+
|
| 54 |
+
## Trigger words
|
| 55 |
+
You should use `opus_ascii` to trigger the image generation.
|
| 56 |
+
|
| 57 |
+
|
| 58 |
+
## Download model
|
| 59 |
+
|
| 60 |
+
Weights for this model are available in Safetensors format.
|
| 61 |
+
|
| 62 |
+
[Download](/veryVANYA/opus-ascii-flux/tree/main) them in the Files & versions tab.
|
| 63 |
+
|
| 64 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
| 65 |
+
|
| 66 |
+
```py
|
| 67 |
+
from diffusers import AutoPipelineForText2Image
|
| 68 |
+
import torch
|
| 69 |
+
|
| 70 |
+
device = "cuda" if torch.cuda.is_available() else "cpu"
|
| 71 |
+
|
| 72 |
+
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
|
| 73 |
+
pipeline.load_lora_weights('veryVANYA/opus-ascii-flux', weight_name='flux_opus_ascii.safetensors')
|
| 74 |
+
image = pipeline('`opus_ascii`').images[0]
|
| 75 |
+
```
|
| 76 |
+
|
| 77 |
+
For more details, including weighting, merging and fusing LoRAs, check the [documentation on loading LoRAs in diffusers](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters)
|
| 78 |
+
|
flux_opus_ascii.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:296da05173ede9e628b60a7d99cd4c0d221bc3c0ef1985b833139aae2a77e51b
|
| 3 |
+
size 89745224
|