Instructions to use semiosphere/the_artist_for_chromaHD with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use semiosphere/the_artist_for_chromaHD with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("lodestones/Chroma1-HD", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("semiosphere/the_artist_for_chromaHD") prompt = "[epoch 5 sample] Create a digital illustration in a vibrant, neon-lit style, reminiscent of retro-futuristic aesthetics. The image features a tunnel-like corridor with a glowing, grid-patterned floor and energetic sine and cosine waves as walls. The corridor narrows as it extends into the distance, creating a sense of depth. The floor and walls are composed of a grid of small, glowing red and orange squares, creating a grid-like pattern. Star lit sky.,the_artist\nSDE++ with 25 steps and CFG 5, Clip Skip 0, Seed: 155150443" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Atton Randt commited on
Add 6 files
Browse files
The_Artist-000003.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b57080a94fb2f8b8d3c7ab339463fe1505b996c0c2d21e20ab4cfea84575301e
|
| 3 |
+
size 14116808
|
The_Artist.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:93679a91640befd19062939141af8b38fb27315589520705ecde5578a749162a
|
| 3 |
+
size 14116808
|
images/The_Artist_e000004_00_20251120100100.png
ADDED
|
Git LFS Details
|
images/The_Artist_e000004_02_20251120100128.png
ADDED
|
Git LFS Details
|
images/The_Artist_e000005_00_20251120100838.png
ADDED
|
Git LFS Details
|
images/The_Artist_e000005_02_20251120100906.png
ADDED
|
Git LFS Details
|